Home
last modified time | relevance | path

Searched refs:ICE_RESET_OICR_RECV (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice.h269 ICE_RESET_OICR_RECV, /* set by driver after rcv reset OICR */ enumerator
H A Dice_main.c657 clear_bit(ICE_RESET_OICR_RECV, pf->state); in ice_do_reset()
698 if (test_bit(ICE_RESET_OICR_RECV, pf->state)) { in ice_reset_subtask()
721 clear_bit(ICE_RESET_OICR_RECV, pf->state); in ice_reset_subtask()
3145 if (!test_and_set_bit(ICE_RESET_OICR_RECV, pf->state)) { in ice_misc_intr()
H A Dice_lib.c3221 return test_bit(ICE_RESET_OICR_RECV, state) || in ice_is_reset_in_progress()