Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/xscale/
Dixp4xx_eth.c332 struct skb_shared_info *shtx; in ixp_tx_timestamp() local
336 shtx = skb_shinfo(skb); in ixp_tx_timestamp()
337 if (unlikely(shtx->tx_flags & SKBTX_HW_TSTAMP && port->hwts_tx_en)) in ixp_tx_timestamp()
338 shtx->tx_flags |= SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
357 shtx->tx_flags &= ~SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
/Linux-v5.15/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c167 struct skb_shared_info *shtx; in pch_tx_timestamp() local
171 shtx = skb_shinfo(skb); in pch_tx_timestamp()
172 if (likely(!(shtx->tx_flags & SKBTX_HW_TSTAMP && adapter->hwts_tx_en))) in pch_tx_timestamp()
175 shtx->tx_flags |= SKBTX_IN_PROGRESS; in pch_tx_timestamp()
190 shtx->tx_flags &= ~SKBTX_IN_PROGRESS; in pch_tx_timestamp()