| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev_core.h | 90 eth_rx_descriptor_status_t rx_descriptor_status; /**< Check the status of a Rx descriptor. */ member
|
| H A D | rte_ethdev.h | 4982 RTE_FUNC_PTR_OR_ERR_RET(*dev->rx_descriptor_status, -ENOTSUP); in rte_eth_rx_descriptor_status() 4985 return (*dev->rx_descriptor_status)(rxq, offset); in rte_eth_rx_descriptor_status()
|
| H A D | rte_ethdev.c | 573 eth_dev->rx_descriptor_status = NULL; in rte_eth_dev_release_port()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | features.rst | 658 Supports check the status of a Rx descriptor. When ``rx_descriptor_status`` is 663 * **[implements] rte_eth_dev**: ``rx_descriptor_status``.
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_ethdev.c | 2001 dev->rx_descriptor_status = sfc_rx_descriptor_status; in sfc_eth_dev_set_ops() 2109 dev->rx_descriptor_status = sfc_rx_descriptor_status; in sfc_eth_dev_secondary_init()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_ethdev.c | 959 eth_dev->rx_descriptor_status = hn_dev_rx_queue_status; in eth_hn_dev_init()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 766 eth_dev->rx_descriptor_status = mlx5_rx_descriptor_status; in mlx5_dev_spawn() 1441 eth_dev->rx_descriptor_status = mlx5_rx_descriptor_status; in mlx5_dev_spawn()
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | em_ethdev.c | 251 eth_dev->rx_descriptor_status = eth_em_rx_descriptor_status; in eth_em_dev_init()
|
| H A D | igb_ethdev.c | 732 eth_dev->rx_descriptor_status = eth_igb_rx_descriptor_status; in eth_igb_dev_init() 926 eth_dev->rx_descriptor_status = eth_igb_rx_descriptor_status; in eth_igbvf_dev_init()
|
| /f-stack/dpdk/drivers/net/atlantic/ |
| H A D | atl_ethdev.c | 372 eth_dev->rx_descriptor_status = atl_dev_rx_descriptor_status; in eth_atl_dev_init()
|
| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | iavf_ethdev.c | 1959 eth_dev->rx_descriptor_status = iavf_dev_rx_desc_status; in iavf_dev_init()
|
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_ethdev.c | 1965 eth_dev->rx_descriptor_status = axgbe_dev_rx_descriptor_status; in eth_axgbe_dev_init()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev.c | 2423 eth_dev->rx_descriptor_status = otx2_nix_rx_descriptor_status; in otx2_eth_dev_init()
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 1235 dev->rx_descriptor_status = eth_igc_rx_descriptor_status; in eth_igc_dev_init()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev_vf.c | 1576 eth_dev->rx_descriptor_status = i40e_dev_rx_descriptor_status; in i40evf_dev_init()
|
| H A D | i40e_ethdev.c | 1446 dev->rx_descriptor_status = i40e_dev_rx_descriptor_status; in eth_i40e_dev_init()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_ethdev.c | 2718 eth_dev->rx_descriptor_status = qede_rx_descriptor_status; in qede_common_dev_init()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_11.rst | 691 * ``eth_rx_descriptor_status_t rx_descriptor_status;``
|
| /f-stack/dpdk/drivers/net/fm10k/ |
| H A D | fm10k_ethdev.c | 3066 dev->rx_descriptor_status = fm10k_dev_rx_descriptor_status; in eth_fm10k_dev_init()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 1061 eth_dev->rx_descriptor_status = ixgbe_dev_rx_descriptor_status; in eth_ixgbe_dev_init() 1546 eth_dev->rx_descriptor_status = ixgbe_dev_rx_descriptor_status; in eth_ixgbevf_dev_init()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 484 eth_dev->rx_descriptor_status = txgbe_dev_rx_descriptor_status; in eth_txgbe_dev_init()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 5207 eth_dev->rx_descriptor_status = bnxt_rx_descriptor_status_op; in bnxt_dev_init()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 2125 dev->rx_descriptor_status = ice_rx_descriptor_status; in ice_dev_init()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 6131 dev->rx_descriptor_status = mlx5_rx_descriptor_status; in mlx5_flow_isolate()
|