Lines Matching defs:inst_desc
12342 struct instantiated_ve_desc *inst_desc;
12384 inst_desc = (struct instantiated_ve_desc *)(pcmd + 32);
12385 inst_desc->tag = be32_to_cpu(INSTANTIATED_VE_DESC_TAG);
12386 inst_desc->length = be32_to_cpu(LPFC_UVEM_VE_MAP_DESC_SIZE);
12387 memcpy(inst_desc->global_vem_id, vmid->host_vmid,
12388 sizeof(inst_desc->global_vem_id));
12390 bf_set(lpfc_instantiated_nport_id, inst_desc, vport->fc_myDID);
12391 bf_set(lpfc_instantiated_local_id, inst_desc,
12394 inst_desc->tag = be32_to_cpu(INSTANTIATED_VE_DESC_TAG);
12396 inst_desc->tag = be32_to_cpu(DEINSTANTIATED_VE_DESC_TAG);
12399 inst_desc->word6 = cpu_to_be32(inst_desc->word6);