TSINTR_SYS_WRAP
const u32 mask = (TSINTR_SYS_WRAP | E1000_TSICR_TXTS |
if (tsicr & TSINTR_SYS_WRAP) {
(adapter->pps_sys_wrap_on ? TSINTR_SYS_WRAP : 0));
tsim |= TSINTR_SYS_WRAP;
tsim &= ~TSINTR_SYS_WRAP;