Searched refs:IXGBE_EEE_STAT (Results 1 – 2 of 2) sorted by relevance
4543 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()
666 #define IXGBE_EEE_STAT 0x04398 /* EEE Status */ macro