Home
last modified time | relevance | path

Searched refs:rte_eth_txconf (Results 1 – 25 of 165) sorted by relevance

1234567

/dpdk/doc/guides/nics/
H A Dfeatures.rst107 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:RTE_ETH_TX_OFFLOAD_MT_LOCKFREE``.
120 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:RTE_ETH_TX_OFFLOAD_MBUF_FAST_FREE``.
212 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:RTE_ETH_TX_OFFLOAD_TCP_TSO``.
411 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:RTE_ETH_TX_OFFLOAD_SECURITY``.
433 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:RTE_ETH_TX_OFFLOAD_SECURITY``.
464 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:RTE_ETH_TX_OFFLOAD_VLAN_INSERT``.
482 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:RTE_ETH_TX_OFFLOAD_QINQ_INSERT``.
527 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:RTE_ETH_TX_OFFLOAD_IPV4_CKSUM``.
578 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:RTE_ETH_TX_OFFLOAD_MACSEC_INSERT``.
592 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:RTE_ETH_TX_OFFLOAD_OUTER_IPV4_CKSUM``.
[all …]
/dpdk/drivers/net/ark/
H A Dark_ethdev_tx.h20 const struct rte_eth_txconf *tx_conf);
/dpdk/drivers/net/bonding/
H A Deth_bond_private.h73 struct rte_eth_txconf tx_conf;
165 struct rte_eth_txconf default_txconf; /**< Default TxQ conf. */
/dpdk/drivers/net/mvneta/
H A Dmvneta_rxtx.h33 unsigned int socket, const struct rte_eth_txconf *conf);
/dpdk/drivers/net/bnxt/
H A Dbnxt_txq.h45 const struct rte_eth_txconf *tx_conf);
H A Dbnxt_reps.h43 __rte_unused const struct rte_eth_txconf *
H A Dbnxt_txq.c123 const struct rte_eth_txconf *tx_conf) in bnxt_tx_queue_setup_op()
/dpdk/drivers/net/ionic/
H A Dionic_rxtx.h34 const struct rte_eth_txconf *tx_conf);
/dpdk/drivers/net/netvsc/
H A Dhn_var.h209 const struct rte_eth_txconf *tx_conf);
266 const struct rte_eth_txconf *tx_conf);
/dpdk/drivers/net/igc/
H A Digc_txrx.h33 const struct rte_eth_txconf *tx_conf);
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_rxtx.h73 const struct rte_eth_txconf *tx_conf);
/dpdk/lib/ethdev/
H A Drte_ethdev_trace.h60 uint16_t nb_tx_desc, const struct rte_eth_txconf *tx_conf),
/dpdk/drivers/net/nfb/
H A Dnfb_tx.c54 const struct rte_eth_txconf *tx_conf __rte_unused) in nfb_eth_tx_queue_setup()
H A Dnfb_tx.h50 const struct rte_eth_txconf *tx_conf __rte_unused);
/dpdk/drivers/net/sfc/
H A Dsfc_tx.h114 const struct rte_eth_txconf *tx_conf);
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_pfvf.h33 const struct rte_eth_txconf *tx_conf);
/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.h72 const struct rte_eth_txconf *tx_conf);
/dpdk/drivers/net/ice/
H A Dice_dcf_vf_representor.c75 __rte_unused const struct rte_eth_txconf *conf) in ice_dcf_vf_repr_tx_queue_setup()
180 dev_info->default_txconf = (struct rte_eth_txconf) { in ice_dcf_vf_repr_dev_info_get()
/dpdk/drivers/net/atlantic/
H A Datl_ethdev.h67 const struct rte_eth_txconf *tx_conf);
/dpdk/examples/skeleton/
H A Dbasicfwd.c38 struct rte_eth_txconf txconf; in port_init()
/dpdk/drivers/net/nfp/
H A Dnfp_rxtx.h291 const struct rte_eth_txconf *tx_conf);
/dpdk/drivers/net/e1000/
H A De1000_ethdev.h413 const struct rte_eth_txconf *tx_conf);
487 const struct rte_eth_txconf *tx_conf);
/dpdk/drivers/net/axgbe/
H A Daxgbe_rxtx.h159 const struct rte_eth_txconf *tx_conf);
/dpdk/app/test-pipeline/
H A Dinit.c95 static struct rte_eth_txconf tx_conf = {
/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.c35 struct rte_eth_txconf txq_conf; in l2fwd_event_init_ports()

1234567