Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/xscale/
Dixp4xx_eth.c330 struct skb_shared_info *shtx; in ixp_tx_timestamp() local
334 shtx = skb_shinfo(skb); in ixp_tx_timestamp()
335 if (unlikely(shtx->tx_flags & SKBTX_HW_TSTAMP && port->hwts_tx_en)) in ixp_tx_timestamp()
336 shtx->tx_flags |= SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
355 shtx->tx_flags &= ~SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c191 struct skb_shared_info *shtx; in pch_tx_timestamp() local
195 shtx = skb_shinfo(skb); in pch_tx_timestamp()
196 if (likely(!(shtx->tx_flags & SKBTX_HW_TSTAMP && adapter->hwts_tx_en))) in pch_tx_timestamp()
199 shtx->tx_flags |= SKBTX_IN_PROGRESS; in pch_tx_timestamp()
214 shtx->tx_flags &= ~SKBTX_IN_PROGRESS; in pch_tx_timestamp()
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilegx.c460 struct skb_shared_info *shtx = skb_shinfo(skb); in tile_tx_timestamp() local
461 if (unlikely((shtx->tx_flags & SKBTX_HW_TSTAMP) != 0)) { in tile_tx_timestamp()
466 shtx->tx_flags |= SKBTX_IN_PROGRESS; in tile_tx_timestamp()