Home
last modified time | relevance | path

Searched refs:FLG_TX_EMPTY (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
DmISDNhw.h75 #define FLG_TX_EMPTY 27 macro
/linux-4.4.14/drivers/isdn/hardware/mISDN/
Davmfritz.c462 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()
Dnetjet.c547 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()
Dw6692.c511 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()
DmISDNipac.c984 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()
DmISDNisar.c599 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/
Dhwchannel.c144 test_and_clear_bit(FLG_TX_EMPTY, &ch->Flags); in mISDN_clear_bchannel()