Home
last modified time | relevance | path

Searched refs:IGC_ICR_RXSEQ (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A Digc_defines.h215 #define IGC_ICR_RXSEQ BIT(3) /* Rx sequence error */ macro
236 #define IGC_IMS_RXSEQ IGC_ICR_RXSEQ /* Rx sequence error */
H A Digc_main.c4542 if (icr & (IGC_ICR_RXSEQ | IGC_ICR_LSC)) { in igc_intr_msi()
4587 if (icr & (IGC_ICR_RXSEQ | IGC_ICR_LSC)) { in igc_intr()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_defines.h258 #define IGC_ICR_RXSEQ BIT(3) /* Rx sequence error */ macro
279 #define IGC_IMS_RXSEQ IGC_ICR_RXSEQ /* Rx sequence error */
H A Digc_main.c5759 if (icr & (IGC_ICR_RXSEQ | IGC_ICR_LSC)) { in igc_intr_msi()
5804 if (icr & (IGC_ICR_RXSEQ | IGC_ICR_LSC)) { in igc_intr()

Completed in 19 milliseconds