Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc_defines.h190 #define IGC_ICR_DRSTA BIT(30) /* Device Reset Asserted */ macro
209 #define IGC_IMS_DRSTA IGC_ICR_DRSTA /* Device Reset Asserted */
219 #define IGC_ICS_DRSTA IGC_ICR_DRSTA /* Device Reset Aserted */
Digc_main.c2546 if (icr & IGC_ICR_DRSTA) in igc_msix_other()
3233 if (icr & IGC_ICR_DRSTA) in igc_intr_msi()
3275 if (icr & IGC_ICR_DRSTA) in igc_intr()