Home
last modified time | relevance | path

Searched refs:FLG_TX_BUSY (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/isdn/mISDN/
H A Dhwchannel.c131 test_and_clear_bit(FLG_TX_BUSY, &ch->Flags); in mISDN_clear_bchannel()
332 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in get_next_dframe()
378 test_and_clear_bit(FLG_TX_BUSY, &bch->Flags); in get_next_bframe()
417 if (test_and_set_bit(FLG_TX_BUSY, &ch->Flags)) { in dchannel_senddata()
451 if (test_and_set_bit(FLG_TX_BUSY, &ch->Flags)) { in bchannel_senddata()
/linux/include/linux/
H A DmISDNhw.h35 #define FLG_TX_BUSY 0 /* tx_buf in use */ macro
/linux/drivers/isdn/hardware/mISDN/
H A Dw6692.c319 if (test_bit(FLG_TX_BUSY, &dch->Flags)) { in d_retransmit()
325 test_and_set_bit(FLG_TX_BUSY, &dch->Flags); in d_retransmit()
1131 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in w6692_l1callback()
H A DmISDNipac.c224 if (test_bit(FLG_TX_BUSY, &isac->dch.Flags)) { in isac_retransmit()
230 test_and_set_bit(FLG_TX_BUSY, &isac->dch.Flags); in isac_retransmit()
666 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in isac_l1cmd()
H A Dhfcsusb.c345 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in hfcusb_l2l1D()
394 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in hfc_l1callback()
H A Dhfcpci.c1088 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in hfc_l1callback()
1636 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in hfcpci_l2l1D()