Searched refs:FLG_RX_OFF (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/isdn/mISDN/ |
D | hwchannel.c | 136 test_and_clear_bit(FLG_RX_OFF, &ch->Flags); in mISDN_clear_bchannel() 177 test_and_set_bit(FLG_RX_OFF, &bch->Flags); in mISDN_ctrl_bchannel() 179 test_and_clear_bit(FLG_RX_OFF, &bch->Flags); in mISDN_ctrl_bchannel()
|
/linux-6.1.9/include/linux/ |
D | mISDNhw.h | 68 #define FLG_RX_OFF 28 macro
|
/linux-6.1.9/drivers/isdn/hardware/mISDN/ |
D | avmfritz.c | 399 if (test_bit(FLG_RX_OFF, &bch->Flags)) { in hdlc_empty_fifo()
|
D | netjet.c | 376 if (test_bit(FLG_RX_OFF, &bc->bch.Flags)) { in read_dma()
|
D | w6692.c | 459 if (test_bit(FLG_RX_OFF, &wch->bch.Flags)) { in W6692_empty_Bfifo()
|
D | mISDNisar.c | 418 if (test_bit(FLG_RX_OFF, &ch->bch.Flags)) { in isar_rcv_frame()
|
D | mISDNipac.c | 929 if (test_bit(FLG_RX_OFF, &hscx->bch.Flags)) { in hscx_empty_fifo()
|
D | hfcsusb.c | 836 if (test_bit(FLG_RX_OFF, &fifo->bch->Flags)) { in hfcsusb_rx_frame()
|
D | hfcpci.c | 563 if (test_bit(FLG_RX_OFF, &bch->Flags)) { in hfcpci_empty_fifo_trans()
|