Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dif_ice_iflib.c2103 if (!ice_testandclear_state(&sc->state, ICE_STATE_FIRST_INIT_LINK)) in ice_if_init()
2112 if (sc->mirr_if && ice_testandclear_state(&mif->state, ICE_STATE_SUBIF_NEEDS_REINIT)) { in ice_if_init()
2384 } else if (ice_testandclear_state(&sc->state, ICE_STATE_CONTROLQ_EVENT_PENDING)) { in ice_if_update_admin_status()
2785 if (!ice_testandclear_state(&sc->state, ICE_STATE_RESET_OICR_RECV)) in ice_handle_reset_event()
2812 if (ice_testandclear_state(&sc->state, ICE_STATE_RESET_PFR_REQ)) in ice_handle_reset_event()
2835 if (!ice_testandclear_state(&sc->state, ICE_STATE_RESET_PFR_REQ)) in ice_handle_pf_reset_request()
3040 if (!ice_testandclear_state(&sc->state, ICE_STATE_DRIVER_INITIALIZED)) in ice_if_stop()
4271 if (!ice_testandclear_state(&mif->state, ICE_STATE_DRIVER_INITIALIZED)) in ice_subif_if_stop()
H A Dice_lib.h678 ice_testandclear_state(volatile u32 *s, enum ice_state bit) in ice_testandclear_state() function
H A Dice_lib.c8166 if (!ice_testandclear_state(&sc->state, ICE_STATE_MDD_PENDING)) in ice_handle_mdd_event()
8574 if (!ice_testandclear_state(&sc->state, ICE_STATE_DRIVER_INITIALIZED)) in ice_stop_pf_vsi()