Searched refs:FLG_TX_EMPTY (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/linux/ |
D | mISDNhw.h | 66 #define FLG_TX_EMPTY 27 macro
|
/linux-6.1.9/drivers/isdn/hardware/mISDN/ |
D | avmfritz.c | 450 if (!test_bit(FLG_TX_EMPTY, &bch->Flags)) in hdlc_fill_fifo() 515 test_and_clear_bit(FLG_TX_EMPTY, &bch->Flags); in HDLC_irq_xpr() 516 } else if (test_bit(FLG_TX_EMPTY, &bch->Flags)) { in HDLC_irq_xpr() 583 test_and_set_bit(FLG_TX_EMPTY, &bch->Flags); in HDLC_irq()
|
D | netjet.c | 534 if (!test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) in fill_dma() 611 test_and_clear_bit(FLG_TX_EMPTY, &bc->bch.Flags); in bc_next_frame() 612 } else if (test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) { in bc_next_frame() 615 test_and_set_bit(FLG_TX_EMPTY, &bc->bch.Flags); in bc_next_frame()
|
D | w6692.c | 492 if (!test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) in W6692_fill_Bfifo() 640 test_and_clear_bit(FLG_TX_EMPTY, &wch->bch.Flags); in send_next() 641 } else if (test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) { in send_next() 760 test_and_set_bit(FLG_TX_EMPTY, &wch->bch.Flags); in W6692B_interrupt()
|
D | mISDNisar.c | 585 if (!test_bit(FLG_TX_EMPTY, &ch->bch.Flags) || in isar_fill_fifo() 695 test_and_clear_bit(FLG_TX_EMPTY, &ch->bch.Flags); in send_next() 696 } else if (test_bit(FLG_TX_EMPTY, &ch->bch.Flags)) { in send_next() 713 test_and_set_bit(FLG_TX_EMPTY, &ch->bch.Flags); in send_next()
|
D | mISDNipac.c | 968 if (!test_bit(FLG_TX_EMPTY, &hscx->bch.Flags)) in hscx_fill_fifo() 1015 test_and_clear_bit(FLG_TX_EMPTY, &hx->bch.Flags); in hscx_xpr() 1016 } else if (test_bit(FLG_TX_EMPTY, &hx->bch.Flags)) { in hscx_xpr() 1136 test_and_set_bit(FLG_TX_EMPTY, &hx->bch.Flags); in ipac_irq()
|
/linux-6.1.9/drivers/isdn/mISDN/ |
D | hwchannel.c | 135 test_and_clear_bit(FLG_TX_EMPTY, &ch->Flags); in mISDN_clear_bchannel()
|