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

/freebsd-current/sys/dev/ice/
H A Dice_lib.h655 * ice_testandset_state - Test and set the specified state
663 ice_testandset_state(volatile u32 *s, enum ice_state bit) function
691 * prefer ice_testandset_state or ice_testandclear_state.
H A Dif_ice_iflib.c723 if (!ice_testandset_state(&sc->state, ICE_STATE_LINK_STATUS_REPORTED)) {
1330 if (!ice_testandset_state(&sc->state, ICE_STATE_RESET_OICR_RECV)) {
2351 if (!ice_testandset_state(&sc->state, ICE_STATE_RECOVERY_MODE)) {
2359 if (!ice_testandset_state(&sc->state, ICE_STATE_ROLLBACK_MODE)) {
2428 if (ice_testandset_state(&sc->state, ICE_STATE_PREPARED_FOR_RESET))
H A Dice_lib.c2186 if (!ice_testandset_state(&sc->state, ICE_STATE_NO_MEDIA)) {

Completed in 208 milliseconds