| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev_core.h | 91 eth_tx_descriptor_status_t tx_descriptor_status; /**< Check the status of a Tx descriptor. */ member
|
| H A D | rte_ethdev.h | 5039 RTE_FUNC_PTR_OR_ERR_RET(*dev->tx_descriptor_status, -ENOTSUP); in rte_eth_tx_descriptor_status() 5042 return (*dev->tx_descriptor_status)(txq, offset); in rte_eth_tx_descriptor_status()
|
| H A D | rte_ethdev.c | 574 eth_dev->tx_descriptor_status = NULL; in rte_eth_dev_release_port()
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_ethdev.c | 2002 dev->tx_descriptor_status = sfc_tx_descriptor_status; in sfc_eth_dev_set_ops() 2110 dev->tx_descriptor_status = sfc_tx_descriptor_status; in sfc_eth_dev_secondary_init()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_ethdev.c | 960 eth_dev->tx_descriptor_status = hn_dev_tx_descriptor_status; in eth_hn_dev_init()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 767 eth_dev->tx_descriptor_status = mlx5_tx_descriptor_status; in mlx5_dev_spawn() 1442 eth_dev->tx_descriptor_status = mlx5_tx_descriptor_status; in mlx5_dev_spawn()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | features.rst | 677 * **[implements] rte_eth_dev**: ``tx_descriptor_status``.
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | em_ethdev.c | 252 eth_dev->tx_descriptor_status = eth_em_tx_descriptor_status; in eth_em_dev_init()
|
| H A D | igb_ethdev.c | 733 eth_dev->tx_descriptor_status = eth_igb_tx_descriptor_status; in eth_igb_dev_init() 927 eth_dev->tx_descriptor_status = eth_igb_tx_descriptor_status; in eth_igbvf_dev_init()
|
| /f-stack/dpdk/drivers/net/atlantic/ |
| H A D | atl_ethdev.c | 373 eth_dev->tx_descriptor_status = atl_dev_tx_descriptor_status; in eth_atl_dev_init()
|
| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | iavf_ethdev.c | 1960 eth_dev->tx_descriptor_status = iavf_dev_tx_desc_status; in iavf_dev_init()
|
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_ethdev.c | 1966 eth_dev->tx_descriptor_status = axgbe_dev_tx_descriptor_status; in eth_axgbe_dev_init()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev.c | 2424 eth_dev->tx_descriptor_status = otx2_nix_tx_descriptor_status; in otx2_eth_dev_init()
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 1236 dev->tx_descriptor_status = eth_igc_tx_descriptor_status; in eth_igc_dev_init()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev_vf.c | 1577 eth_dev->tx_descriptor_status = i40e_dev_tx_descriptor_status; in i40evf_dev_init()
|
| H A D | i40e_ethdev.c | 1447 dev->tx_descriptor_status = i40e_dev_tx_descriptor_status; in eth_i40e_dev_init()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_11.rst | 692 * ``eth_tx_descriptor_status_t tx_descriptor_status;``
|
| /f-stack/dpdk/drivers/net/fm10k/ |
| H A D | fm10k_ethdev.c | 3067 dev->tx_descriptor_status = fm10k_dev_tx_descriptor_status; in eth_fm10k_dev_init()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 1062 eth_dev->tx_descriptor_status = ixgbe_dev_tx_descriptor_status; in eth_ixgbe_dev_init() 1547 eth_dev->tx_descriptor_status = ixgbe_dev_tx_descriptor_status; in eth_ixgbevf_dev_init()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 485 eth_dev->tx_descriptor_status = txgbe_dev_tx_descriptor_status; in eth_txgbe_dev_init()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 5208 eth_dev->tx_descriptor_status = bnxt_tx_descriptor_status_op; in bnxt_dev_init()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 2126 dev->tx_descriptor_status = ice_tx_descriptor_status; in ice_dev_init()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 6132 dev->tx_descriptor_status = mlx5_tx_descriptor_status; in mlx5_flow_isolate()
|