Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_defines.h257 #define IGC_ICR_LSC BIT(2) /* Link Status Change */ macro
280 #define IGC_IMS_LSC IGC_ICR_LSC /* Link Status Change */
291 #define IGC_ICS_LSC IGC_ICR_LSC /* Link Status Change */
Digc_main.c5257 if (icr & IGC_ICR_LSC) { in igc_msix_other()
5636 if (icr & (IGC_ICR_RXSEQ | IGC_ICR_LSC)) { in igc_intr_msi()
5681 if (icr & (IGC_ICR_RXSEQ | IGC_ICR_LSC)) { in igc_intr()