Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3746 uint32_t eicr = ixgbe->eicr; in ixgbe_sfp_check() local
3751 if (eicr & IXGBE_EICR_GPI_SDP1_BY_MAC(hw)) { in ixgbe_sfp_check()
3760 } else if (eicr & IXGBE_EICR_GPI_SDP2_BY_MAC(hw)) { in ixgbe_sfp_check()
3795 uint32_t eicr = ixgbe->eicr; in ixgbe_overtemp_check() local
3805 if (((eicr & IXGBE_EICR_GPI_SDP0_BY_MAC(hw)) && (!link_up)) || in ixgbe_overtemp_check()
3806 (eicr & IXGBE_EICR_LSC)) { in ixgbe_overtemp_check()
3832 IXGBE_WRITE_REG(hw, IXGBE_EICR, eicr); in ixgbe_overtemp_check()
4529 ixgbe_intr_other_work(ixgbe_t *ixgbe, uint32_t eicr) in ixgbe_intr_other_work() argument
4538 if (eicr & IXGBE_EICR_LSC) { in ixgbe_intr_other_work()
4547 (eicr & IXGBE_EICR_GPI_SDP1)) { in ixgbe_intr_other_work()
[all …]
H A Dixgbe_sw.h630 uint32_t eicr; /* interrupt cause reg */ member