Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c328 struct skb_shared_info *shtx; in ixp_tx_timestamp() local
332 shtx = skb_shinfo(skb); in ixp_tx_timestamp()
333 if (unlikely(shtx->tx_flags & SKBTX_HW_TSTAMP && port->hwts_tx_en)) in ixp_tx_timestamp()
334 shtx->tx_flags |= SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
353 shtx->tx_flags &= ~SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c347 struct skb_shared_info *shtx; in ixp_tx_timestamp() local
351 shtx = skb_shinfo(skb); in ixp_tx_timestamp()
352 if (unlikely(shtx->tx_flags & SKBTX_HW_TSTAMP && port->hwts_tx_en)) in ixp_tx_timestamp()
353 shtx->tx_flags |= SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
372 shtx->tx_flags &= ~SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c165 struct skb_shared_info *shtx; in pch_tx_timestamp() local
169 shtx = skb_shinfo(skb); in pch_tx_timestamp()
170 if (likely(!(shtx->tx_flags & SKBTX_HW_TSTAMP && adapter->hwts_tx_en))) in pch_tx_timestamp()
173 shtx->tx_flags |= SKBTX_IN_PROGRESS; in pch_tx_timestamp()
188 shtx->tx_flags &= ~SKBTX_IN_PROGRESS; in pch_tx_timestamp()

Completed in 13 milliseconds