Lines Matching defs:qid
459 static int ifcvf_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid,
464 state->split.avail_index = ifcvf_get_vq_state(vf, qid);
468 static int ifcvf_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid,
473 return ifcvf_set_vq_state(vf, qid, state->split.avail_index);
476 static void ifcvf_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid,
481 vf->vring[qid].cb = *cb;
485 u16 qid, bool ready)
489 ifcvf_set_vq_ready(vf, qid, ready);
492 static bool ifcvf_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid)
496 return ifcvf_get_vq_ready(vf, qid);
499 static void ifcvf_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid,
504 ifcvf_set_vq_num(vf, qid, num);
507 static int ifcvf_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid,
513 return ifcvf_set_vq_address(vf, qid, desc_area, driver_area, device_area);
516 static void ifcvf_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid)
520 ifcvf_notify_queue(vf, qid);
590 u16 qid)
595 return vf->vring[qid].irq;