Searched refs:FLG_FILLEMPTY (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/isdn/mISDN/ |
H A D | hwchannel.c | 134 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 D | mISDNhw.h | 51 #define FLG_FILLEMPTY 16 /* fill fifo on first frame (empty) */ macro
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | netjet.c | 615 } 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 D | mISDNipac.c | 1136 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 D | avmfritz.c | 583 } else if (test_bit(FLG_FILLEMPTY, &bch->Flags)) { in HDLC_irq()
|
H A D | hfcpci.c | 753 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 D | w6692.c | 760 } else if (test_bit(FLG_FILLEMPTY, &wch->bch.Flags)) { in W6692B_interrupt()
|
H A D | mISDNisar.c | 713 } else if (test_bit(FLG_FILLEMPTY, &ch->bch.Flags)) { in send_next()
|
H A D | hfcsusb.c | 1188 test_bit(FLG_FILLEMPTY, &fifo->bch->Flags)) in tx_iso_complete()
|
H A D | hfcmulti.c | 2048 if (bch && test_bit(FLG_FILLEMPTY, &bch->Flags) in hfcmulti_tx()
|