Home
last modified time | relevance | path

Searched refs:tx_descriptor_status (Results 1 – 25 of 30) sorted by relevance

12

/dpdk/lib/ethdev/
H A Drte_ethdev_core.h108 eth_tx_descriptor_status_t tx_descriptor_status; member
H A Dethdev_private.c278 fpo->tx_descriptor_status = dev->tx_descriptor_status; in eth_dev_fp_ops_setup()
H A Dethdev_driver.c239 eth_dev->tx_descriptor_status = NULL; in rte_eth_dev_release_port()
H A Dethdev_driver.h59 eth_tx_descriptor_status_t tx_descriptor_status; member
H A Drte_ethdev.h5803 RTE_FUNC_PTR_OR_ERR_RET(*p->tx_descriptor_status, -ENOTSUP); in rte_eth_tx_descriptor_status()
5804 return (*p->tx_descriptor_status)(qd, offset); in rte_eth_tx_descriptor_status()
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c471 eth_dev->tx_descriptor_status = mlx5_tx_descriptor_status; in mlx5_dev_spawn()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c180 eth_dev->tx_descriptor_status = txgbe_dev_tx_descriptor_status; in eth_txgbevf_dev_init()
H A Dtxgbe_ethdev.c562 eth_dev->tx_descriptor_status = txgbe_dev_tx_descriptor_status; in eth_txgbe_dev_init()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1092 eth_dev->tx_descriptor_status = mlx5_tx_descriptor_status; in mlx5_dev_spawn()
1468 eth_dev->tx_descriptor_status = mlx5_tx_descriptor_status; in mlx5_dev_spawn()
/dpdk/drivers/net/netvsc/
H A Dhn_ethdev.c1149 eth_dev->tx_descriptor_status = hn_dev_tx_descriptor_status; in eth_hn_dev_init()
/dpdk/doc/guides/nics/
H A Dfeatures.rst684 * **[implements] rte_eth_dev**: ``tx_descriptor_status``.
/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c2535 dev->tx_descriptor_status = sfc_tx_descriptor_status; in sfc_eth_dev_set_ops()
2642 dev->tx_descriptor_status = sfc_tx_descriptor_status; in sfc_eth_dev_secondary_init()
/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c4409 fpo[port_id].tx_descriptor_status = dev->tx_descriptor_status; in hns3_eth_dev_fp_ops_config()
4427 eth_dev->tx_descriptor_status = hns3_dev_tx_descriptor_status; in hns3_set_rxtx_function()
H A Dhns3_ethdev_vf.c2385 eth_dev->tx_descriptor_status = NULL; in hns3vf_dev_init()
/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c372 eth_dev->tx_descriptor_status = atl_dev_tx_descriptor_status; in eth_atl_dev_init()
/dpdk/drivers/net/e1000/
H A Dem_ethdev.c251 eth_dev->tx_descriptor_status = eth_em_tx_descriptor_status; in eth_em_dev_init()
H A Digb_ethdev.c730 eth_dev->tx_descriptor_status = eth_igb_tx_descriptor_status; in eth_igb_dev_init()
922 eth_dev->tx_descriptor_status = eth_igb_tx_descriptor_status; in eth_igbvf_dev_init()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.c1636 eth_dev->tx_descriptor_status = cnxk_nix_tx_descriptor_status; in cnxk_eth_dev_init()
/dpdk/drivers/net/igc/
H A Digc_ethdev.c1230 dev->tx_descriptor_status = eth_igc_tx_descriptor_status; in eth_igc_dev_init()
/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c2163 eth_dev->tx_descriptor_status = axgbe_dev_tx_descriptor_status; in eth_axgbe_dev_init()
/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst612 * ``eth_tx_descriptor_status_t tx_descriptor_status;``
/dpdk/drivers/net/iavf/
H A Diavf_ethdev.c2533 eth_dev->tx_descriptor_status = iavf_dev_tx_desc_status; in iavf_dev_init()
/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.c325 eth_dev->tx_descriptor_status = ngbe_dev_tx_descriptor_status; in eth_ngbe_dev_init()
/dpdk/drivers/net/fm10k/
H A Dfm10k_ethdev.c3067 dev->tx_descriptor_status = fm10k_dev_tx_descriptor_status; in eth_fm10k_dev_init()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c1068 eth_dev->tx_descriptor_status = ixgbe_dev_tx_descriptor_status; in eth_ixgbe_dev_init()
1566 eth_dev->tx_descriptor_status = ixgbe_dev_tx_descriptor_status; in eth_ixgbevf_dev_init()

12