Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_defines.h219 #define IGC_ICR_TS BIT(19) /* Time Sync Interrupt */ macro
242 #define IGC_IMS_TS IGC_ICR_TS /* Time Sync Interrupt */
H A Digc_main.c4042 if (icr & IGC_ICR_TS) in igc_msix_other()
4418 if (icr & IGC_ICR_TS) in igc_intr_msi()
4464 if (icr & IGC_ICR_TS) in igc_intr()