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

/linux-master/include/linux/
H A DmISDNhw.h66 #define FLG_TX_EMPTY 27 macro
/linux-master/drivers/isdn/hardware/mISDN/
H A Davmfritz.c450 if (!test_bit(FLG_TX_EMPTY, &bch->Flags))
515 test_and_clear_bit(FLG_TX_EMPTY, &bch->Flags);
516 } else if (test_bit(FLG_TX_EMPTY, &bch->Flags)) {
583 test_and_set_bit(FLG_TX_EMPTY, &bch->Flags);
H A Dnetjet.c534 if (!test_bit(FLG_TX_EMPTY, &bc->bch.Flags))
611 test_and_clear_bit(FLG_TX_EMPTY, &bc->bch.Flags);
612 } else if (test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) {
615 test_and_set_bit(FLG_TX_EMPTY, &bc->bch.Flags);
H A Dw6692.c492 if (!test_bit(FLG_TX_EMPTY, &wch->bch.Flags))
640 test_and_clear_bit(FLG_TX_EMPTY, &wch->bch.Flags);
641 } else if (test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) {
760 test_and_set_bit(FLG_TX_EMPTY, &wch->bch.Flags);
H A DmISDNisar.c585 if (!test_bit(FLG_TX_EMPTY, &ch->bch.Flags) ||
695 test_and_clear_bit(FLG_TX_EMPTY, &ch->bch.Flags);
696 } else if (test_bit(FLG_TX_EMPTY, &ch->bch.Flags)) {
713 test_and_set_bit(FLG_TX_EMPTY, &ch->bch.Flags);
H A DmISDNipac.c968 if (!test_bit(FLG_TX_EMPTY, &hscx->bch.Flags))
1015 test_and_clear_bit(FLG_TX_EMPTY, &hx->bch.Flags);
1016 } else if (test_bit(FLG_TX_EMPTY, &hx->bch.Flags)) {
1136 test_and_set_bit(FLG_TX_EMPTY, &hx->bch.Flags);
/linux-master/drivers/isdn/mISDN/
H A Dhwchannel.c135 test_and_clear_bit(FLG_TX_EMPTY, &ch->Flags);

Completed in 123 milliseconds