Lines Matching defs:tx_conf
2551 const struct rte_eth_txconf *tx_conf)
2569 if (tx_conf != NULL &&
2570 (tx_conf->reserved_64s[0] != 0 ||
2571 tx_conf->reserved_64s[1] != 0 ||
2572 tx_conf->reserved_ptrs[0] != NULL ||
2573 tx_conf->reserved_ptrs[1] != NULL)) {
2612 if (tx_conf == NULL)
2613 tx_conf = &dev_info.default_txconf;
2615 local_conf = *tx_conf;
2646 rte_ethdev_trace_txq_setup(port_id, tx_queue_id, nb_tx_desc, tx_conf);