Home
last modified time | relevance | path

Searched refs:tso (Results 1 – 25 of 53) sorted by relevance

123

/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c442 int tso; in ertt_add_tx_segment_info_hook() local
453 tso = thdp->tso; in ertt_add_tx_segment_info_hook()
464 if (tso) in ertt_add_tx_segment_info_hook()
/f-stack/freebsd/netinet/
H A Dtcp_output.c162 struct tcpopt *to, uint32_t len, int tso) in hhook_run_tcp_est_out() argument
171 hhook_data.tso = tso; in hhook_run_tcp_est_out()
217 int tso, mtu; in tcp_output() local
283 tso = 0; in tcp_output()
564 tso = 1; in tcp_output()
900 if (tso) { in tcp_output()
956 tso = 0; in tcp_output()
989 tso = 0; in tcp_output()
1088 tso = 0; in tcp_output()
1363 if (tso) { in tcp_output()
[all …]
/f-stack/dpdk/doc/guides/nics/
H A Dvhost.rst52 #. ``tso``:
54 It is used to enable tso support in vhost library.
/f-stack/app/nginx-1.16.1/conf/
H A Df-stack.conf22 tso=0
/f-stack/dpdk/drivers/net/enic/
H A Denic_rxtx.c456 uint64_t tso; in enic_xmit_pkts() local
474 tso = ol_flags & PKT_TX_TCP_SEG; in enic_xmit_pkts()
477 if (unlikely(!tso && pkt_len > ENIC_TX_MAX_PKT_SIZE)) { in enic_xmit_pkts()
502 if (tso) { in enic_xmit_pkts()
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dqcom,ethqos.txt49 snps,tso;
H A Dstm32-dwmac.yaml117 snps,tso;
/f-stack/lib/
H A Dff_config.h150 int tso; member
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.c49 if (!sa->tso) in sfc_tx_get_offload_mask()
488 if (sa->tso && (rc == ENOSPC)) in sfc_tx_qstart()
605 if (sa->tso) { in sfc_tx_start()
609 sa->tso = B_FALSE; in sfc_tx_start()
1022 if (ctrl_txq->evq->sa->tso) { in sfc_efx_tx_qcreate()
H A Dsfc.c208 if (sa->tso && encp->enc_fw_assisted_tso_v2_enabled) in sfc_estimate_resource_limits()
801 sa->tso = encp->enc_fw_assisted_tso_v2_enabled || in sfc_attach()
803 if (!sa->tso) in sfc_attach()
807 if (sa->tso && in sfc_attach()
H A Dsfc.h285 boolean_t tso; member
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txq.c107 if (config->tso) in mlx5_get_tx_port_offloads()
114 if (config->tso) in mlx5_get_tx_port_offloads()
121 if (config->tso) in mlx5_get_tx_port_offloads()
795 bool tso = txq_ctrl->txq.offloads & (DEV_TX_OFFLOAD_TCP_TSO | in txq_set_params() local
962 if (tso) { in txq_set_params()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_txq.c256 if (priv->tso) in mlx4_get_tx_port_offloads()
260 if (priv->tso) in mlx4_get_tx_port_offloads()
H A Dmlx4.h173 uint32_t tso:1; /**< Transmit segmentation offload is supported. */ member
H A Dmlx4.c989 priv->tso = in mlx4_pci_probe()
993 if (priv->tso) in mlx4_pci_probe()
997 priv->tso ? "" : "not "); in mlx4_pci_probe()
H A Dmlx4_rxtx.c918 bool tso = txq->priv->tso && (buf->ol_flags & PKT_TX_TCP_SEG); in mlx4_tx_burst() local
937 if (tso) { in mlx4_tx_burst()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_lif.h36 uint64_t tso; member
/f-stack/dpdk/app/test/
H A Dtest_mbuf.c1390 uint64_t tso, uint64_t ol3, uint64_t ol2) in set_tx_offload() argument
1395 mb->tso_segsz = tso; in set_tx_offload()
1412 uint16_t tso; in test_tx_offload() member
1420 txof.tso = rte_rand() % (1 << RTE_MBUF_TSO_SEGSZ_BITS); in test_tx_offload()
1431 txof.l2, txof.l3, txof.l4, txof.tso, txof.l3, txof.l2); in test_tx_offload()
1445 txof.tso, txof.l3, txof.l2); in test_tx_offload()
1459 txof.l4, txof.tso, txof.l3, txof.l2, 0); in test_tx_offload()
/f-stack/dpdk/doc/guides/howto/
H A Dvirtio_user_as_exceptional_path.rst25 related features, like multi queue, tso, multi-seg mbuf, etc.
/f-stack/dpdk/drivers/net/vmxnet3/
H A Dvmxnet3_rxtx.c419 bool tso = (txm->ol_flags & PKT_TX_TCP_SEG) != 0; in vmxnet3_xmit_pkts() local
440 if (tso) in vmxnet3_xmit_pkts()
448 if (unlikely(!tso && count > VMXNET3_MAX_TXD_PER_PKT)) { in vmxnet3_xmit_pkts()
528 if (tso) { in vmxnet3_xmit_pkts()
/f-stack/freebsd/net/
H A Dif_vxlan.c159 counter_u64_t tso; member
2556 counter_u64_add(sc->vxl_stats.tso, 1); in vxlan_encap4()
2668 counter_u64_add(sc->vxl_stats.tso, 1); in vxlan_encap6()
2866 stats->tso = counter_u64_alloc(M_WAITOK); in vxlan_stats_alloc()
2867 if (stats->tso == NULL) in vxlan_stats_alloc()
2889 if (stats->tso != NULL) { in vxlan_stats_free()
2890 counter_u64_free(stats->tso); in vxlan_stats_free()
2891 stats->tso = NULL; in vxlan_stats_free()
3531 CTLFLAG_RD, &stats->tso, "# of times hardware assisted with TSO"); in vxlan_sysctl_setup()
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.h1797 rte_mbuf_tx_offload(uint64_t il2, uint64_t il3, uint64_t il4, uint64_t tso, in rte_mbuf_tx_offload() argument
1803 tso << RTE_MBUF_TSO_SEGSZ_OFS | in rte_mbuf_tx_offload()
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h422 unsigned int tso; /* TCP Segmentation Offload */ member
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw_defs.h960 uint64_t tso:1; member
995 uint64_t tso:1;
/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c645 al_reg_write32(&adapter->ec_regs_base->tso.cache_table_addr, i + (adapter->udma_id * 4)); in al_eth_adapter_init()
646 al_reg_write32(&adapter->ec_regs_base->tso.cache_table_data_1, 0x00000000); in al_eth_adapter_init()
647 al_reg_write32(&adapter->ec_regs_base->tso.cache_table_data_2, 0x00000000); in al_eth_adapter_init()
648 al_reg_write32(&adapter->ec_regs_base->tso.cache_table_data_3, 0x00000000); in al_eth_adapter_init()
649 al_reg_write32(&adapter->ec_regs_base->tso.cache_table_data_4, 0x00000000); in al_eth_adapter_init()
668 al_reg_write32(&adapter->ec_regs_base->tso.cfg_add_0, in al_eth_adapter_init()
672 al_reg_write32(&adapter->ec_regs_base->tso.cfg_tunnel, in al_eth_adapter_init()
706 reg = al_reg_read32(&adapter->ec_regs_base->tso.in_cfg); in al_eth_adapter_init()
708 al_reg_write32(&adapter->ec_regs_base->tso.in_cfg, reg); in al_eth_adapter_init()
2281 const char *tso = (pkt->flags & AL_ETH_TX_FLAGS_TSO) ? "TSO" : ""; in al_dump_tx_pkt() local
[all …]

123