Lines Matching refs:Flags

294 	if (test_and_set_bit(FLG_BUSY_TIMER, &dch->Flags)) {  in W6692_fill_Dfifo()
312 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) in d_retransmit()
315 if (test_and_clear_bit(FLG_L1_BUSY, &dch->Flags)) in d_retransmit()
318 if (test_bit(FLG_TX_BUSY, &dch->Flags)) { in d_retransmit()
324 test_and_set_bit(FLG_TX_BUSY, &dch->Flags); in d_retransmit()
373 if (test_and_clear_bit(FLG_BUSY_TIMER, &card->dch.Flags)) in handle_txD()
459 if (test_bit(FLG_RX_OFF, &wch->bch.Flags)) { in W6692_empty_Bfifo()
492 if (!test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) in W6692_fill_Bfifo()
505 else if (test_bit(FLG_HDLC, &wch->bch.Flags)) in W6692_fill_Bfifo()
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); in w6692_mode()
603 test_and_clear_bit(FLG_TRANSPARENT, &wch->bch.Flags); in w6692_mode()
611 test_and_set_bit(FLG_TRANSPARENT, &wch->bch.Flags); in w6692_mode()
621 test_and_set_bit(FLG_HDLC, &wch->bch.Flags); in w6692_mode()
640 test_and_clear_bit(FLG_TX_EMPTY, &wch->bch.Flags); in send_next()
641 } else if (test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) { in send_next()
660 test_bit(FLG_ACTIVE, &wch->bch.Flags)) { in W6692B_interrupt()
667 if (test_bit(FLG_HDLC, &wch->bch.Flags)) { in W6692B_interrupt()
709 if (test_bit(FLG_TRANSPARENT, &wch->bch.Flags)) in W6692B_interrupt()
741 if (!test_bit(FLG_TRANSPARENT, &wch->bch.Flags)) in W6692B_interrupt()
757 if (!test_bit(FLG_TRANSPARENT, &wch->bch.Flags)) in W6692B_interrupt()
759 } else if (test_bit(FLG_FILLEMPTY, &wch->bch.Flags)) { in W6692B_interrupt()
760 test_and_set_bit(FLG_TX_EMPTY, &wch->bch.Flags); in W6692B_interrupt()
809 if (test_bit(FLG_BUSY_TIMER, &dch->Flags)) { in dbusy_timer_handler()
816 test_and_set_bit(FLG_L1_BUSY, &dch->Flags); in dbusy_timer_handler()
819 test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags); in dbusy_timer_handler()
952 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags)) in w6692_l2l1B()
996 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
1035 test_and_clear_bit(FLG_OPEN, &bch->Flags); in w6692_bctrl()
1084 test_and_clear_bit(FLG_L2_ACTIVATED, &dch->Flags); in w6692_l2l1D()
1130 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in w6692_l1callback()
1131 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) in w6692_l1callback()
1140 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in w6692_l1callback()
1145 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in w6692_l1callback()