|
@@ -5177,15 +5177,15 @@ lpfc_rdp_res_speed(struct fc_rdp_port_speed_desc *desc, struct lpfc_hba *phba)
|
|
|
|
|
|
static uint32_t
|
|
static uint32_t
|
|
lpfc_rdp_res_diag_port_names(struct fc_rdp_port_name_desc *desc,
|
|
lpfc_rdp_res_diag_port_names(struct fc_rdp_port_name_desc *desc,
|
|
- struct lpfc_hba *phba)
|
|
|
|
|
|
+ struct lpfc_vport *vport)
|
|
{
|
|
{
|
|
|
|
|
|
desc->tag = cpu_to_be32(RDP_PORT_NAMES_DESC_TAG);
|
|
desc->tag = cpu_to_be32(RDP_PORT_NAMES_DESC_TAG);
|
|
|
|
|
|
- memcpy(desc->port_names.wwnn, phba->wwnn,
|
|
|
|
|
|
+ memcpy(desc->port_names.wwnn, &vport->fc_nodename,
|
|
sizeof(desc->port_names.wwnn));
|
|
sizeof(desc->port_names.wwnn));
|
|
|
|
|
|
- memcpy(desc->port_names.wwpn, phba->wwpn,
|
|
|
|
|
|
+ memcpy(desc->port_names.wwpn, &vport->fc_portname,
|
|
sizeof(desc->port_names.wwpn));
|
|
sizeof(desc->port_names.wwpn));
|
|
|
|
|
|
desc->length = cpu_to_be32(sizeof(desc->port_names));
|
|
desc->length = cpu_to_be32(sizeof(desc->port_names));
|
|
@@ -5279,7 +5279,7 @@ lpfc_els_rdp_cmpl(struct lpfc_hba *phba, struct lpfc_rdp_context *rdp_context,
|
|
len += lpfc_rdp_res_link_error((struct fc_rdp_link_error_status_desc *)
|
|
len += lpfc_rdp_res_link_error((struct fc_rdp_link_error_status_desc *)
|
|
(len + pcmd), &rdp_context->link_stat);
|
|
(len + pcmd), &rdp_context->link_stat);
|
|
len += lpfc_rdp_res_diag_port_names((struct fc_rdp_port_name_desc *)
|
|
len += lpfc_rdp_res_diag_port_names((struct fc_rdp_port_name_desc *)
|
|
- (len + pcmd), phba);
|
|
|
|
|
|
+ (len + pcmd), vport);
|
|
len += lpfc_rdp_res_attach_port_names((struct fc_rdp_port_name_desc *)
|
|
len += lpfc_rdp_res_attach_port_names((struct fc_rdp_port_name_desc *)
|
|
(len + pcmd), vport, ndlp);
|
|
(len + pcmd), vport, ndlp);
|
|
len += lpfc_rdp_res_fec_desc((struct fc_fec_rdp_desc *)(len + pcmd),
|
|
len += lpfc_rdp_res_fec_desc((struct fc_fec_rdp_desc *)(len + pcmd),
|