Home
last modified time | relevance | path

Searched refs:E1000_ICR_INT_ASSERTED (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/net/
H A Digb_regs.h306 #define E1000_ICR_INT_ASSERTED 0x80000000 macro
H A De1000x_regs.h350 #define E1000_ICR_INT_ASSERTED 0x80000000 /* If this bit asserted, the driver should claim the int… macro
H A Digb_core.c2841 (core->mac[IMS] && (core->mac[ICR] & E1000_ICR_INT_ASSERTED))) { in igb_nsicr()
2907 } else if (core->mac[ICR] & E1000_ICR_INT_ASSERTED) { in igb_mac_icr_read()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h394 #define E1000_ICR_INT_ASSERTED 0x80000000 macro
H A Dnetdev.c1829 if (!(icr & E1000_ICR_INT_ASSERTED)) in e1000_intr()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h396 #define E1000_ICR_INT_ASSERTED 0x80000000 macro
H A Digb_main.c8164 if (!(icr & E1000_ICR_INT_ASSERTED)) in igb_intr()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1707 #define E1000_ICR_INT_ASSERTED 0x80000000 /* If this bit asserted, the driver should claim the int… macro