Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_defines.h532 #define TSINTR_SYS_WRAP (1 << 0) /* SYSTIM Wrap around. */ macro
Digb_ptp.c590 tsim |= TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
592 tsim &= ~TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
Digb_main.c5398 if (tsicr & TSINTR_SYS_WRAP) { in igb_tsync_interrupt()
5404 ack |= TSINTR_SYS_WRAP; in igb_tsync_interrupt()