Searched refs:get_queue_num (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vdpa.c | 81 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 D | rte_vdpa_dev.h | 19 int (*get_queue_num)(struct rte_vdpa_device *dev, uint32_t *queue_num); member
|
| H A D | socket.c | 807 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 D | virtio_pci.h | 170 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()
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_pci.h | 238 uint16_t (*get_queue_num)(struct virtio_hw *hw, uint16_t queue_id); member
|
| H A D | virtio_pci.c | 254 .get_queue_num = legacy_get_queue_num, 459 .get_queue_num = modern_get_queue_num,
|
| H A D | virtio_user_ethdev.c | 475 .get_queue_num = virtio_user_get_queue_num,
|
| H A D | virtio_ethdev.c | 461 vq_size = VTPCI_OPS(hw)->get_queue_num(hw, vtpci_queue_idx); in virtio_init_queue()
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa.c | 457 .get_queue_num = mlx5_vdpa_get_queue_num,
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 357 * ``get_queue_num``
|
| /f-stack/dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 1139 .get_queue_num = ifcvf_get_queue_num,
|