Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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.c651 clear_bit(ICE_RESET_OICR_RECV, pf->state); in ice_do_reset()
685 * type and ICE_RESET_OICR_RECV. So, if the latter bit is set in ice_reset_subtask()
692 if (test_bit(ICE_RESET_OICR_RECV, pf->state)) { in ice_reset_subtask()
715 clear_bit(ICE_RESET_OICR_RECV, pf->state); in ice_reset_subtask()
3126 if (!test_and_set_bit(ICE_RESET_OICR_RECV, pf->state)) { in ice_misc_intr()
3140 * ICE_RESET_OICR_RECV in pf->state indicates in ice_misc_intr()
H A Dice_lib.c3199 return test_bit(ICE_RESET_OICR_RECV, state) || in ice_is_reset_in_progress()

Completed in 18 milliseconds