Searched refs:rport_ids (Results 1 – 4 of 4) sorted by relevance
1059 struct fc_rport_identifiers rport_ids; in bfad_im_fc_rport_add() local1063 rport_ids.node_name = in bfad_im_fc_rport_add()1065 rport_ids.port_name = in bfad_im_fc_rport_add()1067 rport_ids.port_id = in bfad_im_fc_rport_add()1069 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN; in bfad_im_fc_rport_add()1072 fc_remote_port_add(im_port->shost, 0, &rport_ids); in bfad_im_fc_rport_add()1084 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET; in bfad_im_fc_rport_add()1086 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN) in bfad_im_fc_rport_add()1087 fc_remote_port_rolechg(fc_rport, rport_ids.roles); in bfad_im_fc_rport_add()
461 struct fc_rport_identifiers rport_ids; in mptfc_register_dev() local469 if (mptfc_generate_rport_ids(pg0, &rport_ids) < 0) in mptfc_register_dev()479 if (pn == rport_ids.port_name) { /* match */ in mptfc_register_dev()498 rport = fc_remote_port_add(ioc->sh, channel, &rport_ids); in mptfc_register_dev()
4473 struct fc_rport_identifiers rport_ids; in lpfc_register_remote_port() local4481 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn); in lpfc_register_remote_port()4483 rport_ids.port_id = ndlp->nlp_DID; in lpfc_register_remote_port()4484 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN; in lpfc_register_remote_port()4520 rport_ids.roles |= FC_PORT_ROLE_FCP_TARGET; in lpfc_register_remote_port()4522 rport_ids.roles |= FC_PORT_ROLE_FCP_INITIATOR; in lpfc_register_remote_port()4524 rport_ids.roles |= FC_PORT_ROLE_NVME_INITIATOR; in lpfc_register_remote_port()4526 rport_ids.roles |= FC_PORT_ROLE_NVME_TARGET; in lpfc_register_remote_port()4528 rport_ids.roles |= FC_PORT_ROLE_NVME_DISCOVERY; in lpfc_register_remote_port()4530 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN) in lpfc_register_remote_port()[all …]
6116 struct fc_rport_identifiers rport_ids; in qla2x00_reg_remote_port() local6123 rport_ids.node_name = wwn_to_u64(fcport->node_name); in qla2x00_reg_remote_port()6125 rport_ids.port_id = fcport->d_id.b.domain << 16 | in qla2x00_reg_remote_port()6127 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN; in qla2x00_reg_remote_port()6142 rport_ids.roles = FC_PORT_ROLE_UNKNOWN; in qla2x00_reg_remote_port()6144 rport_ids.roles |= FC_PORT_ROLE_FCP_INITIATOR; in qla2x00_reg_remote_port()6146 rport_ids.roles |= FC_PORT_ROLE_FCP_TARGET; in qla2x00_reg_remote_port()6148 rport_ids.roles |= FC_PORT_ROLE_NVME_INITIATOR; in qla2x00_reg_remote_port()6150 rport_ids.roles |= FC_PORT_ROLE_NVME_TARGET; in qla2x00_reg_remote_port()6152 rport_ids.roles |= FC_PORT_ROLE_NVME_DISCOVERY; in qla2x00_reg_remote_port()[all …]