Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h399 #define E1000_ICR_OTHER 0x01000000 /* Other Interrupt */ macro
449 #define E1000_IMS_OTHER E1000_ICR_OTHER /* Other Interrupt */
455 #define E1000_ICS_OTHER E1000_ICR_OTHER /* Other Interrupt */
/openbmc/qemu/hw/net/
H A De1000x_regs.h365 #define E1000_ICR_OTHER 0x01000000 /* Other Interrupts */ macro
427 #define E1000_IMS_OTHER E1000_ICR_OTHER
H A De1000e_core.c2035 if (causes & E1000_ICR_OTHER) { in e1000e_msix_notify()
2036 e1000e_msix_notify_one(core, E1000_ICR_OTHER, in e1000e_msix_notify()
2080 if (causes & E1000_ICR_OTHER) { in e1000e_msix_clear()
2081 e1000e_msix_clear_one(core, E1000_ICR_OTHER, in e1000e_msix_clear()
2112 core->mac[ICR] |= E1000_ICR_OTHER; in e1000e_raise_interrupts()
2456 if (val & E1000_ICR_OTHER) { in e1000e_set_icr()