Home
last modified time | relevance | path

Searched refs:txq_conf (Results 1 – 16 of 16) sorted by relevance

/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.c35 struct rte_eth_txconf txq_conf; in l2fwd_event_init_ports() local
98 txq_conf = dev_info.default_txconf; in l2fwd_event_init_ports()
99 txq_conf.offloads = local_port_conf.txmode.offloads; in l2fwd_event_init_ports()
102 &txq_conf); in l2fwd_event_init_ports()
/dpdk/examples/flow_filtering/
H A Dmain.c149 struct rte_eth_txconf txq_conf; in init_port() local
186 txq_conf = dev_info.default_txconf; in init_port()
187 txq_conf.offloads = port_conf.txmode.offloads; in init_port()
192 &txq_conf); in init_port()
/dpdk/examples/qos_meter/
H A Dmain.c300 struct rte_eth_txconf txq_conf; in main() local
365 txq_conf = dev_info.default_txconf; in main()
366 txq_conf.offloads = conf.txmode.offloads; in main()
369 &txq_conf); in main()
413 txq_conf = dev_info.default_txconf; in main()
414 txq_conf.offloads = conf.txmode.offloads; in main()
/dpdk/examples/bond/
H A Dmain.c139 struct rte_eth_txconf txq_conf; in slave_port_init() local
188 txq_conf = dev_info.default_txconf; in slave_port_init()
189 txq_conf.offloads = local_port_conf.txmode.offloads; in slave_port_init()
191 rte_eth_dev_socket_id(portid), &txq_conf); in slave_port_init()
225 struct rte_eth_txconf txq_conf; in bond_port_init() local
274 txq_conf = dev_info.default_txconf; in bond_port_init()
275 txq_conf.offloads = local_port_conf.txmode.offloads; in bond_port_init()
277 rte_eth_dev_socket_id(BOND_PORT), &txq_conf); in bond_port_init()
/dpdk/examples/vm_power_manager/
H A Dmain.c62 struct rte_eth_txconf txq_conf; in port_init() local
93 txq_conf = dev_info.default_txconf; in port_init()
94 txq_conf.offloads = port_conf.txmode.offloads; in port_init()
98 rte_eth_dev_socket_id(port), &txq_conf); in port_init()
/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c195 struct rte_eth_txconf txq_conf; in smp_port_init() local
267 txq_conf = info.default_txconf; in smp_port_init()
268 txq_conf.offloads = port_conf.txmode.offloads; in smp_port_init()
272 &txq_conf); in smp_port_init()
/dpdk/examples/kni/
H A Dmain.c597 struct rte_eth_txconf txq_conf; in init_port() local
631 txq_conf = dev_info.default_txconf; in init_port()
632 txq_conf.offloads = local_port_conf.txmode.offloads; in init_port()
634 rte_eth_dev_socket_id(port), &txq_conf); in init_port()
774 struct rte_eth_txconf txq_conf; in kni_change_mtu_() local
825 txq_conf = dev_info.default_txconf; in kni_change_mtu_()
826 txq_conf.offloads = conf.txmode.offloads; in kni_change_mtu_()
828 rte_eth_dev_socket_id(port_id), &txq_conf); in kni_change_mtu_()
/dpdk/examples/link_status_interrupt/
H A Dmain.c617 struct rte_eth_txconf txq_conf; in main() local
687 txq_conf = dev_info.default_txconf; in main()
688 txq_conf.offloads = local_port_conf.txmode.offloads; in main()
691 &txq_conf); in main()
/dpdk/examples/vmdq_dcb/
H A Dmain.c200 struct rte_eth_txconf txq_conf; in port_init() local
320 txq_conf = dev_info.default_txconf; in port_init()
321 txq_conf.offloads = port_conf.txmode.offloads; in port_init()
325 &txq_conf); in port_init()
/dpdk/examples/l2fwd-keepalive/
H A Dmain.c631 struct rte_eth_txconf txq_conf; in main() local
689 txq_conf = dev_info.default_txconf; in main()
690 txq_conf.offloads = local_port_conf.txmode.offloads; in main()
693 &txq_conf); in main()
/dpdk/examples/l2fwd/
H A Dmain.c781 struct rte_eth_txconf txq_conf; in main() local
842 txq_conf = dev_info.default_txconf; in main()
843 txq_conf.offloads = local_port_conf.txmode.offloads; in main()
846 &txq_conf); in main()
/dpdk/examples/l2fwd-jobstats/
H A Dmain.c851 struct rte_eth_txconf txq_conf; in main() local
910 txq_conf = dev_info.default_txconf; in main()
911 txq_conf.offloads = local_port_conf.txmode.offloads; in main()
915 &txq_conf); in main()
/dpdk/examples/dma/
H A Ddmafwd.c876 struct rte_eth_txconf txq_conf; in port_init() local
928 txq_conf = dev_info.default_txconf; in port_init()
929 txq_conf.offloads = local_port_conf.txmode.offloads; in port_init()
932 &txq_conf); in port_init()
/dpdk/drivers/raw/ntb/
H A Dntb.c395 struct ntb_queue_conf *txq_conf = queue_conf; in ntb_txq_setup() local
400 if (conf_size != sizeof(*txq_conf)) in ntb_txq_setup()
414 txq->nb_tx_desc = txq_conf->nb_desc; in ntb_txq_setup()
441 txq->tx_free_thresh = txq_conf->tx_free_thresh ? in ntb_txq_setup()
442 txq_conf->tx_free_thresh : in ntb_txq_setup()
/dpdk/app/test-flow-perf/
H A Dmain.c1969 struct rte_eth_txconf txq_conf; in init_port() local
2041 txq_conf = dev_info.default_txconf; in init_port()
2045 &txq_conf); in init_port()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c2619 struct rte_eth_txconf txq_conf; in initialize_ports() local
2670 txq_conf = dev_info.default_txconf; in initialize_ports()
2671 txq_conf.offloads = local_port_conf.txmode.offloads; in initialize_ports()
2674 &txq_conf); in initialize_ports()