Home
last modified time | relevance | path

Searched refs:TSINTR_SYS_WRAP (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_defines.h531 #define TSINTR_SYS_WRAP (1 << 0) /* SYSTIM Wrap around. */ macro
Digb_ptp.c558 tsim |= TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
560 tsim &= ~TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
Digb_main.c5407 if (tsicr & TSINTR_SYS_WRAP) { in igb_tsync_interrupt()
5413 ack |= TSINTR_SYS_WRAP; in igb_tsync_interrupt()