Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/vdpa/pds/
Ddebugfs.c185 seq_printf(seq, "max_vqs: %d\n", mgmt->max_supported_vqs); in identity_show()
Dvdpa_dev.c387 max_vq = vdpa_aux->vdpa_mdev.max_supported_vqs; in pds_vdpa_request_irqs()
842 mgmt->max_supported_vqs = min_t(u16, PDS_VDPA_MAX_QUEUES, max_vqs); in pds_vdpa_get_mgmt_info()
/linux-6.12.1/include/linux/
Dvdpa.h619 u32 max_supported_vqs; member
/linux-6.12.1/drivers/vdpa/vdpa_sim/
Dvdpa_sim_net.c547 .max_supported_vqs = VDPASIM_NET_VQ_NUM,
/linux-6.12.1/drivers/vdpa/virtio_pci/
Dvp_vdpa.c642 mgtdev->max_supported_vqs = vp_modern_get_num_queues(mdev); in vp_vdpa_probe()
/linux-6.12.1/drivers/vdpa/ifcvf/
Difcvf_main.c834 ifcvf_mgmt_dev->mdev.max_supported_vqs = vf->nr_vring; in ifcvf_probe()
/linux-6.12.1/drivers/vdpa/octeon_ep/
Doctep_vdpa_main.c599 mgmt_dev->mdev.max_supported_vqs = oct_hw->nr_vring; in octep_vdpa_setup_task()
/linux-6.12.1/drivers/vdpa/
Dvdpa.c506 mdev->max_supported_vqs)) { in vdpa_mgmtdev_fill()
/linux-6.12.1/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c4096 mgtdev->mgtdev.max_supported_vqs = in mlx5v_probe()