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
3963 uint32_t eicr = ixgbe->eicr; in ixgbe_overtemp_check() local
4747 ixgbe->eicr = eicr; in ixgbe_intr_other_work()
4762 ixgbe->eicr = eicr; in ixgbe_intr_other_work()
4776 ixgbe->eicr = eicr; in ixgbe_intr_other_work()
4796 uint32_t eicr; in ixgbe_intr_legacy() local
4824 if (eicr) { in ixgbe_intr_legacy()
4926 uint32_t eicr; in ixgbe_intr_msi() local
4948 if (eicr & 0x1) { in ixgbe_intr_msi()
4955 if (eicr & 0x2) { in ixgbe_intr_msi()
[all …]
H A Dixgbe_sw.h648 uint32_t eicr; /* interrupt cause reg */ member