Lines Matching refs:tx_flags

303 		if (tx_buffer->tx_flags & IXGBE_TX_FLAGS_IPSEC)  in ixgbevf_clean_tx_irq()
3799 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3804 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3833 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbevf_tso()
3887 first->tx_flags |= IXGBE_TX_FLAGS_CSUM; in ixgbevf_tx_csum()
3893 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbevf_tx_csum()
3902 static __le32 ixgbevf_tx_cmd_type(u32 tx_flags) in ixgbevf_tx_cmd_type() argument
3910 if (tx_flags & IXGBE_TX_FLAGS_VLAN) in ixgbevf_tx_cmd_type()
3914 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_cmd_type()
3921 u32 tx_flags, unsigned int paylen) in ixgbevf_tx_olinfo_status() argument
3926 if (tx_flags & IXGBE_TX_FLAGS_CSUM) in ixgbevf_tx_olinfo_status()
3930 if (tx_flags & IXGBE_TX_FLAGS_IPV4) in ixgbevf_tx_olinfo_status()
3934 if (tx_flags & IXGBE_TX_FLAGS_IPSEC) in ixgbevf_tx_olinfo_status()
3938 if (tx_flags & (IXGBE_TX_FLAGS_TSO | IXGBE_TX_FLAGS_IPSEC)) in ixgbevf_tx_olinfo_status()
3959 u32 tx_flags = first->tx_flags; in ixgbevf_tx_map() local
3960 __le32 cmd_type = ixgbevf_tx_cmd_type(tx_flags); in ixgbevf_tx_map()
3965 ixgbevf_tx_olinfo_status(tx_desc, tx_flags, skb->len - hdr_len); in ixgbevf_tx_map()
4120 u32 tx_flags = 0; in ixgbevf_xmit_frame_ring() local
4161 tx_flags |= skb_vlan_tag_get(skb); in ixgbevf_xmit_frame_ring()
4162 tx_flags <<= IXGBE_TX_FLAGS_VLAN_SHIFT; in ixgbevf_xmit_frame_ring()
4163 tx_flags |= IXGBE_TX_FLAGS_VLAN; in ixgbevf_xmit_frame_ring()
4167 first->tx_flags = tx_flags; in ixgbevf_xmit_frame_ring()