Lines Matching refs:tx_flags
3298 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3307 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3328 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbevf_tso()
3391 first->tx_flags |= IXGBE_TX_FLAGS_CSUM; in ixgbevf_tx_csum()
3396 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbevf_tx_csum()
3402 static __le32 ixgbevf_tx_cmd_type(u32 tx_flags) in ixgbevf_tx_cmd_type() argument
3410 if (tx_flags & IXGBE_TX_FLAGS_VLAN) in ixgbevf_tx_cmd_type()
3414 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_cmd_type()
3421 u32 tx_flags, unsigned int paylen) in ixgbevf_tx_olinfo_status() argument
3426 if (tx_flags & IXGBE_TX_FLAGS_CSUM) in ixgbevf_tx_olinfo_status()
3430 if (tx_flags & IXGBE_TX_FLAGS_IPV4) in ixgbevf_tx_olinfo_status()
3434 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_olinfo_status()
3457 u32 tx_flags = first->tx_flags; in ixgbevf_tx_map() local
3463 ixgbevf_tx_olinfo_status(tx_desc, tx_flags, paylen); in ixgbevf_tx_map()
3464 cmd_type = ixgbevf_tx_cmd_type(tx_flags); in ixgbevf_tx_map()
3606 u32 tx_flags = 0; in ixgbevf_xmit_frame() local
3645 tx_flags |= skb_vlan_tag_get(skb); in ixgbevf_xmit_frame()
3646 tx_flags <<= IXGBE_TX_FLAGS_VLAN_SHIFT; in ixgbevf_xmit_frame()
3647 tx_flags |= IXGBE_TX_FLAGS_VLAN; in ixgbevf_xmit_frame()
3651 first->tx_flags = tx_flags; in ixgbevf_xmit_frame()