Lines Matching refs:Flags
599 if (!test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_socket_parse()
603 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in l1oip_socket_parse()
783 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_socket_close()
787 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in l1oip_socket_close()
858 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_timeout()
862 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in l1oip_timeout()
925 if (test_bit(FLG_ACTIVE, &dch->Flags)) in handle_dmsg()
936 if (test_bit(FLG_ACTIVE, &dch->Flags)) in handle_dmsg()
1009 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in open_dchannel()
1036 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
1168 test_and_set_bit(FLG_ACTIVE, &bch->Flags); in handle_bmsg()
1177 test_and_clear_bit(FLG_ACTIVE, &bch->Flags); in handle_bmsg()
1226 test_and_clear_bit(FLG_OPEN, &bch->Flags); in l1oip_bctrl()
1227 test_and_clear_bit(FLG_ACTIVE, &bch->Flags); in l1oip_bctrl()