Searched refs:vdpa_ident (Results 1 – 2 of 2) sorted by relevance
780 .vdpa_ident.opcode = PDS_VDPA_CMD_IDENT, in pds_vdpa_get_mgmt_info()781 .vdpa_ident.vf_id = cpu_to_le16(vdpa_aux->vf_id), in pds_vdpa_get_mgmt_info()811 cmd.vdpa_ident.ident_pa = cpu_to_le64(ident_pa); in pds_vdpa_get_mgmt_info()812 cmd.vdpa_ident.len = cpu_to_le32(sizeof(vdpa_aux->ident)); in pds_vdpa_get_mgmt_info()814 sizeof(cmd.vdpa_ident), &comp, 0); in pds_vdpa_get_mgmt_info()
1201 struct pds_vdpa_ident_cmd vdpa_ident; member