Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice.h196 __ICE_RESET_OICR_RECV, /* set by driver after rcv reset OICR */ enumerator
H A Dice_main.c505 clear_bit(__ICE_RESET_OICR_RECV, pf->state); in ice_do_reset()
537 * type and __ICE_RESET_OICR_RECV. So, if the latter bit is set in ice_reset_subtask()
544 if (test_bit(__ICE_RESET_OICR_RECV, pf->state)) { in ice_reset_subtask()
567 clear_bit(__ICE_RESET_OICR_RECV, pf->state); in ice_reset_subtask()
2712 if (!test_and_set_bit(__ICE_RESET_OICR_RECV, pf->state)) { in ice_misc_intr()
2726 * __ICE_RESET_OICR_RECV in pf->state indicates in ice_misc_intr()
H A Dice_lib.c3014 return test_bit(__ICE_RESET_OICR_RECV, state) || in ice_is_reset_in_progress()

Completed in 12 milliseconds