• Home
  • Raw
  • Download

Lines Matching refs:rport

919 			   fsp->rport->port_id,  in fc_fcp_resp()
1126 struct fc_rport_libfc_priv *rpriv = fsp->rport->dd_data; in get_fsp_rec_tov()
1144 struct fc_rport *rport; in fc_fcp_cmd_send() local
1160 rport = fsp->rport; in fc_fcp_cmd_send()
1161 fsp->max_payload = rport->maxframe_size; in fc_fcp_cmd_send()
1162 rpriv = rport->dd_data; in fc_fcp_cmd_send()
1164 fc_fill_fc_hdr(fp, FC_RCTL_DD_UNSOL_CMD, rport->port_id, in fc_fcp_cmd_send()
1388 struct fc_rport *rport = fsp->rport; in fc_fcp_timeout() local
1389 struct fc_rport_libfc_priv *rpriv = rport->dd_data; in fc_fcp_timeout()
1418 struct fc_rport *rport; in fc_fcp_rec() local
1422 rport = fsp->rport; in fc_fcp_rec()
1423 rpriv = rport->dd_data; in fc_fcp_rec()
1436 fc_fill_fc_hdr(fp, FC_RCTL_ELS_REQ, rport->port_id, in fc_fcp_rec()
1439 if (lport->tt.elsct_send(lport, rport->port_id, fp, ELS_REC, in fc_fcp_rec()
1491 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
1496 rpriv = fsp->rport->dd_data; in fc_fcp_rec_resp()
1616 fsp, fsp->rport->port_id, error); in fc_fcp_rec_error()
1626 fsp->rport->port_id, error, fsp->recov_retry, in fc_fcp_rec_error()
1665 struct fc_rport *rport; in fc_fcp_srr() local
1673 rport = fsp->rport; in fc_fcp_srr()
1674 rpriv = rport->dd_data; in fc_fcp_srr()
1691 fc_fill_fc_hdr(fp, FC_RCTL_ELS4_REQ, rport->port_id, in fc_fcp_srr()
1808 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in fc_queuecommand() local
1815 rval = fc_remote_port_chkready(rport); in fc_queuecommand()
1822 if (!*(struct fc_remote_port **)rport->dd_data) { in fc_queuecommand()
1832 rpriv = rport->dd_data; in fc_queuecommand()
1851 fsp->rport = rport; /* set the remote port ptr */ in fc_queuecommand()
2091 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in fc_eh_device_reset() local
2104 FC_SCSI_DBG(lport, "Resetting rport (%6.6x)\n", rport->port_id); in fc_eh_device_reset()
2117 fsp->rport = rport; /* set the remote port ptr */ in fc_eh_device_reset()
2173 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in fc_slave_alloc() local
2175 if (!rport || fc_remote_port_chkready(rport)) in fc_slave_alloc()