Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/igc/
A Digc_defines.h258 #define IGC_ICR_LSC BIT(2) /* Link Status Change */ macro
281 #define IGC_IMS_LSC IGC_ICR_LSC /* Link Status Change */
292 #define IGC_ICS_LSC IGC_ICR_LSC /* Link Status Change */
A Digc_main.c5651 if (icr & IGC_ICR_LSC) { in igc_msix_other()
6051 if (icr & (IGC_ICR_RXSEQ | IGC_ICR_LSC)) { in igc_intr_msi()
6096 if (icr & (IGC_ICR_RXSEQ | IGC_ICR_LSC)) { in igc_intr()

Completed in 21 milliseconds