Searched refs:shtx (Results 1 – 2 of 2) sorted by relevance
355 struct skb_shared_info *shtx; in ixp_tx_timestamp() local359 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()
165 struct skb_shared_info *shtx; in pch_tx_timestamp() local169 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()