Searched refs:get_vq_num_max (Results 1 – 13 of 13) sorted by relevance
| /linux/include/linux/ |
| A D | vdpa.h | 406 u16 (*get_vq_num_max)(struct vdpa_device *vdev); member
|
| /linux/drivers/vdpa/vdpa_sim/ |
| A D | vdpa_sim.c | 788 .get_vq_num_max = vdpasim_get_vq_num_max, 829 .get_vq_num_max = vdpasim_get_vq_num_max,
|
| /linux/drivers/virtio/ |
| A D | virtio_vdpa.c | 189 max_num = ops->get_vq_num_max(vdpa); in virtio_vdpa_setup_vq()
|
| /linux/drivers/vdpa/alibaba/ |
| A D | eni_vdpa.c | 424 .get_vq_num_max = eni_vdpa_get_vq_num_max,
|
| /linux/drivers/vdpa/virtio_pci/ |
| A D | vp_vdpa.c | 464 .get_vq_num_max = vp_vdpa_get_vq_num_max,
|
| /linux/drivers/vdpa/ |
| A D | vdpa.c | 47 max_num = ops->get_vq_num_max(vdev); in vdpa_dev_probe() 759 max_vq_size = vdev->config->get_vq_num_max(vdev); in vdpa_dev_fill()
|
| /linux/drivers/vdpa/ifcvf/ |
| A D | ifcvf_main.c | 639 .get_vq_num_max = ifcvf_vdpa_get_vq_num_max,
|
| /linux/drivers/vdpa/octeon_ep/ |
| A D | octep_vdpa_main.c | 335 .get_vq_num_max = octep_vdpa_get_vq_num_max,
|
| /linux/drivers/vdpa/pds/ |
| A D | vdpa_dev.c | 596 .get_vq_num_max = pds_vdpa_get_vq_num_max,
|
| /linux/drivers/vdpa/solidrun/ |
| A D | snet_main.c | 544 .get_vq_num_max = snet_get_vq_num_max,
|
| /linux/drivers/vhost/ |
| A D | vdpa.c | 504 num = ops->get_vq_num_max(vdpa); in vhost_vdpa_get_vring_num()
|
| /linux/drivers/vdpa/vdpa_user/ |
| A D | vduse_dev.c | 800 .get_vq_num_max = vduse_vdpa_get_vq_num_max,
|
| /linux/drivers/vdpa/mlx5/net/ |
| A D | mlx5_vnet.c | 3673 .get_vq_num_max = mlx5_vdpa_get_vq_num_max,
|
Completed in 61 milliseconds