Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_ha_mgr.c487 enum ulp_ha_mgr_state curr_state, next_state, poll_state; in ulp_ha_mgr_close() local
537 rc = ulp_ha_mgr_state_get(ulp_ctx, &poll_state); in ulp_ha_mgr_close()
548 } while (poll_state != ULP_HA_STATE_PRIM_RUN && timeout > 0); in ulp_ha_mgr_close()
577 rc = ulp_ha_mgr_state_get(ulp_ctx, &poll_state); in ulp_ha_mgr_close()
589 } while (poll_state != ULP_HA_STATE_PRIM_RUN && in ulp_ha_mgr_close()