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

/freebsd-current/sys/dev/ice/
H A Dif_ice_iflib.c2103 if (!ice_testandclear_state(&sc->state, ICE_STATE_FIRST_INIT_LINK))
2112 if (sc->mirr_if && ice_testandclear_state(&mif->state, ICE_STATE_SUBIF_NEEDS_REINIT)) {
2384 } else if (ice_testandclear_state(&sc->state, ICE_STATE_CONTROLQ_EVENT_PENDING)) {
2785 if (!ice_testandclear_state(&sc->state, ICE_STATE_RESET_OICR_RECV))
2812 if (ice_testandclear_state(&sc->state, ICE_STATE_RESET_PFR_REQ))
2835 if (!ice_testandclear_state(&sc->state, ICE_STATE_RESET_PFR_REQ))
3040 if (!ice_testandclear_state(&sc->state, ICE_STATE_DRIVER_INITIALIZED))
4271 if (!ice_testandclear_state(&mif->state, ICE_STATE_DRIVER_INITIALIZED))
H A Dice_lib.h670 * ice_testandclear_state - Test and clear the specified state
678 ice_testandclear_state(volatile u32 *s, enum ice_state bit) function
691 * prefer ice_testandset_state or ice_testandclear_state.
H A Dice_lib.c8166 if (!ice_testandclear_state(&sc->state, ICE_STATE_MDD_PENDING))
8574 if (!ice_testandclear_state(&sc->state, ICE_STATE_DRIVER_INITIALIZED))

Completed in 75 milliseconds