Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_defines.h238 #define IGC_IMS_DOUTSYNC IGC_ICR_DOUTSYNC /* NIC DMA out of sync */
251 #define IGC_ICR_DOUTSYNC 0x10000000 /* NIC DMA out of sync */ macro
H A Digc_main.c4030 if (icr & IGC_ICR_DOUTSYNC) { in igc_msix_other()
4407 if (icr & IGC_ICR_DOUTSYNC) { in igc_intr_msi()
4452 if (icr & IGC_ICR_DOUTSYNC) { in igc_intr()