Searched refs:E1000_ICR_INT_ASSERTED (Results 1 – 8 of 8) sorted by relevance
306 #define E1000_ICR_INT_ASSERTED 0x80000000 macro
350 #define E1000_ICR_INT_ASSERTED 0x80000000 /* If this bit asserted, the driver should claim the int… macro
2841 (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()
394 #define E1000_ICR_INT_ASSERTED 0x80000000 macro
1829 if (!(icr & E1000_ICR_INT_ASSERTED)) in e1000_intr()
396 #define E1000_ICR_INT_ASSERTED 0x80000000 macro
8164 if (!(icr & E1000_ICR_INT_ASSERTED)) in igb_intr()
1707 #define E1000_ICR_INT_ASSERTED 0x80000000 /* If this bit asserted, the driver should claim the int… macro