Home
last modified time | relevance | path

Searched refs:vdpa_vq_reset (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/vdpa/pds/
H A Dcmds.c165 .vdpa_vq_reset.opcode = PDS_VDPA_CMD_VQ_RESET, in pds_vdpa_cmd_reset_vq()
166 .vdpa_vq_reset.vdpa_index = pdsv->vdpa_index, in pds_vdpa_cmd_reset_vq()
167 .vdpa_vq_reset.vf_id = cpu_to_le16(pdsv->vdpa_aux->vf_id), in pds_vdpa_cmd_reset_vq()
168 .vdpa_vq_reset.qid = cpu_to_le16(qid), in pds_vdpa_cmd_reset_vq()
173 err = pds_client_adminq_cmd(padev, &cmd, sizeof(cmd.vdpa_vq_reset), in pds_vdpa_cmd_reset_vq()
181 vq_info->avail_idx = le16_to_cpu(comp.vdpa_vq_reset.avail_index) ^ invert_idx; in pds_vdpa_cmd_reset_vq()
182 vq_info->used_idx = le16_to_cpu(comp.vdpa_vq_reset.used_index) ^ invert_idx; in pds_vdpa_cmd_reset_vq()
/openbmc/linux/include/linux/pds/
H A Dpds_adminq.h1206 struct pds_vdpa_vq_reset_cmd vdpa_vq_reset; member
1242 struct pds_vdpa_vq_reset_comp vdpa_vq_reset; member