Lines Matching refs:Flags
585 if (!test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_socket_parse()
589 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in l1oip_socket_parse()
766 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_socket_close()
770 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in l1oip_socket_close()
841 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_timeout()
845 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in l1oip_timeout()
908 if (test_bit(FLG_ACTIVE, &dch->Flags)) in handle_dmsg()
919 if (test_bit(FLG_ACTIVE, &dch->Flags)) in handle_dmsg()
992 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in open_dchannel()
1019 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
1151 test_and_set_bit(FLG_ACTIVE, &bch->Flags); in handle_bmsg()
1160 test_and_clear_bit(FLG_ACTIVE, &bch->Flags); in handle_bmsg()
1209 test_and_clear_bit(FLG_OPEN, &bch->Flags); in l1oip_bctrl()
1210 test_and_clear_bit(FLG_ACTIVE, &bch->Flags); in l1oip_bctrl()