Home
last modified time | relevance | path

Searched refs:FLG_FILLEMPTY (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/drivers/isdn/mISDN/
Dhwchannel.c134 test_and_clear_bit(FLG_FILLEMPTY, &ch->Flags); in mISDN_clear_bchannel()
168 test_and_set_bit(FLG_FILLEMPTY, &bch->Flags); in mISDN_ctrl_bchannel()
170 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in mISDN_ctrl_bchannel()
/linux-5.19.10/include/linux/
DmISDNhw.h51 #define FLG_FILLEMPTY 16 /* fill fifo on first frame (empty) */ macro
/linux-5.19.10/drivers/isdn/hardware/mISDN/
Dnetjet.c614 } else if (test_bit(FLG_FILLEMPTY, &bc->bch.Flags)) { in bc_next_frame()
860 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
DmISDNipac.c1135 if (test_bit(FLG_FILLEMPTY, &hx->bch.Flags)) in ipac_irq()
1490 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
Davmfritz.c582 } else if (test_bit(FLG_FILLEMPTY, &bch->Flags)) { in HDLC_irq()
Dhfcpci.c752 if (!test_bit(FLG_FILLEMPTY, &bch->Flags) && in hfcpci_fill_fifo()
777 if (test_bit(FLG_FILLEMPTY, &bch->Flags)) { in hfcpci_fill_fifo()
Dw6692.c759 } else if (test_bit(FLG_FILLEMPTY, &wch->bch.Flags)) { in W6692B_interrupt()
DmISDNisar.c712 } else if (test_bit(FLG_FILLEMPTY, &ch->bch.Flags)) { in send_next()
Dhfcsusb.c1183 test_bit(FLG_FILLEMPTY, &fifo->bch->Flags)) in tx_iso_complete()
Dhfcmulti.c2078 if (bch && test_bit(FLG_FILLEMPTY, &bch->Flags) in hfcmulti_tx()