Lines Matching defs:qid
464 static int ifcvf_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid,
469 state->split.avail_index = ifcvf_get_vq_state(vf, qid);
473 static int ifcvf_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid,
478 return ifcvf_set_vq_state(vf, qid, state->split.avail_index);
481 static void ifcvf_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid,
486 vf->vring[qid].cb = *cb;
490 u16 qid, bool ready)
494 ifcvf_set_vq_ready(vf, qid, ready);
497 static bool ifcvf_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid)
501 return ifcvf_get_vq_ready(vf, qid);
504 static void ifcvf_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid,
509 ifcvf_set_vq_num(vf, qid, num);
512 static int ifcvf_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid,
518 return ifcvf_set_vq_address(vf, qid, desc_area, driver_area, device_area);
521 static void ifcvf_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid)
525 ifcvf_notify_queue(vf, qid);
595 u16 qid)
600 return vf->vring[qid].irq;
606 u16 qid)
610 return ifcvf_get_vq_size(vf, qid);