Searched refs:shtx (Results 1 – 2 of 2) sorted by relevance
326 struct skb_shared_info *shtx; in ixp_tx_timestamp() local330 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()
174 struct skb_shared_info *shtx; in pch_tx_timestamp() local178 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()