Lines Matching refs:nvqs
223 static int __vdpa_register_device(struct vdpa_device *vdev, u32 nvqs)
227 vdev->nvqs = nvqs;
244 * @nvqs: number of virtqueues supported by this device
248 int _vdpa_register_device(struct vdpa_device *vdev, u32 nvqs)
253 return __vdpa_register_device(vdev, nvqs);
261 * @nvqs: number of virtqueues supported by this device
265 int vdpa_register_device(struct vdpa_device *vdev, u32 nvqs)
270 err = __vdpa_register_device(vdev, nvqs);
770 if (nla_put_u32(msg, VDPA_ATTR_DEV_MAX_VQS, vdev->nvqs))