Home
last modified time | relevance | path

Searched refs:get_queue_num (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dvdpa.c81 if (!ops->get_queue_num || !ops->get_features || in rte_vdpa_register_device()
237 if (dev == NULL || dev->ops == NULL || dev->ops->get_queue_num == NULL) in rte_vdpa_get_queue_num()
240 return dev->ops->get_queue_num(dev, queue_num); in rte_vdpa_get_queue_num()
H A Drte_vdpa_dev.h19 int (*get_queue_num)(struct rte_vdpa_device *dev, uint32_t *queue_num); member
H A Dsocket.c807 if (vdpa_dev->ops->get_queue_num(vdpa_dev, &vdpa_queue_num) < 0) { in rte_vhost_driver_get_queue_num()
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.h170 uint16_t (*get_queue_num)(struct virtio_crypto_hw *hw, member
H A Dvirtio_pci.c236 .get_queue_num = modern_get_queue_num,
H A Dvirtio_cryptodev.c311 vq_size = VTPCI_OPS(hw)->get_queue_num(hw, vtpci_queue_idx); in virtio_crypto_queue_setup()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h238 uint16_t (*get_queue_num)(struct virtio_hw *hw, uint16_t queue_id); member
H A Dvirtio_pci.c254 .get_queue_num = legacy_get_queue_num,
459 .get_queue_num = modern_get_queue_num,
H A Dvirtio_user_ethdev.c475 .get_queue_num = virtio_user_get_queue_num,
H A Dvirtio_ethdev.c461 vq_size = VTPCI_OPS(hw)->get_queue_num(hw, vtpci_queue_idx); in virtio_init_queue()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c457 .get_queue_num = mlx5_vdpa_get_queue_num,
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst357 * ``get_queue_num``
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c1139 .get_queue_num = ifcvf_get_queue_num,