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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c1682 if (!test_bit(ICE_SERVICE_DIS, pf->state) &&
1705 * Return 0 if the ICE_SERVICE_DIS bit was not already set,
1712 ret = test_and_set_bit(ICE_SERVICE_DIS, pf->state);
1731 clear_bit(ICE_SERVICE_DIS, pf->state);
4971 clear_bit(ICE_SERVICE_DIS, pf->state);
4989 set_bit(ICE_SERVICE_DIS, pf->state);
5152 set_bit(ICE_SERVICE_DIS, pf->state);
5518 clear_bit(ICE_SERVICE_DIS, pf->state);
8118 set_bit(ICE_SERVICE_DIS, pf->state);
H A Dice.h300 ICE_SERVICE_DIS, enumerator in enum:ice_pf_state

Completed in 216 milliseconds