Home
last modified time | relevance | path

Searched refs:other_intr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1022 ixgbe->capab->other_intr |= IXGBE_EICR_GPI_SDP1; in ixgbe_identify_hardware()
1033 ixgbe->capab->other_intr |= IXGBE_EICR_GPI_SDP0; in ixgbe_identify_hardware()
1068 ixgbe->capab->other_intr |= in ixgbe_identify_hardware()
4391 ixgbe->eims |= ixgbe->capab->other_intr; /* "other" interrupt types */ in ixgbe_enable_adapter_interrupts()
4394 eiam = ixgbe->capab->other_intr; in ixgbe_enable_adapter_interrupts()
4864 if (eicr & ixgbe->capab->other_intr) { in ixgbe_intr_legacy()
4960 if (eicr & ixgbe->capab->other_intr) { in ixgbe_intr_msi()
5042 if (eicr & ixgbe->capab->other_intr) { in ixgbe_intr_msix()
H A Dixgbe_debug.c55 ixgbe_log(ixgbe, "otherflag: 0x%x\n", ixgbe->capab->other_intr); in ixgbe_dump_interrupt()
H A Dixgbe_sw.h301 uint32_t other_intr; /* "other" interrupt types handled */ member