Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/xscale/
Dixp4xx_eth.c326 struct skb_shared_info *shtx; in ixp_tx_timestamp() local
330 shtx = skb_shinfo(skb); in ixp_tx_timestamp()
331 if (unlikely(shtx->tx_flags & SKBTX_HW_TSTAMP && port->hwts_tx_en)) in ixp_tx_timestamp()
332 shtx->tx_flags |= SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
351 shtx->tx_flags &= ~SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
/Linux-v5.4/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c174 struct skb_shared_info *shtx; in pch_tx_timestamp() local
178 shtx = skb_shinfo(skb); in pch_tx_timestamp()
179 if (likely(!(shtx->tx_flags & SKBTX_HW_TSTAMP && adapter->hwts_tx_en))) in pch_tx_timestamp()
182 shtx->tx_flags |= SKBTX_IN_PROGRESS; in pch_tx_timestamp()
197 shtx->tx_flags &= ~SKBTX_IN_PROGRESS; in pch_tx_timestamp()