Searched refs:rte_eth_txconf (Results 1 – 25 of 165) sorted by relevance
1234567
| /dpdk/doc/guides/nics/ |
| H A D | features.rst | 107 * **[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 D | ark_ethdev_tx.h | 20 const struct rte_eth_txconf *tx_conf);
|
| /dpdk/drivers/net/bonding/ |
| H A D | eth_bond_private.h | 73 struct rte_eth_txconf tx_conf; 165 struct rte_eth_txconf default_txconf; /**< Default TxQ conf. */
|
| /dpdk/drivers/net/mvneta/ |
| H A D | mvneta_rxtx.h | 33 unsigned int socket, const struct rte_eth_txconf *conf);
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_txq.h | 45 const struct rte_eth_txconf *tx_conf);
|
| H A D | bnxt_reps.h | 43 __rte_unused const struct rte_eth_txconf *
|
| H A D | bnxt_txq.c | 123 const struct rte_eth_txconf *tx_conf) in bnxt_tx_queue_setup_op()
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_rxtx.h | 34 const struct rte_eth_txconf *tx_conf);
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_var.h | 209 const struct rte_eth_txconf *tx_conf); 266 const struct rte_eth_txconf *tx_conf);
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_txrx.h | 33 const struct rte_eth_txconf *tx_conf);
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_rxtx.h | 73 const struct rte_eth_txconf *tx_conf);
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev_trace.h | 60 uint16_t nb_tx_desc, const struct rte_eth_txconf *tx_conf),
|
| /dpdk/drivers/net/nfb/ |
| H A D | nfb_tx.c | 54 const struct rte_eth_txconf *tx_conf __rte_unused) in nfb_eth_tx_queue_setup()
|
| H A D | nfb_tx.h | 50 const struct rte_eth_txconf *tx_conf __rte_unused);
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_tx.h | 114 const struct rte_eth_txconf *tx_conf);
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_pfvf.h | 33 const struct rte_eth_txconf *tx_conf);
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_ethdev.h | 72 const struct rte_eth_txconf *tx_conf);
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf_vf_representor.c | 75 __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 D | atl_ethdev.h | 67 const struct rte_eth_txconf *tx_conf);
|
| /dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 38 struct rte_eth_txconf txconf; in port_init()
|
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_rxtx.h | 291 const struct rte_eth_txconf *tx_conf);
|
| /dpdk/drivers/net/e1000/ |
| H A D | e1000_ethdev.h | 413 const struct rte_eth_txconf *tx_conf); 487 const struct rte_eth_txconf *tx_conf);
|
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_rxtx.h | 159 const struct rte_eth_txconf *tx_conf);
|
| /dpdk/app/test-pipeline/ |
| H A D | init.c | 95 static struct rte_eth_txconf tx_conf = {
|
| /dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_common.c | 35 struct rte_eth_txconf txq_conf; in l2fwd_event_init_ports()
|
1234567