Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c355 struct skb_shared_info *shtx; in ixp_tx_timestamp() local
359 shtx = skb_shinfo(skb); in ixp_tx_timestamp()
360 if (unlikely(shtx->tx_flags & SKBTX_HW_TSTAMP && port->hwts_tx_en)) in ixp_tx_timestamp()
361 shtx->tx_flags |= SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
380 shtx->tx_flags &= ~SKBTX_IN_PROGRESS; in ixp_tx_timestamp()