Searched refs:eicr (Results 1 – 2 of 2) sorted by relevance
3746 uint32_t eicr = ixgbe->eicr; in ixgbe_sfp_check() local3751 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() local3805 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() argument4538 if (eicr & IXGBE_EICR_LSC) { in ixgbe_intr_other_work()4547 (eicr & IXGBE_EICR_GPI_SDP1)) { in ixgbe_intr_other_work()[all …]
630 uint32_t eicr; /* interrupt cause reg */ member