Searched refs:IXGBE_EICR (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 439 {IXGBE_EICR, "EICR"}, 2810 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_GPI_SDP1(hw)); in ixgbe_check_fan_failure() 2843 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EICR, in ixgbe_check_overtemp_event() 2895 IXGBE_WRITE_REG(hw, IXGBE_EICR, eicr_mask); in ixgbe_check_sfp_event() 2906 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_GPI_SDP1(hw)); in ixgbe_check_sfp_event() 3074 IXGBE_WRITE_REG(hw, IXGBE_EICR, eicr); in ixgbe_msix_other() 3092 IXGBE_WRITE_REG(hw, IXGBE_EICR, in ixgbe_msix_other() 3099 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_ECC); in ixgbe_msix_other() 3308 eicr = IXGBE_READ_REG(hw, IXGBE_EICR); in ixgbe_intr() 3337 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_ECC); in ixgbe_intr() [all …]
|
D | ixgbe_type.h | 253 #define IXGBE_EICR 0x00800 macro
|
D | ixgbe_common.c | 730 IXGBE_READ_REG(hw, IXGBE_EICR); in ixgbe_stop_adapter_generic()
|
D | ixgbe_ethtool.c | 1583 adapter->test_icr |= IXGBE_READ_REG(&adapter->hw, IXGBE_EICR); in ixgbe_test_intr()
|