Home
last modified time | relevance | path

Searched refs:E1000_ICR_DRSTA (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_defines.h391 #define E1000_ICR_DRSTA 0x40000000 /* Device Reset Asserted */ macro
433 #define E1000_IMS_DRSTA E1000_ICR_DRSTA /* Device Reset Asserted */
442 #define E1000_ICS_DRSTA E1000_ICR_DRSTA /* Device Reset Aserted */
Digb_main.c6555 if (icr & E1000_ICR_DRSTA) in igb_msix_other()
7635 if (icr & E1000_ICR_DRSTA) in igb_intr_msi()
7680 if (icr & E1000_ICR_DRSTA) in igb_intr()