• Home
  • Raw
  • Download

Lines Matching refs:remoteport

201 	struct nvme_fc_remote_port *remoteport;  member
209 struct nvme_fc_remote_port *remoteport; member
308 if (!tport || tport->remoteport) in fcloop_tgt_lsrqst_done_work()
314 struct nvme_fc_remote_port *remoteport, in fcloop_ls_req() argument
318 struct fcloop_rport *rport = remoteport->private; in fcloop_ls_req()
367 if (tport->remoteport) in fcloop_tgt_rscn_work()
368 nvme_fc_rescan_remoteport(tport->remoteport); in fcloop_tgt_rscn_work()
527 struct nvme_fc_remote_port *remoteport, in fcloop_fcp_req() argument
531 struct fcloop_rport *rport = remoteport->private; in fcloop_fcp_req()
742 struct nvme_fc_remote_port *remoteport, in fcloop_ls_abort() argument
749 struct nvme_fc_remote_port *remoteport, in fcloop_fcp_abort() argument
833 fcloop_remoteport_delete(struct nvme_fc_remote_port *remoteport) in fcloop_remoteport_delete() argument
835 struct fcloop_rport *rport = remoteport->private; in fcloop_remoteport_delete()
1008 fcloop_alloc_nport(const char *buf, size_t count, bool remoteport) in fcloop_alloc_nport() argument
1014 u32 opts_mask = (remoteport) ? RPORT_OPTS : TGTPORT_OPTS; in fcloop_alloc_nport()
1056 if (remoteport) { in fcloop_alloc_nport()
1065 if ((remoteport && nport->rport) || in fcloop_alloc_nport()
1066 (!remoteport && nport->tport)) { in fcloop_alloc_nport()
1075 if (remoteport) in fcloop_alloc_nport()
1105 struct nvme_fc_remote_port *remoteport; in fcloop_create_remote_port() local
1122 &pinfo, &remoteport); in fcloop_create_remote_port()
1123 if (ret || !remoteport) { in fcloop_create_remote_port()
1129 rport = remoteport->private; in fcloop_create_remote_port()
1130 rport->remoteport = remoteport; in fcloop_create_remote_port()
1133 nport->tport->remoteport = remoteport; in fcloop_create_remote_port()
1150 nport->tport->remoteport = NULL; in __unlink_remote_port()
1162 return nvme_fc_unregister_remoteport(rport->remoteport); in __remoteport_unreg()
1228 tport->remoteport = (nport->rport) ? nport->rport->remoteport : NULL; in fcloop_create_target_port()