Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_defines.h381 #define E1000_ICR_DOUTSYNC 0x10000000 /* NIC DMA out of sync */ macro
420 #define E1000_IMS_DOUTSYNC E1000_ICR_DOUTSYNC /* NIC DMA out of sync */
Digb_main.c5476 if (icr & E1000_ICR_DOUTSYNC) { in igb_msix_other()
6270 if (icr & E1000_ICR_DOUTSYNC) { in igb_intr_msi()
6315 if (icr & E1000_ICR_DOUTSYNC) { in igb_intr()