ULP_F_INIT
if (!test_and_set_bit(ULP_F_INIT, &cp->ulp_flags[i]))
if (test_and_clear_bit(ULP_F_INIT, &cp->ulp_flags[i]))
clear_bit(ULP_F_INIT, &cp->ulp_flags[ulp_type]);
if (!test_and_set_bit(ULP_F_INIT, &cp->ulp_flags[ulp_type]))
if (test_bit(ULP_F_INIT, &cp->ulp_flags[ulp_type]))