Searched refs:eicr (Results 1 – 2 of 2) sorted by relevance
3914 uint32_t eicr = ixgbe->eicr; in ixgbe_sfp_check() local3919 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() local3973 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() argument4708 if (eicr & IXGBE_EICR_LSC) { in ixgbe_intr_other_work()4717 (eicr & IXGBE_EICR_GPI_SDP1)) { in ixgbe_intr_other_work()[all …]
648 uint32_t eicr; /* interrupt cause reg */ member