| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_common.c | 36 struct rte_eth_txconf txq_conf; in l2fwd_event_init_ports() local 94 txq_conf = dev_info.default_txconf; in l2fwd_event_init_ports() 95 txq_conf.offloads = local_port_conf.txmode.offloads; in l2fwd_event_init_ports() 98 &txq_conf); in l2fwd_event_init_ports()
|
| /f-stack/dpdk/examples/flow_filtering/ |
| H A D | main.c | 144 struct rte_eth_txconf txq_conf; in init_port() local 178 txq_conf = dev_info.default_txconf; in init_port() 179 txq_conf.offloads = port_conf.txmode.offloads; in init_port() 184 &txq_conf); in init_port()
|
| /f-stack/dpdk/examples/qos_meter/ |
| H A D | main.c | 301 struct rte_eth_txconf txq_conf; in main() local 366 txq_conf = dev_info.default_txconf; in main() 367 txq_conf.offloads = conf.txmode.offloads; in main() 370 &txq_conf); in main() 414 txq_conf = dev_info.default_txconf; in main() 415 txq_conf.offloads = conf.txmode.offloads; in main()
|
| /f-stack/dpdk/examples/bond/ |
| H A D | main.c | 142 struct rte_eth_txconf txq_conf; in slave_port_init() local 191 txq_conf = dev_info.default_txconf; in slave_port_init() 192 txq_conf.offloads = local_port_conf.txmode.offloads; in slave_port_init() 194 rte_eth_dev_socket_id(portid), &txq_conf); in slave_port_init() 228 struct rte_eth_txconf txq_conf; in bond_port_init() local 277 txq_conf = dev_info.default_txconf; in bond_port_init() 278 txq_conf.offloads = local_port_conf.txmode.offloads; in bond_port_init() 280 rte_eth_dev_socket_id(BOND_PORT), &txq_conf); in bond_port_init()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | main.c | 69 struct rte_eth_txconf txq_conf; in port_init() local 98 txq_conf = dev_info.default_txconf; in port_init() 99 txq_conf.offloads = port_conf.txmode.offloads; in port_init() 103 rte_eth_dev_socket_id(port), &txq_conf); in port_init()
|
| /f-stack/dpdk/examples/multi_process/symmetric_mp/ |
| H A D | main.c | 196 struct rte_eth_txconf txq_conf; in smp_port_init() local 254 txq_conf = info.default_txconf; in smp_port_init() 255 txq_conf.offloads = port_conf.txmode.offloads; in smp_port_init() 259 &txq_conf); in smp_port_init()
|
| /f-stack/dpdk/examples/kni/ |
| H A D | main.c | 598 struct rte_eth_txconf txq_conf; in init_port() local 632 txq_conf = dev_info.default_txconf; in init_port() 633 txq_conf.offloads = local_port_conf.txmode.offloads; in init_port() 635 rte_eth_dev_socket_id(port), &txq_conf); in init_port() 775 struct rte_eth_txconf txq_conf; in kni_change_mtu_() local 833 txq_conf = dev_info.default_txconf; in kni_change_mtu_() 834 txq_conf.offloads = conf.txmode.offloads; in kni_change_mtu_() 836 rte_eth_dev_socket_id(port_id), &txq_conf); in kni_change_mtu_()
|
| /f-stack/dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 610 struct rte_eth_txconf txq_conf; in main() local 673 txq_conf = dev_info.default_txconf; in main() 674 txq_conf.offloads = local_port_conf.txmode.offloads; in main() 677 &txq_conf); in main()
|
| /f-stack/dpdk/examples/vmdq_dcb/ |
| H A D | main.c | 198 struct rte_eth_txconf txq_conf; in port_init() local 318 txq_conf = dev_info.default_txconf; in port_init() 319 txq_conf.offloads = port_conf.txmode.offloads; in port_init() 323 &txq_conf); in port_init()
|
| /f-stack/dpdk/examples/l2fwd-keepalive/ |
| H A D | main.c | 632 struct rte_eth_txconf txq_conf; in main() local 690 txq_conf = dev_info.default_txconf; in main() 691 txq_conf.offloads = local_port_conf.txmode.offloads; in main() 694 &txq_conf); in main()
|
| /f-stack/dpdk/examples/l2fwd/ |
| H A D | main.c | 762 struct rte_eth_txconf txq_conf; in main() local 819 txq_conf = dev_info.default_txconf; in main() 820 txq_conf.offloads = local_port_conf.txmode.offloads; in main() 823 &txq_conf); in main()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | flow_filtering.rst | 132 struct rte_eth_txconf txq_conf; 161 txq_conf = dev_info.default_txconf; 162 txq_conf.offloads = port_conf.txmode.offloads; 167 &txq_conf); 244 &txq_conf);
|
| /f-stack/dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 837 struct rte_eth_txconf txq_conf; in main() local 892 txq_conf = dev_info.default_txconf; in main() 893 txq_conf.offloads = local_port_conf.txmode.offloads; in main() 897 &txq_conf); in main()
|
| /f-stack/dpdk/examples/ioat/ |
| H A D | ioatfwd.c | 814 struct rte_eth_txconf txq_conf; in port_init() local 866 txq_conf = dev_info.default_txconf; in port_init() 867 txq_conf.offloads = local_port_conf.txmode.offloads; in port_init() 870 &txq_conf); in port_init()
|
| /f-stack/dpdk/drivers/raw/ntb/ |
| H A D | ntb.c | 395 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()
|
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | main.c | 1302 struct rte_eth_txconf txq_conf; in init_port() local 1353 txq_conf = dev_info.default_txconf; in init_port() 1357 &txq_conf); in init_port()
|
| /f-stack/lib/ |
| H A D | ff_dpdk_if.c | 593 struct rte_eth_txconf txq_conf; in init_port_start() local 741 txq_conf = dev_info.default_txconf; in init_port_start() 742 txq_conf.offloads = port_conf.txmode.offloads; in init_port_start() 744 socketid, &txq_conf); in init_port_start()
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 2513 struct rte_eth_txconf txq_conf; in initialize_ports() local 2564 txq_conf = dev_info.default_txconf; in initialize_ports() 2565 txq_conf.offloads = local_port_conf.txmode.offloads; in initialize_ports() 2568 &txq_conf); in initialize_ports()
|