Searched refs:other_intr (Results 1 – 3 of 3) sorted by relevance
986 ixgbe->capab->other_intr |= IXGBE_EICR_GPI_SDP1; in ixgbe_identify_hardware()997 ixgbe->capab->other_intr |= IXGBE_EICR_GPI_SDP0; in ixgbe_identify_hardware()1024 ixgbe->capab->other_intr |= in ixgbe_identify_hardware()4223 ixgbe->eims |= ixgbe->capab->other_intr; /* "other" interrupt types */ in ixgbe_enable_adapter_interrupts()4226 eiam = ixgbe->capab->other_intr; in ixgbe_enable_adapter_interrupts()4694 if (eicr & ixgbe->capab->other_intr) { in ixgbe_intr_legacy()4789 if (eicr & ixgbe->capab->other_intr) { in ixgbe_intr_msi()4870 if (eicr & ixgbe->capab->other_intr) { in ixgbe_intr_msix()
55 ixgbe_log(ixgbe, "otherflag: 0x%x\n", ixgbe->capab->other_intr); in ixgbe_dump_interrupt()
296 uint32_t other_intr; /* "other" interrupt types handled */ member