Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3914 uint32_t eicr = ixgbe->eicr; in ixgbe_sfp_check() local
3919 if (eicr & IXGBE_EICR_GPI_SDP1_BY_MAC(hw)) { in ixgbe_sfp_check()
3928 } else if (eicr & IXGBE_EICR_GPI_SDP2_BY_MAC(hw)) { in ixgbe_sfp_check()
3963 uint32_t eicr = ixgbe->eicr; in ixgbe_overtemp_check() local
3973 if (((eicr & IXGBE_EICR_GPI_SDP0_BY_MAC(hw)) && (!link_up)) || in ixgbe_overtemp_check()
3974 (eicr & IXGBE_EICR_LSC)) { in ixgbe_overtemp_check()
4000 IXGBE_WRITE_REG(hw, IXGBE_EICR, eicr); in ixgbe_overtemp_check()
4699 ixgbe_intr_other_work(ixgbe_t *ixgbe, uint32_t eicr) in ixgbe_intr_other_work() argument
4708 if (eicr & IXGBE_EICR_LSC) { in ixgbe_intr_other_work()
4717 (eicr & IXGBE_EICR_GPI_SDP1)) { in ixgbe_intr_other_work()
[all …]
H A Dixgbe_sw.h648 uint32_t eicr; /* interrupt cause reg */ member