Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mng.h52 #define FW_PHY_TOKEN_RETRIES ((FW_PHY_TOKEN_WAIT * 1000) / FW_PHY_TOKEN_DELAY) macro
/f-stack/dpdk/drivers/net/ixgbe/
H A Drte_pmd_ixgbe.c951 int retries = FW_PHY_TOKEN_RETRIES; in rte_pmd_ixgbe_acquire_swfw()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h3085 #define FW_PHY_TOKEN_RETRIES ((FW_PHY_TOKEN_WAIT * 1000) / FW_PHY_TOKEN_DELAY) macro
H A Dixgbe_x550.c4278 int retries = FW_PHY_TOKEN_RETRIES; in ixgbe_acquire_swfw_sync_X550a()