Lines Matching refs:rport

459 	struct fc_rport_libfc_priv *rpriv = fsp->rport->dd_data;
943 fsp->rport->port_id);
948 fsp->rport->port_id,
956 fsp->rport->port_id,
1169 struct fc_rport *rport;
1185 rport = fsp->rport;
1186 fsp->max_payload = rport->maxframe_size;
1187 rpriv = rport->dd_data;
1189 fc_fill_fc_hdr(fp, FC_RCTL_DD_UNSOL_CMD, rport->port_id,
1420 struct fc_rport *rport = fsp->rport;
1421 struct fc_rport_libfc_priv *rpriv = rport->dd_data;
1459 struct fc_rport *rport;
1463 rport = fsp->rport;
1464 rpriv = rport->dd_data;
1477 fc_fill_fc_hdr(fp, FC_RCTL_ELS_REQ, rport->port_id,
1480 if (lport->tt.elsct_send(lport, rport->port_id, fp, ELS_REC,
1532 fsp->rport->port_id, rjt->er_reason,
1537 rpriv = fsp->rport->dd_data;
1548 fsp->rport->port_id, rjt->er_reason,
1658 fsp, fsp->rport->port_id);
1664 fsp, fsp->rport->port_id, error);
1674 fsp, fsp->rport->port_id, fsp->recov_retry,
1717 struct fc_rport *rport;
1724 rport = fsp->rport;
1725 rpriv = rport->dd_data;
1742 fc_fill_fc_hdr(fp, FC_RCTL_ELS4_REQ, rport->port_id,
1860 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
1865 rval = fc_remote_port_chkready(rport);
1872 if (!*(struct fc_remote_port **)rport->dd_data) {
1874 * rport is transitioning from blocked/deleted to
1904 fsp->rport = rport; /* set the remote port ptr */
2153 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
2166 FC_SCSI_DBG(lport, "Resetting rport (%6.6x)\n", rport->port_id);
2179 fsp->rport = rport; /* set the remote port ptr */
2233 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
2235 if (!rport || fc_remote_port_chkready(rport))