Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h263 #define IGC_ICR_DRSTA BIT(30) /* Device Reset Asserted */ macro
282 #define IGC_IMS_DRSTA IGC_ICR_DRSTA /* Device Reset Asserted */
H A Digc_main.c5378 if (icr & IGC_ICR_DRSTA) in igc_msix_other()
5747 if (icr & IGC_ICR_DRSTA) in igc_intr_msi()
5792 if (icr & IGC_ICR_DRSTA) in igc_intr()