Searched refs:ULP_F_CALL_PENDING (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/broadcom/
H A Dcnic.h216 #define ULP_F_CALL_PENDING 2 macro
H A Dcnic.c631 while (test_bit(ULP_F_CALL_PENDING, &cp->ulp_flags[ulp_type]) &&
636 if (test_bit(ULP_F_CALL_PENDING, &cp->ulp_flags[ulp_type]))
3192 set_bit(ULP_F_CALL_PENDING, &cp->ulp_flags[if_type]);
3198 clear_bit(ULP_F_CALL_PENDING, &cp->ulp_flags[if_type]);
3225 set_bit(ULP_F_CALL_PENDING, &cp->ulp_flags[if_type]);
3231 clear_bit(ULP_F_CALL_PENDING, &cp->ulp_flags[if_type]);
5636 set_bit(ULP_F_CALL_PENDING, &cp->ulp_flags[if_type]);
5641 clear_bit(ULP_F_CALL_PENDING, &cp->ulp_flags[if_type]);

Completed in 90 milliseconds