Lines Matching refs:tx_flags
301 if (tx_buffer->tx_flags & IXGBE_TX_FLAGS_IPSEC) in ixgbevf_clean_tx_irq()
3801 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3806 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3835 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbevf_tso()
3877 first->tx_flags |= IXGBE_TX_FLAGS_CSUM; in ixgbevf_tx_csum()
3883 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbevf_tx_csum()
3892 static __le32 ixgbevf_tx_cmd_type(u32 tx_flags) in ixgbevf_tx_cmd_type() argument
3900 if (tx_flags & IXGBE_TX_FLAGS_VLAN) in ixgbevf_tx_cmd_type()
3904 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_cmd_type()
3911 u32 tx_flags, unsigned int paylen) in ixgbevf_tx_olinfo_status() argument
3916 if (tx_flags & IXGBE_TX_FLAGS_CSUM) in ixgbevf_tx_olinfo_status()
3920 if (tx_flags & IXGBE_TX_FLAGS_IPV4) in ixgbevf_tx_olinfo_status()
3924 if (tx_flags & IXGBE_TX_FLAGS_IPSEC) in ixgbevf_tx_olinfo_status()
3928 if (tx_flags & (IXGBE_TX_FLAGS_TSO | IXGBE_TX_FLAGS_IPSEC)) in ixgbevf_tx_olinfo_status()
3949 u32 tx_flags = first->tx_flags; in ixgbevf_tx_map() local
3950 __le32 cmd_type = ixgbevf_tx_cmd_type(tx_flags); in ixgbevf_tx_map()
3955 ixgbevf_tx_olinfo_status(tx_desc, tx_flags, skb->len - hdr_len); in ixgbevf_tx_map()
4110 u32 tx_flags = 0; in ixgbevf_xmit_frame_ring() local
4151 tx_flags |= skb_vlan_tag_get(skb); in ixgbevf_xmit_frame_ring()
4152 tx_flags <<= IXGBE_TX_FLAGS_VLAN_SHIFT; in ixgbevf_xmit_frame_ring()
4153 tx_flags |= IXGBE_TX_FLAGS_VLAN; in ixgbevf_xmit_frame_ring()
4157 first->tx_flags = tx_flags; in ixgbevf_xmit_frame_ring()