Home
last modified time | relevance | path

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

/trueos/sys/dev/ixgbe/
HDif_ix.c4543 status = !!(IXGBE_READ_REG(hw, IXGBE_EEE_STAT) & IXGBE_EEE_STAT_NEG); in ixgbe_sysctl_eee_negotiated()
4558 status = !!(IXGBE_READ_REG(hw, IXGBE_EEE_STAT) & in ixgbe_sysctl_eee_rx_lpi_status()
4574 status = !!(IXGBE_READ_REG(hw, IXGBE_EEE_STAT) & in ixgbe_sysctl_eee_tx_lpi_status()
HDixgbe_type.h666 #define IXGBE_EEE_STAT 0x04398 /* EEE Status */ macro