Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Drte_pmd_ixgbe.c965 if (status == IXGBE_ERR_TOKEN_RETRY) in rte_pmd_ixgbe_acquire_swfw()
970 if (status != IXGBE_ERR_TOKEN_RETRY) { in rte_pmd_ixgbe_acquire_swfw()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c1222 return IXGBE_ERR_TOKEN_RETRY; in ixgbe_get_phy_token()
4296 if (status == IXGBE_ERR_TOKEN_RETRY) in ixgbe_acquire_swfw_sync_X550a()
4306 if (status != IXGBE_ERR_TOKEN_RETRY) { in ixgbe_acquire_swfw_sync_X550a()
H A Dixgbe_type.h4238 #define IXGBE_ERR_TOKEN_RETRY -40 macro