Searched refs:get_queue_num (Results 1 – 14 of 14) sorted by relevance
| /dpdk/lib/vhost/ |
| H A D | vdpa.c | 80 if (!ops->get_queue_num || !ops->get_features || in rte_vdpa_register_device() 236 if (dev == NULL || dev->ops == NULL || dev->ops->get_queue_num == NULL) in rte_vdpa_get_queue_num() 239 return dev->ops->get_queue_num(dev, queue_num); in rte_vdpa_get_queue_num()
|
| H A D | vdpa_driver.h | 26 int (*get_queue_num)(struct rte_vdpa_device *dev, uint32_t *queue_num); member
|
| H A D | socket.c | 795 if (vdpa_dev->ops->get_queue_num(vdpa_dev, &vdpa_queue_num) < 0) { in rte_vhost_driver_get_queue_num()
|
| /dpdk/drivers/crypto/virtio/ |
| H A D | virtio_pci.h | 171 uint16_t (*get_queue_num)(struct virtio_crypto_hw *hw, member
|
| H A D | virtio_pci.c | 236 .get_queue_num = modern_get_queue_num,
|
| H A D | virtio_cryptodev.c | 311 vq_size = VTPCI_OPS(hw)->get_queue_num(hw, vtpci_queue_idx); in virtio_crypto_queue_setup()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio.h | 244 uint16_t (*get_queue_num)(struct virtio_hw *hw, uint16_t queue_id); member
|
| H A D | virtio_pci.c | 333 .get_queue_num = legacy_get_queue_num, 591 .get_queue_num = modern_get_queue_num,
|
| H A D | virtio_user_ethdev.c | 290 .get_queue_num = virtio_user_get_queue_num,
|
| H A D | virtio_ethdev.c | 497 vq_size = VIRTIO_OPS(hw)->get_queue_num(hw, queue_idx); in virtio_init_queue()
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa_ops.c | 863 .get_queue_num = sfc_vdpa_get_queue_num,
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa.c | 447 .get_queue_num = mlx5_vdpa_get_queue_num,
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 1142 .get_queue_num = ifcvf_get_queue_num,
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 380 * ``get_queue_num``
|