• Home
  • Raw
  • Download

Lines Matching refs:rport

473 	struct fc_rport_libfc_priv *rpriv = fsp->rport->dd_data;  in get_fsp_rec_tov()
960 fsp->rport->port_id); in fc_fcp_resp()
965 fsp->rport->port_id, in fc_fcp_resp()
973 fsp->rport->port_id, in fc_fcp_resp()
1186 struct fc_rport *rport; in fc_fcp_cmd_send() local
1202 rport = fsp->rport; in fc_fcp_cmd_send()
1203 fsp->max_payload = rport->maxframe_size; in fc_fcp_cmd_send()
1204 rpriv = rport->dd_data; in fc_fcp_cmd_send()
1206 fc_fill_fc_hdr(fp, FC_RCTL_DD_UNSOL_CMD, rport->port_id, in fc_fcp_cmd_send()
1437 struct fc_rport *rport = fsp->rport; in fc_fcp_timeout() local
1438 struct fc_rport_libfc_priv *rpriv = rport->dd_data; in fc_fcp_timeout()
1476 struct fc_rport *rport; in fc_fcp_rec() local
1480 rport = fsp->rport; in fc_fcp_rec()
1481 rpriv = rport->dd_data; in fc_fcp_rec()
1494 fc_fill_fc_hdr(fp, FC_RCTL_ELS_REQ, rport->port_id, in fc_fcp_rec()
1497 if (lport->tt.elsct_send(lport, rport->port_id, fp, ELS_REC, in fc_fcp_rec()
1549 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
1554 rpriv = fsp->rport->dd_data; in fc_fcp_rec_resp()
1565 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
1675 fsp, fsp->rport->port_id); in fc_fcp_rec_error()
1681 fsp, fsp->rport->port_id, error); in fc_fcp_rec_error()
1691 fsp, fsp->rport->port_id, fsp->recov_retry, in fc_fcp_rec_error()
1731 struct fc_rport *rport; in fc_fcp_srr() local
1738 rport = fsp->rport; in fc_fcp_srr()
1739 rpriv = rport->dd_data; in fc_fcp_srr()
1756 fc_fill_fc_hdr(fp, FC_RCTL_ELS4_REQ, rport->port_id, in fc_fcp_srr()
1874 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in fc_queuecommand() local
1881 rval = fc_remote_port_chkready(rport); in fc_queuecommand()
1888 if (!*(struct fc_remote_port **)rport->dd_data) { in fc_queuecommand()
1898 rpriv = rport->dd_data; in fc_queuecommand()
1922 fsp->rport = rport; /* set the remote port ptr */ in fc_queuecommand()
2173 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in fc_eh_device_reset() local
2186 FC_SCSI_DBG(lport, "Resetting rport (%6.6x)\n", rport->port_id); in fc_eh_device_reset()
2199 fsp->rport = rport; /* set the remote port ptr */ in fc_eh_device_reset()
2253 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in fc_slave_alloc() local
2255 if (!rport || fc_remote_port_chkready(rport)) in fc_slave_alloc()