Lines Matching defs:rport
298 struct fc_rport *rport;
306 rport = starget_to_rport(scsi_target(sdev));
307 fc_remote_port_delete(rport);
4509 struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
4521 if (unlikely(!rdata) || unlikely(!rport))
4524 err = fc_remote_port_chkready(rport);
5123 * This routine delays until the scsi target (aka rport) for the
5140 "0797 Tgt Map rport failure: rdata x%px\n", rdata);
5250 "0721 Device Reset rport failure: rdata x%px\n", rdata);
5321 "0722 Target Reset rport failure: rdata x%px\n", rdata);
5412 ndlp->rport &&
5513 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
5522 if (!rport || fc_remote_port_chkready(rport))
5532 u64_to_wwn(rport->port_name, target_wwpn.u.wwn);
5552 device_data->rport_data = rport->dd_data;
5557 sdev->hostdata = rport->dd_data;
5678 * and pointer to the rport data.