Lines Matching refs:Flags
603 if (!test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_socket_parse()
607 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in l1oip_socket_parse()
789 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_socket_close()
793 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in l1oip_socket_close()
863 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_timeout()
867 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in l1oip_timeout()
926 if (test_bit(FLG_ACTIVE, &dch->Flags)) in handle_dmsg()
937 if (test_bit(FLG_ACTIVE, &dch->Flags)) in handle_dmsg()
1010 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in open_dchannel()
1037 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
1165 test_and_set_bit(FLG_ACTIVE, &bch->Flags); in handle_bmsg()
1174 test_and_clear_bit(FLG_ACTIVE, &bch->Flags); in handle_bmsg()
1223 test_and_clear_bit(FLG_OPEN, &bch->Flags); in l1oip_bctrl()
1224 test_and_clear_bit(FLG_ACTIVE, &bch->Flags); in l1oip_bctrl()