Searched refs:rport_ids (Results 1 – 2 of 2) sorted by relevance
1061 struct fc_rport_identifiers rport_ids; in bfad_im_fc_rport_add() local1065 rport_ids.node_name = in bfad_im_fc_rport_add()1067 rport_ids.port_name = in bfad_im_fc_rport_add()1069 rport_ids.port_id = in bfad_im_fc_rport_add()1071 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN; in bfad_im_fc_rport_add()1074 fc_remote_port_add(im_port->shost, 0, &rport_ids); in bfad_im_fc_rport_add()1086 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET; in bfad_im_fc_rport_add()1088 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN) in bfad_im_fc_rport_add()1089 fc_remote_port_rolechg(fc_rport, rport_ids.roles); in bfad_im_fc_rport_add()
462 struct fc_rport_identifiers rport_ids; in mptfc_register_dev() local470 if (mptfc_generate_rport_ids(pg0, &rport_ids) < 0) in mptfc_register_dev()480 if (pn == rport_ids.port_name) { /* match */ in mptfc_register_dev()499 rport = fc_remote_port_add(ioc->sh, channel, &rport_ids); in mptfc_register_dev()