Searched refs:rx_lpi_status (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_type.h1255 u32 rx_lpi_status; member in struct:ice_hw_port_stats
/freebsd-current/sys/dev/ixl/
H A Di40e_type.h1493 u32 rx_lpi_status; member in struct:i40e_hw_port_stats
H A Di40e_common.c6984 stat->rx_lpi_status = 0;
7007 stat->rx_lpi_status = !!(val & I40E_BCM_PHY_PCS_STATUS1_RX_LPI);
7014 stat->rx_lpi_status = (val & I40E_PRTPM_EEE_STAT_RX_LPI_STATUS_MASK) >>
7099 stat->tx_lpi_status && stat->rx_lpi_status) {
H A Dixl_pf_main.c2638 SYSCTL_ADD_UINT(ctx, eee_list, OID_AUTO, "rx_lpi_status",
2639 CTLFLAG_RD | CTLFLAG_MPSAFE, &pf->stats.rx_lpi_status, 0,

Completed in 119 milliseconds