Home
last modified time | relevance | path

Searched refs:vdpa_vq_state (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa.h105 int octep_set_vq_state(struct octep_hw *oct_hw, u16 qid, const struct vdpa_vq_state *state);
106 int octep_get_vq_state(struct octep_hw *oct_hw, u16 qid, struct vdpa_vq_state *state);
H A Doctep_vdpa_hw.c315 int octep_get_vq_state(struct octep_hw *oct_hw, u16 qid, struct vdpa_vq_state *state) in octep_get_vq_state()
321 int octep_set_vq_state(struct octep_hw *oct_hw, u16 qid, const struct vdpa_vq_state *state) in octep_set_vq_state()
323 struct vdpa_vq_state q_state; in octep_set_vq_state()
325 memcpy(&q_state, state, sizeof(struct vdpa_vq_state)); in octep_set_vq_state()
H A Doctep_vdpa_main.c228 struct vdpa_vq_state *state) in octep_vdpa_get_vq_ready()
236 const struct vdpa_vq_state *state) in octep_vdpa_set_vq_num()
/linux/drivers/vdpa/solidrun/
H A Dsnet_vdpa.h31 struct vdpa_vq_state vq_state;
205 int snet_read_vq_state(struct snet *snet, u16 idx, struct vdpa_vq_state *state);
H A Dsnet_ctrl.c322 int snet_read_vq_state(struct snet *snet, u16 idx, struct vdpa_vq_state *state) in snet_read_vq_state()
/linux/include/linux/
H A Dvdpa.h61 struct vdpa_vq_state { struct
384 const struct vdpa_vq_state *state);
386 struct vdpa_vq_state *state);
/linux/drivers/vdpa/alibaba/
H A Deni_vdpa.c265 struct vdpa_vq_state *state) in eni_vdpa_get_vq_state()
271 const struct vdpa_vq_state *state) in eni_vdpa_set_vq_state()
/linux/drivers/vdpa/ifcvf/
H A Difcvf_main.c465 struct vdpa_vq_state *state) in ifcvf_vdpa_get_vq_state()
474 const struct vdpa_vq_state *state) in ifcvf_vdpa_set_vq_state()
/linux/drivers/vdpa/pds/
H A Dvdpa_dev.c172 const struct vdpa_vq_state *state) in pds_vdpa_set_vq_state()
222 struct vdpa_vq_state *state) in pds_vdpa_get_vq_state()
/linux/drivers/vhost/
H A Dvdpa.c637 struct vdpa_vq_state vq_state; in vhost_vdpa_vring_ioctl()