Home
last modified time | relevance | path

Searched refs:max_supported_vqs (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/vdpa/pds/
Ddebugfs.c185 seq_printf(seq, "max_vqs: %d\n", mgmt->max_supported_vqs); in identity_show()
Dvdpa_dev.c388 max_vq = vdpa_aux->vdpa_mdev.max_supported_vqs; in pds_vdpa_request_irqs()
827 mgmt->max_supported_vqs = min_t(u16, PDS_VDPA_MAX_QUEUES, max_vqs); in pds_vdpa_get_mgmt_info()
/Linux-v6.6/include/linux/
Dvdpa.h567 u32 max_supported_vqs; member
/Linux-v6.6/drivers/vdpa/vdpa_sim/
Dvdpa_sim_net.c528 .max_supported_vqs = VDPASIM_NET_VQ_NUM,
/Linux-v6.6/drivers/vdpa/virtio_pci/
Dvp_vdpa.c617 mgtdev->max_supported_vqs = vp_modern_get_num_queues(mdev); in vp_vdpa_probe()
/Linux-v6.6/drivers/vdpa/ifcvf/
Difcvf_main.c819 ifcvf_mgmt_dev->mdev.max_supported_vqs = vf->nr_vring; in ifcvf_probe()
/Linux-v6.6/drivers/vdpa/
Dvdpa.c506 mdev->max_supported_vqs)) { in vdpa_mgmtdev_fill()
/Linux-v6.6/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c3574 mgtdev->mgtdev.max_supported_vqs = in mlx5v_probe()