Searched refs:eicr (Results 1 – 2 of 2) sorted by relevance
3421 uint32_t eicr = ixgbe->eicr; in ixgbe_sfp_check() local3425 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() local3479 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() argument4147 if (eicr & IXGBE_EICR_LSC) { in ixgbe_intr_other_work()4156 (eicr & IXGBE_EICR_GPI_SDP1)) { in ixgbe_intr_other_work()[all …]
634 uint32_t eicr; /* interrupt cause reg */ member