Lines Matching refs:tx_flags
4100 first->tx_flags |= IGB_TX_FLAGS_TSO |
4108 first->tx_flags |= IGB_TX_FLAGS_TSO |
4127 vlan_macip_lens |= first->tx_flags & IGB_TX_FLAGS_VLAN_MASK;
4142 if (!(first->tx_flags & IGB_TX_FLAGS_VLAN))
4190 first->tx_flags |= IGB_TX_FLAGS_CSUM;
4194 vlan_macip_lens |= first->tx_flags & IGB_TX_FLAGS_VLAN_MASK;
4199 static __le32 igb_tx_cmd_type(u32 tx_flags)
4207 if (tx_flags & IGB_TX_FLAGS_VLAN)
4211 if (tx_flags & IGB_TX_FLAGS_TSTAMP)
4215 if (tx_flags & IGB_TX_FLAGS_TSO)
4223 u32 tx_flags, unsigned int paylen)
4228 if ((tx_flags & (IGB_TX_FLAGS_CSUM | IGB_TX_FLAGS_VLAN)) &&
4233 if (tx_flags & IGB_TX_FLAGS_CSUM) {
4237 if (tx_flags & IGB_TX_FLAGS_IPV4)
4264 u32 tx_flags = first->tx_flags;
4269 igb_tx_olinfo_status(tx_ring, tx_desc, tx_flags, paylen);
4270 cmd_type = igb_tx_cmd_type(tx_flags);
4423 u32 tx_flags = 0;
4443 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP)) {
4444 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS;
4445 tx_flags |= IGB_TX_FLAGS_TSTAMP;
4449 tx_flags |= IGB_TX_FLAGS_VLAN;
4450 tx_flags |= (vlan_tx_tag_get(skb) << IGB_TX_FLAGS_VLAN_SHIFT);
4454 first->tx_flags = tx_flags;
5771 if (likely(!(buffer_info->tx_flags & IGB_TX_FLAGS_TSTAMP)) ||
6019 * If nothing went wrong, then it should have a shared tx_flags that we