Searched refs:FLG_TX_EMPTY (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
H A D | mISDNhw.h | 66 #define FLG_TX_EMPTY 27 macro
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | avmfritz.c | 451 if (!test_bit(FLG_TX_EMPTY, &bch->Flags)) in hdlc_fill_fifo() 516 test_and_clear_bit(FLG_TX_EMPTY, &bch->Flags); in HDLC_irq_xpr() 517 } else if (test_bit(FLG_TX_EMPTY, &bch->Flags)) { in HDLC_irq_xpr() 584 test_and_set_bit(FLG_TX_EMPTY, &bch->Flags); in HDLC_irq()
|
H A D | netjet.c | 535 if (!test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) in fill_dma() 612 test_and_clear_bit(FLG_TX_EMPTY, &bc->bch.Flags); in bc_next_frame() 613 } else if (test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) { in bc_next_frame() 616 test_and_set_bit(FLG_TX_EMPTY, &bc->bch.Flags); in bc_next_frame()
|
H A D | w6692.c | 493 if (!test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) in W6692_fill_Bfifo() 641 test_and_clear_bit(FLG_TX_EMPTY, &wch->bch.Flags); in send_next() 642 } else if (test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) { in send_next() 761 test_and_set_bit(FLG_TX_EMPTY, &wch->bch.Flags); in W6692B_interrupt()
|
H A D | mISDNisar.c | 586 if (!test_bit(FLG_TX_EMPTY, &ch->bch.Flags) || in isar_fill_fifo() 696 test_and_clear_bit(FLG_TX_EMPTY, &ch->bch.Flags); in send_next() 697 } else if (test_bit(FLG_TX_EMPTY, &ch->bch.Flags)) { in send_next() 714 test_and_set_bit(FLG_TX_EMPTY, &ch->bch.Flags); in send_next()
|
H A D | mISDNipac.c | 969 if (!test_bit(FLG_TX_EMPTY, &hscx->bch.Flags)) in hscx_fill_fifo() 1016 test_and_clear_bit(FLG_TX_EMPTY, &hx->bch.Flags); in hscx_xpr() 1017 } else if (test_bit(FLG_TX_EMPTY, &hx->bch.Flags)) { in hscx_xpr() 1137 test_and_set_bit(FLG_TX_EMPTY, &hx->bch.Flags); in ipac_irq()
|
/linux/drivers/isdn/mISDN/ |
H A D | hwchannel.c | 135 test_and_clear_bit(FLG_TX_EMPTY, &ch->Flags); in mISDN_clear_bchannel()
|