Searched refs:type_tucmd_mlhl (Results 1 – 9 of 9) sorted by relevance
143 __le32 type_tucmd_mlhl; member
3982 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()
2723 u32 vlan_macip_lens = 0, type_tucmd_mlhl; in ixgbevf_tso() local2773 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() local2830 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 …]
232 __le32 type_tucmd_mlhl; member
124 u32 type_tucmd_mlhl; member
1925 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()
6269 u32 vlan_macip_lens = 0, type_tucmd_mlhl; in ixgbe_tso() local6317 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() local6412 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()
573 context_desc->type_tucmd_mlhl = cpu_to_le32(type_tucmd); in ixgbe_fso()
2071 __le32 type_tucmd_mlhl; member