Searched refs:FLG_FILLEMPTY (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/isdn/mISDN/ |
D | hwchannel.c | 143 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/ |
D | mISDNhw.h | 60 #define FLG_FILLEMPTY 16 /* fill fifo on first frame (empty) */ macro
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | netjet.c | 628 } 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()
|
D | mISDNipac.c | 1152 if (test_bit(FLG_FILLEMPTY, &hx->bch.Flags)) in ipac_irq() 1507 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
|
D | avmfritz.c | 596 } else if (test_bit(FLG_FILLEMPTY, &bch->Flags)) { in HDLC_irq()
|
D | hfcpci.c | 766 if (!test_bit(FLG_FILLEMPTY, &bch->Flags) && in hfcpci_fill_fifo() 791 if (test_bit(FLG_FILLEMPTY, &bch->Flags)) { in hfcpci_fill_fifo()
|
D | w6692.c | 778 } else if (test_bit(FLG_FILLEMPTY, &wch->bch.Flags)) { in W6692B_interrupt()
|
D | mISDNisar.c | 727 } else if (test_bit(FLG_FILLEMPTY, &ch->bch.Flags)) { in send_next()
|
D | hfcsusb.c | 1197 test_bit(FLG_FILLEMPTY, &fifo->bch->Flags)) in tx_iso_complete()
|
D | hfcmulti.c | 2092 if (bch && test_bit(FLG_FILLEMPTY, &bch->Flags) in hfcmulti_tx()
|