Home
last modified time | relevance | path

Searched refs:type_tucmd_mlhl (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/net/igb/
De1000_82575.h143 __le32 type_tucmd_mlhl; member
Digb_main.c3982 context_desc->type_tucmd_mlhl = cpu_to_le32(tu_cmd); in igb_tso_adv()
4069 context_desc->type_tucmd_mlhl = cpu_to_le32(tu_cmd); in igb_tx_csum_adv()
/linux-2.6.39/drivers/net/ixgbevf/
Dixgbevf_main.c2723 u32 vlan_macip_lens = 0, type_tucmd_mlhl; in ixgbevf_tso() local
2773 type_tucmd_mlhl = (IXGBE_TXD_CMD_DEXT | in ixgbevf_tso()
2777 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_IPV4; in ixgbevf_tso()
2778 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_L4T_TCP; in ixgbevf_tso()
2779 context_desc->type_tucmd_mlhl = cpu_to_le32(type_tucmd_mlhl); in ixgbevf_tso()
2810 u32 vlan_macip_lens = 0, type_tucmd_mlhl = 0; in ixgbevf_tx_csum() local
2830 type_tucmd_mlhl |= (IXGBE_TXD_CMD_DEXT | in ixgbevf_tx_csum()
2836 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_IPV4; in ixgbevf_tx_csum()
2838 type_tucmd_mlhl |= in ixgbevf_tx_csum()
2844 type_tucmd_mlhl |= in ixgbevf_tx_csum()
[all …]
Ddefines.h232 __le32 type_tucmd_mlhl; member
/linux-2.6.39/drivers/net/igbvf/
Dvf.h124 u32 type_tucmd_mlhl; member
Dnetdev.c1925 context_desc->type_tucmd_mlhl = cpu_to_le32(tu_cmd); in igbvf_tso()
1990 context_desc->type_tucmd_mlhl = cpu_to_le32(tu_cmd); in igbvf_tx_csum()
/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_main.c6269 u32 vlan_macip_lens = 0, type_tucmd_mlhl; in ixgbe_tso() local
6317 type_tucmd_mlhl = (IXGBE_TXD_CMD_DEXT | in ixgbe_tso()
6321 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_IPV4; in ixgbe_tso()
6322 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_L4T_TCP; in ixgbe_tso()
6323 context_desc->type_tucmd_mlhl = cpu_to_le32(type_tucmd_mlhl); in ixgbe_tso()
6392 u32 vlan_macip_lens = 0, type_tucmd_mlhl = 0; in ixgbe_tx_csum() local
6412 type_tucmd_mlhl |= (IXGBE_TXD_CMD_DEXT | in ixgbe_tx_csum()
6416 type_tucmd_mlhl |= ixgbe_psum(adapter, skb, protocol); in ixgbe_tx_csum()
6418 context_desc->type_tucmd_mlhl = cpu_to_le32(type_tucmd_mlhl); in ixgbe_tx_csum()
Dixgbe_fcoe.c573 context_desc->type_tucmd_mlhl = cpu_to_le32(type_tucmd); in ixgbe_fso()
Dixgbe_type.h2071 __le32 type_tucmd_mlhl; member