Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_ptp.c577 tsim |= TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
579 tsim &= ~TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
1273 (adapter->pps_sys_wrap_on ? TSINTR_SYS_WRAP : 0)); in igb_ptp_reset()
De1000_defines.h548 #define TSINTR_SYS_WRAP BIT(0) /* SYSTIM Wrap around. */ macro
Digb_main.c6482 if (tsicr & TSINTR_SYS_WRAP) { in igb_tsync_interrupt()
6486 ack |= TSINTR_SYS_WRAP; in igb_tsync_interrupt()