Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_defines.h266 #define IGC_ICR_DRSTA BIT(30) /* Device Reset Asserted */ macro
285 #define IGC_IMS_DRSTA IGC_ICR_DRSTA /* Device Reset Asserted */
Digc_main.c5076 if (icr & IGC_ICR_DRSTA) in igc_msix_other()
5455 if (icr & IGC_ICR_DRSTA) in igc_intr_msi()
5497 if (icr & IGC_ICR_DRSTA) in igc_intr()