Lines Matching refs:Flags

219 		if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags)) {  in hfcusb_l2l1B()
256 phi->dch.ch.Flags = dch->Flags; in hfcsusb_ph_info()
261 phi->bch[i].Flags = hw->bch[i].Flags; in hfcsusb_ph_info()
306 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in hfcusb_l2l1D()
314 &dch->Flags); in hfcusb_l2l1D()
326 test_and_clear_bit(FLG_L2_ACTIVATED, &dch->Flags); in hfcusb_l2l1D()
344 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in hfcusb_l2l1D()
348 if (test_and_clear_bit(FLG_L1_BUSY, &dch->Flags)) in hfcusb_l2l1D()
393 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in hfc_l1callback()
396 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in hfc_l1callback()
401 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in hfc_l1callback()
427 test_and_clear_bit(FLG_ACTIVE, &hw->dch.Flags); in open_dchannel()
428 test_and_clear_bit(FLG_ACTIVE, &hw->ech.Flags); in open_dchannel()
435 set_bit(FLG_ACTIVE, &hw->ech.Flags); in open_dchannel()
483 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
632 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in ph_state_nt()
633 test_and_clear_bit(FLG_L2_ACTIVATED, &dch->Flags); in ph_state_nt()
654 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in ph_state_nt()
707 clear_bit(FLG_HDLC, &bch->Flags); in hfcsusb_setup_bch()
708 clear_bit(FLG_TRANSPARENT, &bch->Flags); in hfcsusb_setup_bch()
713 set_bit(FLG_TRANSPARENT, &bch->Flags); in hfcsusb_setup_bch()
717 set_bit(FLG_HDLC, &bch->Flags); in hfcsusb_setup_bch()
736 if (test_bit(FLG_ACTIVE, &hw->bch[0].Flags)) { in hfcsusb_setup_bch()
740 if (test_bit(FLG_ACTIVE, &hw->bch[1].Flags)) { in hfcsusb_setup_bch()
836 if (test_bit(FLG_RX_OFF, &fifo->bch->Flags)) { in hfcsusb_rx_frame()
852 hdlc = test_bit(FLG_HDLC, &fifo->bch->Flags); in hfcsusb_rx_frame()
1185 hdlc = test_bit(FLG_HDLC, &fifo->bch->Flags); in tx_iso_complete()
1187 test_bit(FLG_FILLEMPTY, &fifo->bch->Flags)) in tx_iso_complete()
1819 test_and_clear_bit(FLG_OPEN, &bch->Flags); in hfc_bctrl()