Searched refs:other_intr (Results 1 – 3 of 3) sorted by relevance
935 ixgbe->capab->other_intr |= IXGBE_EICR_GPI_SDP1; in ixgbe_identify_hardware()946 ixgbe->capab->other_intr |= IXGBE_EICR_GPI_SDP0; in ixgbe_identify_hardware()3838 ixgbe->eims |= ixgbe->capab->other_intr; /* "other" interrupt types */ in ixgbe_enable_adapter_interrupts()3841 eiam = ixgbe->capab->other_intr; in ixgbe_enable_adapter_interrupts()4287 if (eicr & ixgbe->capab->other_intr) { in ixgbe_intr_legacy()4380 if (eicr & ixgbe->capab->other_intr) { in ixgbe_intr_msi()4459 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()
293 uint32_t other_intr; /* "other" interrupt types handled */ member