Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dvdpa.h174 * @set_vq_state: Set the state for a virtqueue
383 int (*set_vq_state)(struct vdpa_device *vdev, u16 idx, member
/linux/drivers/virtio/ !
H A Dvirtio_vdpa.c225 err = ops->set_vq_state(vdpa, index, &state); in virtio_vdpa_setup_vq()
/linux/drivers/vdpa/alibaba/ !
H A Deni_vdpa.c428 .set_vq_state = eni_vdpa_set_vq_state,
/linux/drivers/vdpa/ifcvf/ !
H A Difcvf_main.c642 .set_vq_state = ifcvf_vdpa_set_vq_state,
/linux/drivers/vdpa/octeon_ep/ !
H A Doctep_vdpa_main.c370 .set_vq_state = octep_vdpa_set_vq_state,
/linux/drivers/vdpa/pds/ !
H A Dvdpa_dev.c194 * counter bit inverted. This way, in case set_vq_state is in pds_vdpa_set_vq_state()
585 .set_vq_state = pds_vdpa_set_vq_state,
/linux/drivers/vdpa/solidrun/ !
H A Dsnet_main.c534 .set_vq_state = snet_set_vq_state,
/linux/drivers/vhost/ !
H A Dvdpa.c747 r = ops->set_vq_state(vdpa, idx, &vq_state); in vhost_vdpa_vring_ioctl()
/linux/drivers/vdpa/vdpa_user/ !
H A Dvduse_dev.c794 .set_vq_state = vduse_vdpa_set_vq_state,