Home
last modified time | relevance | path

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

/linux/drivers/vdpa/pds/
H A Ddebugfs.c185 seq_printf(seq, "max_vqs: %d\n", mgmt->max_supported_vqs); in identity_show()
H A 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/include/linux/
H A Dvdpa.h619 u32 max_supported_vqs; member
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c547 .max_supported_vqs = VDPASIM_NET_VQ_NUM,
/linux/drivers/vdpa/ifcvf/
H A Difcvf_main.c834 ifcvf_mgmt_dev->mdev.max_supported_vqs = vf->nr_vring; in ifcvf_probe()
/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_main.c640 mgmt_dev->mdev.max_supported_vqs = oct_hw->nr_vring; in octep_vdpa_probe_vf()
/linux/drivers/vdpa/
H A Dvdpa.c506 mdev->max_supported_vqs)) { in vdpa_mgmtdev_fill()