Searched refs:FLG_TX_EMPTY (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
D | mISDNhw.h | 75 #define FLG_TX_EMPTY 27 macro
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | avmfritz.c | 462 if (!test_bit(FLG_TX_EMPTY, &bch->Flags)) in hdlc_fill_fifo() 528 test_and_clear_bit(FLG_TX_EMPTY, &bch->Flags); in HDLC_irq_xpr() 529 } else if (test_bit(FLG_TX_EMPTY, &bch->Flags)) { in HDLC_irq_xpr() 596 test_and_set_bit(FLG_TX_EMPTY, &bch->Flags); in HDLC_irq()
|
D | netjet.c | 547 if (!test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) in fill_dma() 625 test_and_clear_bit(FLG_TX_EMPTY, &bc->bch.Flags); in bc_next_frame() 626 } else if (test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) { in bc_next_frame() 629 test_and_set_bit(FLG_TX_EMPTY, &bc->bch.Flags); in bc_next_frame()
|
D | w6692.c | 511 if (!test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) in W6692_fill_Bfifo() 660 test_and_clear_bit(FLG_TX_EMPTY, &wch->bch.Flags); in send_next() 661 } else if (test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) { in send_next() 780 test_and_set_bit(FLG_TX_EMPTY, &wch->bch.Flags); in W6692B_interrupt()
|
D | mISDNipac.c | 984 if (!test_bit(FLG_TX_EMPTY, &hscx->bch.Flags)) in hscx_fill_fifo() 1032 test_and_clear_bit(FLG_TX_EMPTY, &hx->bch.Flags); in hscx_xpr() 1033 } else if (test_bit(FLG_TX_EMPTY, &hx->bch.Flags)) { in hscx_xpr() 1153 test_and_set_bit(FLG_TX_EMPTY, &hx->bch.Flags); in ipac_irq()
|
D | mISDNisar.c | 599 if (!test_bit(FLG_TX_EMPTY, &ch->bch.Flags) || in isar_fill_fifo() 710 test_and_clear_bit(FLG_TX_EMPTY, &ch->bch.Flags); in send_next() 711 } else if (test_bit(FLG_TX_EMPTY, &ch->bch.Flags)) { in send_next() 728 test_and_set_bit(FLG_TX_EMPTY, &ch->bch.Flags); in send_next()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | hwchannel.c | 144 test_and_clear_bit(FLG_TX_EMPTY, &ch->Flags); in mISDN_clear_bchannel()
|