Home
last modified time | relevance | path

Searched refs:rx_descriptor_status (Results 1 – 25 of 31) sorted by relevance

12

/dpdk/lib/ethdev/
H A Drte_ethdev_core.h92 eth_rx_descriptor_status_t rx_descriptor_status; member
H A Dethdev_private.c277 fpo->rx_descriptor_status = dev->rx_descriptor_status; in eth_dev_fp_ops_setup()
H A Dethdev_driver.c238 eth_dev->rx_descriptor_status = NULL; in rte_eth_dev_release_port()
H A Dethdev_driver.h57 eth_rx_descriptor_status_t rx_descriptor_status; member
H A Drte_ethdev.h5733 RTE_FUNC_PTR_OR_ERR_RET(*p->rx_descriptor_status, -ENOTSUP); in rte_eth_rx_descriptor_status()
5734 return (*p->rx_descriptor_status)(qd, offset); in rte_eth_rx_descriptor_status()
/dpdk/doc/guides/nics/
H A Dfeatures.rst669 Supports check the status of a Rx descriptor. When ``rx_descriptor_status`` is
672 * **[implements] rte_eth_dev**: ``rx_descriptor_status``.
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c470 eth_dev->rx_descriptor_status = mlx5_rx_descriptor_status; in mlx5_dev_spawn()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c179 eth_dev->rx_descriptor_status = txgbe_dev_rx_descriptor_status; in eth_txgbevf_dev_init()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1091 eth_dev->rx_descriptor_status = mlx5_rx_descriptor_status; in mlx5_dev_spawn()
1467 eth_dev->rx_descriptor_status = mlx5_rx_descriptor_status; in mlx5_dev_spawn()
/dpdk/drivers/net/netvsc/
H A Dhn_ethdev.c1148 eth_dev->rx_descriptor_status = hn_dev_rx_queue_status; in eth_hn_dev_init()
/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c2534 dev->rx_descriptor_status = sfc_rx_descriptor_status; in sfc_eth_dev_set_ops()
2641 dev->rx_descriptor_status = sfc_rx_descriptor_status; in sfc_eth_dev_secondary_init()
/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c4408 fpo[port_id].rx_descriptor_status = dev->rx_descriptor_status; in hns3_eth_dev_fp_ops_config()
4422 eth_dev->rx_descriptor_status = hns3_dev_rx_descriptor_status; in hns3_set_rxtx_function()
H A Dhns3_ethdev_vf.c2382 eth_dev->rx_descriptor_status = NULL; in hns3vf_dev_init()
/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c371 eth_dev->rx_descriptor_status = atl_dev_rx_descriptor_status; in eth_atl_dev_init()
/dpdk/drivers/net/e1000/
H A Dem_ethdev.c250 eth_dev->rx_descriptor_status = eth_em_rx_descriptor_status; in eth_em_dev_init()
H A Digb_ethdev.c729 eth_dev->rx_descriptor_status = eth_igb_rx_descriptor_status; in eth_igb_dev_init()
921 eth_dev->rx_descriptor_status = eth_igb_rx_descriptor_status; in eth_igbvf_dev_init()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.c1635 eth_dev->rx_descriptor_status = cnxk_nix_rx_descriptor_status; in cnxk_eth_dev_init()
/dpdk/drivers/net/igc/
H A Digc_ethdev.c1229 dev->rx_descriptor_status = eth_igc_rx_descriptor_status; in eth_igc_dev_init()
/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c2162 eth_dev->rx_descriptor_status = axgbe_dev_rx_descriptor_status; in eth_axgbe_dev_init()
/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst611 * ``eth_rx_descriptor_status_t rx_descriptor_status;``
/dpdk/drivers/net/iavf/
H A Diavf_ethdev.c2532 eth_dev->rx_descriptor_status = iavf_dev_rx_desc_status; in iavf_dev_init()
/dpdk/drivers/net/qede/
H A Dqede_ethdev.c2705 eth_dev->rx_descriptor_status = qede_rx_descriptor_status; in qede_common_dev_init()
/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.c324 eth_dev->rx_descriptor_status = ngbe_dev_rx_descriptor_status; in eth_ngbe_dev_init()
/dpdk/drivers/net/fm10k/
H A Dfm10k_ethdev.c3066 dev->rx_descriptor_status = fm10k_dev_rx_descriptor_status; in eth_fm10k_dev_init()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c1067 eth_dev->rx_descriptor_status = ixgbe_dev_rx_descriptor_status; in eth_ixgbe_dev_init()
1565 eth_dev->rx_descriptor_status = ixgbe_dev_rx_descriptor_status; in eth_ixgbevf_dev_init()

12