Home
last modified time | relevance | path

Searched refs:E1000_ICR_DRSTA (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A De1000_defines.h394 #define E1000_ICR_DRSTA 0x40000000 /* Device Reset Asserted */ macro
436 #define E1000_IMS_DRSTA E1000_ICR_DRSTA /* Device Reset Asserted */
445 #define E1000_ICS_DRSTA E1000_ICR_DRSTA /* Device Reset Aserted */
H A Digb_main.c6845 if (icr & E1000_ICR_DRSTA) in igb_msix_other()
7928 if (icr & E1000_ICR_DRSTA) in igb_intr_msi()
7973 if (icr & E1000_ICR_DRSTA) in igb_intr()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A De1000_defines.h394 #define E1000_ICR_DRSTA 0x40000000 /* Device Reset Asserted */ macro
436 #define E1000_IMS_DRSTA E1000_ICR_DRSTA /* Device Reset Asserted */
445 #define E1000_ICS_DRSTA E1000_ICR_DRSTA /* Device Reset Aserted */
H A Digb_main.c7022 if (icr & E1000_ICR_DRSTA) in igb_msix_other()
8105 if (icr & E1000_ICR_DRSTA) in igb_intr_msi()
8150 if (icr & E1000_ICR_DRSTA) in igb_intr()

Completed in 31 milliseconds