Home
last modified time | relevance | path

Searched defs:txmode (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec.c19 struct rte_eth_txmode *txmode = &dev->data->dev_conf.txmode; in hns3_tx_check_vec_support() local
H A Dhns3_ethdev.c1166 struct rte_eth_txmode *txmode; in hns3_dev_configure_vlan() local
/dpdk/drivers/net/nfp/
H A Dnfp_common.c144 struct rte_eth_txmode *txmode; in nfp_net_configure() local
349 struct rte_eth_txmode *txmode; in nfp_check_offloads() local
/dpdk/drivers/net/octeontx_ep/
H A Dotx_ep_ethdev.c159 struct rte_eth_txmode *txmode; in otx_ep_dev_configure() local
/dpdk/drivers/net/cnxk/
H A Dcn9k_ethdev.c298 struct rte_eth_txmode *txmode = &conf->txmode; in cn9k_nix_configure() local
H A Dcnxk_ethdev.c1027 struct rte_eth_txmode *txmode = &conf->txmode; in cnxk_nix_configure() local
/dpdk/drivers/net/sfc/
H A Dsfc_tx.c309 sfc_tx_check_mode(struct sfc_adapter *sa, const struct rte_eth_txmode *txmode) in sfc_tx_check_mode()
/dpdk/drivers/net/netvsc/
H A Dhn_ethdev.c716 const struct rte_eth_txmode *txmode = &dev_conf->txmode; in hn_dev_configure() local
/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.c410 struct rte_eth_txmode *txmode = &conf->txmode; in octeontx_dev_configure() local
/dpdk/drivers/net/ionic/
H A Dionic_lif.c1707 struct rte_eth_txmode *txmode = &lif->eth_dev->data->dev_conf.txmode; in ionic_lif_configure() local
/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c1895 struct rte_eth_txmode *txmode = &conf->txmode; in nicvf_dev_configure() local
/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c2554 const struct rte_eth_txmode *txmode = &dev->data->dev_conf.txmode; in virtio_dev_configure() local
/dpdk/lib/ethdev/
H A Drte_ethdev.h1580 struct rte_eth_txmode txmode; /**< Port Tx configuration. */ member