Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/e1000e/
Ddefines.h394 #define E1000_ICR_INT_ASSERTED 0x80000000 macro
Dnetdev.c1830 if (!(icr & E1000_ICR_INT_ASSERTED)) in e1000_intr()
/linux-6.6.21/drivers/net/ethernet/intel/igb/
De1000_defines.h396 #define E1000_ICR_INT_ASSERTED 0x80000000 macro
Digb_main.c8158 if (!(icr & E1000_ICR_INT_ASSERTED)) in igb_intr()
/linux-6.6.21/drivers/net/ethernet/intel/e1000/
De1000_hw.h1707 #define E1000_ICR_INT_ASSERTED 0x80000000 /* If this bit asserted, the driver should claim the int… macro