Searched defs:tso (Results 1 – 20 of 20) sorted by relevance
| /dpdk/lib/ipsec/ |
| H A D | esp_outb.c | 141 union sym_op_data *icv, uint8_t sqh_len, uint8_t tso) in outb_tun_pkt_prepare() 346 union sym_op_data *icv, uint8_t sqh_len, uint8_t tso) in outb_trs_pkt_prepare()
|
| /dpdk/app/test/ |
| H A D | test_mbuf.c | 1393 uint64_t tso, uint64_t ol3, uint64_t ol2) in set_tx_offload() 1415 uint16_t tso; in test_tx_offload() member
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_rxtx.c | 487 uint64_t tso; in enic_xmit_pkts() local
|
| /dpdk/drivers/net/octeontx/ |
| H A D | octeontx_rxtx.h | 50 uint64_t tso : 1; member
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4.h | 173 uint32_t tso:1; /**< Transmit segmentation offload is supported. */ member
|
| H A D | mlx4_rxtx.c | 918 bool tso = txq->priv->tso && (buf->ol_flags & RTE_MBUF_F_TX_TCP_SEG); in mlx4_tx_burst() local
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_tx.h | 985 unsigned int tso, in mlx5_tx_eseg_data() 1199 unsigned int tso, in mlx5_tx_eseg_mdat() 1551 unsigned int tso, in mlx5_tx_mseg_build()
|
| H A D | mlx5_txq.c | 752 bool tso = txq_ctrl->txq.offloads & (RTE_ETH_TX_OFFLOAD_TCP_TSO | in txq_set_params() local
|
| H A D | mlx5.h | 160 uint32_t tso:1; /* Whether TSO is supported. */ member
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_lif.h | 36 uint64_t tso; member
|
| /dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_rxtx.c | 421 bool tso = (txm->ol_flags & RTE_MBUF_F_TX_TCP_SEG) != 0; in vmxnet3_xmit_pkts() local
|
| /dpdk/lib/mbuf/ |
| H A D | rte_mbuf.h | 1771 rte_mbuf_tx_offload(uint64_t il2, uint64_t il3, uint64_t il4, uint64_t tso, in rte_mbuf_tx_offload()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | sa.c | 1091 check_eth_dev_caps(uint16_t portid, uint32_t inbound, uint32_t tso) in check_eth_dev_caps()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc.h | 297 boolean_t tso; member
|
| /dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 1574 int tso = 0; in rte_pmd_vhost_probe() local
|
| /dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 721 uint64_t tso; in pmd_tx_burst() local
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 247 u64 tso; /* # of TSO requests */ member
|
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_ethdev.h | 434 unsigned int tso; /* TCP Segmentation Offload */ member
|
| /dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_hw_defs.h | 961 uint64_t tso:1; member
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 4900 cmdline_fixed_string_t tso; member 5011 cmdline_fixed_string_t tso; member
|