Searched defs:vlan_macip_lens (Results 1 - 9 of 9) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c464 u32 vlan_macip_lens; local
552 /* vlan_macip_lens: HEADLEN, MACLEN, VLAN tag */
553 vlan_macip_lens = skb_transport_offset(skb) +
555 vlan_macip_lens |= (skb_transport_offset(skb) - 4)
557 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK;
560 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fcoe_sof_eof,
H A Dixgbe_lib.c920 void ixgbe_tx_ctxtdesc(struct ixgbe_ring *tx_ring, u32 vlan_macip_lens, argument
934 context_desc->vlan_macip_lens = cpu_to_le32(vlan_macip_lens);
H A Dixgbe_main.c5701 u32 vlan_macip_lens, type_tucmd; local
5751 /* vlan_macip_lens: HEADLEN, MACLEN, VLAN tag */
5752 vlan_macip_lens = skb_network_header_len(skb);
5753 vlan_macip_lens |= skb_network_offset(skb) << IXGBE_ADVTXD_MACLEN_SHIFT;
5754 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK;
5756 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, 0, type_tucmd,
5766 u32 vlan_macip_lens = 0; local
5778 vlan_macip_lens |= skb_network_header_len(skb);
5783 vlan_macip_lens |= skb_network_header_len(skb);
5823 /* vlan_macip_lens
[all...]
H A Dixgbe_type.h2239 __le32 vlan_macip_lens; member in struct:ixgbe_adv_tx_context_desc
/drivers/net/ethernet/intel/igb/
H A De1000_82575.h143 __le32 vlan_macip_lens; member in struct:e1000_adv_tx_context_desc
H A Digb_main.c4047 static void igb_tx_ctxtdesc(struct igb_ring *tx_ring, u32 vlan_macip_lens, argument
4065 context_desc->vlan_macip_lens = cpu_to_le32(vlan_macip_lens);
4076 u32 vlan_macip_lens, type_tucmd; local
4125 vlan_macip_lens = skb_network_header_len(skb);
4126 vlan_macip_lens |= skb_network_offset(skb) << E1000_ADVTXD_MACLEN_SHIFT;
4127 vlan_macip_lens |= first->tx_flags & IGB_TX_FLAGS_VLAN_MASK;
4129 igb_tx_ctxtdesc(tx_ring, vlan_macip_lens, type_tucmd, mss_l4len_idx);
4137 u32 vlan_macip_lens = 0; local
4148 vlan_macip_lens |
[all...]
/drivers/net/ethernet/intel/igbvf/
H A Dvf.h122 u32 vlan_macip_lens; member in struct:e1000_adv_tx_context_desc
/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h229 __le32 vlan_macip_lens; member in struct:ixgbe_adv_tx_context_desc
H A Dixgbevf_main.c2737 u32 vlan_macip_lens = 0, type_tucmd_mlhl; local
2774 vlan_macip_lens |=
2776 vlan_macip_lens |= ((skb_network_offset(skb)) <<
2779 vlan_macip_lens |=
2783 context_desc->vlan_macip_lens = cpu_to_le32(vlan_macip_lens);
2824 u32 vlan_macip_lens = 0, type_tucmd_mlhl = 0; local
2833 vlan_macip_lens |= (tx_flags &
2835 vlan_macip_lens |= (skb_network_offset(skb) <<
2838 vlan_macip_lens |
[all...]

Completed in 105 milliseconds