Searched refs:type_tucmd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf_main.c | 3783 u32 type_tucmd, u32 mss_l4len_idx) in ixgbevf_tx_ctxtdesc() argument 3794 type_tucmd |= IXGBE_TXD_CMD_DEXT | IXGBE_ADVTXD_DTYP_CTXT; in ixgbevf_tx_ctxtdesc() 3798 context_desc->type_tucmd_mlhl = cpu_to_le32(type_tucmd); in ixgbevf_tx_ctxtdesc() 3807 u32 vlan_macip_lens, type_tucmd, mss_l4len_idx; in ixgbevf_tso() local 3839 type_tucmd = IXGBE_ADVTXD_TUCMD_L4T_TCP; in ixgbevf_tso() 3854 type_tucmd |= IXGBE_ADVTXD_TUCMD_IPV4; in ixgbevf_tso() 3886 type_tucmd |= itd->flags | itd->trailer_len; in ixgbevf_tso() 3893 ixgbevf_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, in ixgbevf_tso() 3906 u32 type_tucmd = 0; in ixgbevf_tx_csum() local 3913 type_tucmd = IXGBE_ADVTXD_TUCMD_L4T_TCP; in ixgbevf_tx_csum() [all …]
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_fcoe.c | 497 u32 type_tucmd = IXGBE_ADVTXT_TUCMD_FCOE; in ixgbe_fso() local 575 type_tucmd |= IXGBE_ADVTXD_TUCMD_L4T_RSV; in ixgbe_fso() 593 type_tucmd, mss_l4len_idx); in ixgbe_fso()
|
| H A D | ixgbe_main.c | 8706 u32 vlan_macip_lens, type_tucmd, mss_l4len_idx; in ixgbe_tso() local 8739 type_tucmd = (skb_shinfo(skb)->gso_type & SKB_GSO_UDP_L4) ? in ixgbe_tso() 8755 type_tucmd |= IXGBE_ADVTXD_TUCMD_IPV4; in ixgbe_tso() 8773 if (type_tucmd & IXGBE_ADVTXD_TUCMD_L4T_TCP) { in ixgbe_tso() 8794 type_tucmd |= itd->flags | itd->trailer_len; in ixgbe_tso() 8801 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, in ixgbe_tso() 8814 u32 type_tucmd = 0; in ixgbe_tx_csum() local 8826 type_tucmd = IXGBE_ADVTXD_TUCMD_L4T_TCP; in ixgbe_tx_csum() 8833 type_tucmd = IXGBE_ADVTXD_TUCMD_L4T_SCTP; in ixgbe_tx_csum() 8852 type_tucmd |= itd->flags | itd->trailer_len; in ixgbe_tx_csum() [all …]
|