Home
last modified time | relevance | path

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

/linux/drivers/isdn/mISDN/
H A 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/include/linux/
H A DmISDNhw.h51 #define FLG_FILLEMPTY 16 /* fill fifo on first frame (empty) */ macro
/linux/drivers/isdn/hardware/mISDN/
H A Dnetjet.c615 } else if (test_bit(FLG_FILLEMPTY, &bc->bch.Flags)) { in bc_next_frame()
861 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
H A DmISDNipac.c1136 if (test_bit(FLG_FILLEMPTY, &hx->bch.Flags)) in ipac_irq()
1491 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
H A Davmfritz.c583 } else if (test_bit(FLG_FILLEMPTY, &bch->Flags)) { in HDLC_irq()
H A Dhfcpci.c753 if (!test_bit(FLG_FILLEMPTY, &bch->Flags) && in hfcpci_fill_fifo()
778 if (test_bit(FLG_FILLEMPTY, &bch->Flags)) { in hfcpci_fill_fifo()
H A Dw6692.c760 } else if (test_bit(FLG_FILLEMPTY, &wch->bch.Flags)) { in W6692B_interrupt()
H A DmISDNisar.c713 } else if (test_bit(FLG_FILLEMPTY, &ch->bch.Flags)) { in send_next()
H A Dhfcsusb.c1188 test_bit(FLG_FILLEMPTY, &fifo->bch->Flags)) in tx_iso_complete()
H A Dhfcmulti.c2048 if (bch && test_bit(FLG_FILLEMPTY, &bch->Flags) in hfcmulti_tx()