Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_type.h2052 #define I40E_BCM_PHY_PCS_STATUS1_TX_LPI BIT(9) macro
H A Di40e_common.c7132 stat->tx_lpi_status = !!(val & I40E_BCM_PHY_PCS_STATUS1_TX_LPI); in i40e_get_phy_lpi_status()