Lines Matching refs:Flags

310 	if (test_and_set_bit(FLG_BUSY_TIMER, &dch->Flags)) {
329 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags))
332 if (test_and_clear_bit(FLG_L1_BUSY, &dch->Flags))
335 if (test_bit(FLG_TX_BUSY, &dch->Flags)) {
341 test_and_set_bit(FLG_TX_BUSY, &dch->Flags);
391 if (test_and_clear_bit(FLG_BUSY_TIMER, &card->dch.Flags))
478 if (test_bit(FLG_RX_OFF, &wch->bch.Flags)) {
511 if (!test_bit(FLG_TX_EMPTY, &wch->bch.Flags))
524 else if (test_bit(FLG_HDLC, &wch->bch.Flags))
555 !test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
580 !test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
621 test_and_clear_bit(FLG_HDLC, &wch->bch.Flags);
622 test_and_clear_bit(FLG_TRANSPARENT, &wch->bch.Flags);
630 test_and_set_bit(FLG_TRANSPARENT, &wch->bch.Flags);
640 test_and_set_bit(FLG_HDLC, &wch->bch.Flags);
660 test_and_clear_bit(FLG_TX_EMPTY, &wch->bch.Flags);
661 } else if (test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) {
680 test_bit(FLG_ACTIVE, &wch->bch.Flags)) {
687 if (test_bit(FLG_HDLC, &wch->bch.Flags)) {
729 if (test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
761 if (!test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
777 if (!test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
779 } else if (test_bit(FLG_FILLEMPTY, &wch->bch.Flags)) {
780 test_and_set_bit(FLG_TX_EMPTY, &wch->bch.Flags);
828 if (test_bit(FLG_BUSY_TIMER, &dch->Flags)) {
835 test_and_set_bit(FLG_L1_BUSY, &dch->Flags);
838 test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags);
973 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags))
1017 if (test_and_set_bit(FLG_OPEN, &bch->Flags))
1056 test_and_clear_bit(FLG_OPEN, &bch->Flags);
1105 test_and_clear_bit(FLG_L2_ACTIVATED, &dch->Flags);
1151 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
1152 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags))
1161 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
1166 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);