Lines Matching refs:Flags

294 	if (test_and_set_bit(FLG_BUSY_TIMER, &dch->Flags)) {
312 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags))
315 if (test_and_clear_bit(FLG_L1_BUSY, &dch->Flags))
318 if (test_bit(FLG_TX_BUSY, &dch->Flags)) {
324 test_and_set_bit(FLG_TX_BUSY, &dch->Flags);
373 if (test_and_clear_bit(FLG_BUSY_TIMER, &card->dch.Flags))
459 if (test_bit(FLG_RX_OFF, &wch->bch.Flags)) {
492 if (!test_bit(FLG_TX_EMPTY, &wch->bch.Flags))
505 else if (test_bit(FLG_HDLC, &wch->bch.Flags))
536 !test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
561 !test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
602 test_and_clear_bit(FLG_HDLC, &wch->bch.Flags);
603 test_and_clear_bit(FLG_TRANSPARENT, &wch->bch.Flags);
611 test_and_set_bit(FLG_TRANSPARENT, &wch->bch.Flags);
621 test_and_set_bit(FLG_HDLC, &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)) {
660 test_bit(FLG_ACTIVE, &wch->bch.Flags)) {
667 if (test_bit(FLG_HDLC, &wch->bch.Flags)) {
709 if (test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
741 if (!test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
757 if (!test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
759 } else if (test_bit(FLG_FILLEMPTY, &wch->bch.Flags)) {
760 test_and_set_bit(FLG_TX_EMPTY, &wch->bch.Flags);
809 if (test_bit(FLG_BUSY_TIMER, &dch->Flags)) {
816 test_and_set_bit(FLG_L1_BUSY, &dch->Flags);
819 test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags);
952 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags))
996 if (test_and_set_bit(FLG_OPEN, &bch->Flags))
1035 test_and_clear_bit(FLG_OPEN, &bch->Flags);
1084 test_and_clear_bit(FLG_L2_ACTIVATED, &dch->Flags);
1130 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
1131 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags))
1140 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
1145 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);