Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/mISDN/
Dhwchannel.c143 test_and_clear_bit(FLG_FILLEMPTY, &ch->Flags); in mISDN_clear_bchannel()
177 test_and_set_bit(FLG_FILLEMPTY, &bch->Flags); in mISDN_ctrl_bchannel()
179 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in mISDN_ctrl_bchannel()
/Linux-v4.19/include/linux/
DmISDNhw.h60 #define FLG_FILLEMPTY 16 /* fill fifo on first frame (empty) */ macro
/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dnetjet.c628 } else if (test_bit(FLG_FILLEMPTY, &bc->bch.Flags)) { in bc_next_frame()
874 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
DmISDNipac.c1152 if (test_bit(FLG_FILLEMPTY, &hx->bch.Flags)) in ipac_irq()
1507 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
Davmfritz.c596 } else if (test_bit(FLG_FILLEMPTY, &bch->Flags)) { in HDLC_irq()
Dhfcpci.c766 if (!test_bit(FLG_FILLEMPTY, &bch->Flags) && in hfcpci_fill_fifo()
791 if (test_bit(FLG_FILLEMPTY, &bch->Flags)) { in hfcpci_fill_fifo()
Dw6692.c778 } else if (test_bit(FLG_FILLEMPTY, &wch->bch.Flags)) { in W6692B_interrupt()
DmISDNisar.c727 } else if (test_bit(FLG_FILLEMPTY, &ch->bch.Flags)) { in send_next()
Dhfcsusb.c1197 test_bit(FLG_FILLEMPTY, &fifo->bch->Flags)) in tx_iso_complete()
Dhfcmulti.c2092 if (bch && test_bit(FLG_FILLEMPTY, &bch->Flags) in hfcmulti_tx()