Lines Matching refs:tx_flags
3310 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3319 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3340 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbevf_tso()
3403 first->tx_flags |= IXGBE_TX_FLAGS_CSUM; in ixgbevf_tx_csum()
3408 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbevf_tx_csum()
3414 static __le32 ixgbevf_tx_cmd_type(u32 tx_flags) in ixgbevf_tx_cmd_type() argument
3422 if (tx_flags & IXGBE_TX_FLAGS_VLAN) in ixgbevf_tx_cmd_type()
3426 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_cmd_type()
3433 u32 tx_flags, unsigned int paylen) in ixgbevf_tx_olinfo_status() argument
3438 if (tx_flags & IXGBE_TX_FLAGS_CSUM) in ixgbevf_tx_olinfo_status()
3442 if (tx_flags & IXGBE_TX_FLAGS_IPV4) in ixgbevf_tx_olinfo_status()
3446 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_olinfo_status()
3469 u32 tx_flags = first->tx_flags; in ixgbevf_tx_map() local
3475 ixgbevf_tx_olinfo_status(tx_desc, tx_flags, paylen); in ixgbevf_tx_map()
3476 cmd_type = ixgbevf_tx_cmd_type(tx_flags); in ixgbevf_tx_map()
3618 u32 tx_flags = 0; in ixgbevf_xmit_frame() local
3657 tx_flags |= skb_vlan_tag_get(skb); in ixgbevf_xmit_frame()
3658 tx_flags <<= IXGBE_TX_FLAGS_VLAN_SHIFT; in ixgbevf_xmit_frame()
3659 tx_flags |= IXGBE_TX_FLAGS_VLAN; in ixgbevf_xmit_frame()
3663 first->tx_flags = tx_flags; in ixgbevf_xmit_frame()