Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3421 uint32_t eicr = ixgbe->eicr; in ixgbe_sfp_check() local
3425 if (eicr & IXGBE_EICR_GPI_SDP1) { in ixgbe_sfp_check()
3434 } else if (eicr & IXGBE_EICR_GPI_SDP2) { in ixgbe_sfp_check()
3469 uint32_t eicr = ixgbe->eicr; in ixgbe_overtemp_check() local
3479 if (((eicr & IXGBE_EICR_GPI_SDP0) && (!link_up)) || in ixgbe_overtemp_check()
3480 (eicr & IXGBE_EICR_LSC)) { in ixgbe_overtemp_check()
3506 IXGBE_WRITE_REG(hw, IXGBE_EICR, eicr); in ixgbe_overtemp_check()
4140 ixgbe_intr_other_work(ixgbe_t *ixgbe, uint32_t eicr) in ixgbe_intr_other_work() argument
4147 if (eicr & IXGBE_EICR_LSC) { in ixgbe_intr_other_work()
4156 (eicr & IXGBE_EICR_GPI_SDP1)) { in ixgbe_intr_other_work()
[all …]
H A Dixgbe_sw.h634 uint32_t eicr; /* interrupt cause reg */ member