Symbol: fc_rport
drivers/message/fusion/mptbase.h
552
struct fc_rport *rport;
drivers/message/fusion/mptfc.c
103
static void mptfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout);
drivers/message/fusion/mptfc.c
188
mptfc_block_error_handler(struct fc_rport *rport)
drivers/message/fusion/mptfc.c
229
struct fc_rport *rport = starget_to_rport(scsi_target(SCpnt->device));
drivers/message/fusion/mptfc.c
248
struct fc_rport *rport = starget_to_rport(scsi_target(SCpnt->device));
drivers/message/fusion/mptfc.c
294
mptfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout)
drivers/message/fusion/mptfc.c
463
struct fc_rport *rport;
drivers/message/fusion/mptfc.c
549
struct fc_rport *rport;
drivers/message/fusion/mptfc.c
571
struct fc_rport *rport;
drivers/message/fusion/mptfc.c
606
mptfc_dump_lun_info(MPT_ADAPTER *ioc, struct fc_rport *rport, struct scsi_device *sdev,
drivers/message/fusion/mptfc.c
641
struct fc_rport *rport;
drivers/message/fusion/mptfc.c
684
struct fc_rport *rport = starget_to_rport(scsi_target(SCpnt->device));
drivers/s390/scsi/zfcp_def.h
208
struct fc_rport *rport; /* rport of fc transport class */
drivers/s390/scsi/zfcp_fc.c
1037
struct fc_rport *rport = fc_bsg_to_rport(job);
drivers/s390/scsi/zfcp_fc.c
1085
struct fc_rport *rport = fc_bsg_to_rport(job);
drivers/s390/scsi/zfcp_fc.c
997
struct fc_rport *rport = fc_bsg_to_rport(job);
drivers/s390/scsi/zfcp_scsi.c
115
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/s390/scsi/zfcp_scsi.c
293
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/s390/scsi/zfcp_scsi.c
346
struct fc_rport *rport = starget_to_rport(starget);
drivers/s390/scsi/zfcp_scsi.c
686
static void zfcp_scsi_set_rport_dev_loss_tmo(struct fc_rport *rport,
drivers/s390/scsi/zfcp_scsi.c
70
struct fc_rport *rport = starget_to_rport(scsi_target(scpnt->device));
drivers/s390/scsi/zfcp_scsi.c
702
static void zfcp_scsi_terminate_rport_io(struct fc_rport *rport)
drivers/s390/scsi/zfcp_scsi.c
725
struct fc_rport *rport;
drivers/s390/scsi/zfcp_scsi.c
756
struct fc_rport *rport = port->rport;
drivers/s390/scsi/zfcp_unit.c
24
struct fc_rport *rport = unit->port->rport;
drivers/scsi/bfa/bfad_attr.c
339
bfad_im_set_rport_loss_tmo(struct fc_rport *rport, u32 timeout)
drivers/scsi/bfa/bfad_im.c
1062
struct fc_rport *fc_rport;
drivers/scsi/bfa/bfad_im.c
1073
itnim->fc_rport = fc_rport =
drivers/scsi/bfa/bfad_im.c
1076
if (!fc_rport)
drivers/scsi/bfa/bfad_im.c
1079
fc_rport->maxframe_size =
drivers/scsi/bfa/bfad_im.c
1081
fc_rport->supported_classes = bfa_fcs_itnim_get_cos(&itnim->fcs_itnim);
drivers/scsi/bfa/bfad_im.c
1083
itnim_data = fc_rport->dd_data;
drivers/scsi/bfa/bfad_im.c
1089
fc_remote_port_rolechg(fc_rport, rport_ids.roles);
drivers/scsi/bfa/bfad_im.c
1091
if ((fc_rport->scsi_target_id != -1)
drivers/scsi/bfa/bfad_im.c
1092
&& (fc_rport->scsi_target_id < MAX_FCP_TARGET))
drivers/scsi/bfa/bfad_im.c
1093
itnim->scsi_tgt_id = fc_rport->scsi_target_id;
drivers/scsi/bfa/bfad_im.c
1095
itnim->channel = fc_rport->channel;
drivers/scsi/bfa/bfad_im.c
1113
struct fc_rport *fc_rport;
drivers/scsi/bfa/bfad_im.c
1123
if (!itnim->fc_rport) {
drivers/scsi/bfa/bfad_im.c
1149
if (itnim->fc_rport) {
drivers/scsi/bfa/bfad_im.c
1150
fc_rport = itnim->fc_rport;
drivers/scsi/bfa/bfad_im.c
1152
fc_rport->dd_data)->itnim = NULL;
drivers/scsi/bfa/bfad_im.c
1153
itnim->fc_rport = NULL;
drivers/scsi/bfa/bfad_im.c
1156
fc_rport->dev_loss_tmo =
drivers/scsi/bfa/bfad_im.c
1158
fc_remote_port_delete(fc_rport);
drivers/scsi/bfa/bfad_im.c
1175
if (itnim->fc_rport) {
drivers/scsi/bfa/bfad_im.c
1176
fc_rport = itnim->fc_rport;
drivers/scsi/bfa/bfad_im.c
1178
fc_rport->dd_data)->itnim = NULL;
drivers/scsi/bfa/bfad_im.c
1179
itnim->fc_rport = NULL;
drivers/scsi/bfa/bfad_im.c
1182
fc_rport->dev_loss_tmo =
drivers/scsi/bfa/bfad_im.c
1184
fc_remote_port_delete(fc_rport);
drivers/scsi/bfa/bfad_im.c
1215
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/bfa/bfad_im.c
929
struct fc_rport *rport)
drivers/scsi/bfa/bfad_im.c
956
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/bfa/bfad_im.h
110
struct fc_rport *fc_rport;
drivers/scsi/bnx2fc/bnx2fc.h
289
struct fc_rport *rport;
drivers/scsi/bnx2fc/bnx2fc_els.c
677
struct fc_rport *rport = tgt->rport;
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
2553
static void bnx2fc_rport_terminate_io(struct fc_rport *rport)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
184
struct fc_rport *rport = tgt->rport;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
365
struct fc_rport *rport = tgt->rport;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
434
struct fc_rport *rport = tgt->rport;
drivers/scsi/bnx2fc/bnx2fc_io.c
1059
struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
drivers/scsi/bnx2fc/bnx2fc_io.c
1075
struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
drivers/scsi/bnx2fc/bnx2fc_io.c
1126
struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
drivers/scsi/bnx2fc/bnx2fc_io.c
1841
struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
drivers/scsi/bnx2fc/bnx2fc_io.c
657
static int bnx2fc_initiate_tmf(struct fc_lport *lport, struct fc_rport *rport,
drivers/scsi/bnx2fc/bnx2fc_io.c
817
struct fc_rport *rport = tgt->rport;
drivers/scsi/bnx2fc/bnx2fc_tgt.c
353
struct fc_rport *rport = rdata->rport;
drivers/scsi/bnx2fc/bnx2fc_tgt.c
444
struct fc_rport *rport = rdata->rport;
drivers/scsi/bnx2fc/bnx2fc_tgt.c
84
struct fc_rport *rport = rdata->rport;
drivers/scsi/csiostor/csio_attr.c
124
struct fc_rport *rport = rn->rport;
drivers/scsi/csiostor/csio_attr.c
380
csio_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout)
drivers/scsi/csiostor/csio_attr.c
64
struct fc_rport *rport;
drivers/scsi/csiostor/csio_attr.c
681
csio_dev_loss_tmo_callbk(struct fc_rport *rport)
drivers/scsi/csiostor/csio_rnode.h
112
struct fc_rport *rport; /* FC transport rport */
drivers/scsi/csiostor/csio_scsi.c
1791
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/csiostor/csio_scsi.c
2230
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/fnic/fnic.h
522
void fnic_terminate_rport_io(struct fc_rport *);
drivers/scsi/fnic/fnic_fcs.c
930
struct fc_rport *rport;
drivers/scsi/fnic/fnic_fcs.c
971
struct fc_rport *rport;
drivers/scsi/fnic/fnic_fdls.h
220
struct fc_rport *rport;
drivers/scsi/fnic/fnic_main.c
106
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/fnic/fnic_main.c
137
fnic_set_rport_dev_loss_tmo(struct fc_rport *rport, u32 timeout)
drivers/scsi/fnic/fnic_scsi.c
1923
void fnic_terminate_rport_io(struct fc_rport *rport)
drivers/scsi/fnic/fnic_scsi.c
2003
struct fc_rport *rport;
drivers/scsi/fnic/fnic_scsi.c
2536
struct fc_rport *rport;
drivers/scsi/fnic/fnic_scsi.c
364
struct fc_rport *rport = starget_to_rport(scsi_target(sc->device));
drivers/scsi/fnic/fnic_scsi.c
463
struct fc_rport *rport;
drivers/scsi/ibmvscsi/ibmvfc.c
1353
static void ibmvfc_set_rport_dev_loss_tmo(struct fc_rport *rport, u32 timeout)
drivers/scsi/ibmvscsi/ibmvfc.c
1830
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/ibmvscsi/ibmvfc.c
1930
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/ibmvscsi/ibmvfc.c
1967
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/ibmvscsi/ibmvfc.c
2189
struct fc_rport *rport = fc_bsg_to_rport(job);
drivers/scsi/ibmvscsi/ibmvfc.c
2344
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/ibmvscsi/ibmvfc.c
2422
struct fc_rport *cmd_rport;
drivers/scsi/ibmvscsi/ibmvfc.c
2564
struct fc_rport *rport = starget_to_rport(starget);
drivers/scsi/ibmvscsi/ibmvfc.c
2815
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/ibmvscsi/ibmvfc.c
3015
struct fc_rport *rport = starget_to_rport(starget);
drivers/scsi/ibmvscsi/ibmvfc.c
3080
static void ibmvfc_terminate_rport_io(struct fc_rport *rport)
drivers/scsi/ibmvscsi/ibmvfc.c
3084
struct fc_rport *dev_rport;
drivers/scsi/ibmvscsi/ibmvfc.c
3409
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/ibmvscsi/ibmvfc.c
5511
struct fc_rport *rport;
drivers/scsi/ibmvscsi/ibmvfc.c
5566
struct fc_rport *rport;
drivers/scsi/ibmvscsi/ibmvfc.c
6268
struct fc_rport *rport;
drivers/scsi/ibmvscsi/ibmvfc.h
731
struct fc_rport *rport;
drivers/scsi/libfc/fc_fcp.c
1169
struct fc_rport *rport;
drivers/scsi/libfc/fc_fcp.c
1420
struct fc_rport *rport = fsp->rport;
drivers/scsi/libfc/fc_fcp.c
1459
struct fc_rport *rport;
drivers/scsi/libfc/fc_fcp.c
1717
struct fc_rport *rport;
drivers/scsi/libfc/fc_fcp.c
1861
struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
drivers/scsi/libfc/fc_fcp.c
2154
struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
drivers/scsi/libfc/fc_fcp.c
2234
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/libfc/fc_lport.c
2143
struct fc_rport *rport;
drivers/scsi/libfc/fc_rport.c
203
void fc_set_rport_loss_tmo(struct fc_rport *rport, u32 timeout)
drivers/scsi/libfc/fc_rport.c
2285
void fc_rport_terminate_io(struct fc_rport *rport)
drivers/scsi/libfc/fc_rport.c
268
struct fc_rport *rport;
drivers/scsi/lpfc/lpfc_attr.c
7000
lpfc_get_enc_info(struct fc_rport *rport)
drivers/scsi/lpfc/lpfc_attr.c
7108
lpfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout)
drivers/scsi/lpfc/lpfc_attr.c
7155
struct fc_rport *rport = transport_class_to_rport(dev); \
drivers/scsi/lpfc/lpfc_crtn.h
25
struct fc_rport;
drivers/scsi/lpfc/lpfc_crtn.h
473
void lpfc_terminate_rport_io(struct fc_rport *);
drivers/scsi/lpfc/lpfc_crtn.h
474
void lpfc_dev_loss_tmo_callbk(struct fc_rport *rport);
drivers/scsi/lpfc/lpfc_disc.h
151
struct fc_rport *rport; /* scsi_transport_fc port structure */
drivers/scsi/lpfc/lpfc_hbadisc.c
133
lpfc_terminate_rport_io(struct fc_rport *rport)
drivers/scsi/lpfc/lpfc_hbadisc.c
157
lpfc_dev_loss_tmo_callbk(struct fc_rport *rport)
drivers/scsi/lpfc/lpfc_hbadisc.c
4485
struct fc_rport *rport;
drivers/scsi/lpfc/lpfc_hbadisc.c
4563
struct fc_rport *rport = ndlp->rport;
drivers/scsi/lpfc/lpfc_hbadisc.c
93
lpfc_rport_invalid(struct fc_rport *rport)
drivers/scsi/lpfc/lpfc_nportdisc.c
999
struct fc_rport *rport = ndlp->rport;
drivers/scsi/lpfc/lpfc_nvme.c
2375
struct fc_rport *srport = ndlp->rport;
drivers/scsi/lpfc/lpfc_scsi.c
214
struct fc_rport *rport;
drivers/scsi/lpfc/lpfc_scsi.c
5244
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/lpfc/lpfc_scsi.c
5525
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/lpfc/lpfc_scsi.c
5797
lpfc_send_taskmgmt(struct lpfc_vport *vport, struct fc_rport *rport,
drivers/scsi/lpfc/lpfc_scsi.c
5899
lpfc_chk_tgt_mapped(struct lpfc_vport *vport, struct fc_rport *rport)
drivers/scsi/lpfc/lpfc_scsi.c
5995
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/lpfc/lpfc_scsi.c
6073
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/lpfc/lpfc_scsi.c
6257
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/qedf/qedf.h
213
struct fc_rport *rport;
drivers/scsi/qedf/qedf.h
527
extern int qedf_initiate_tmf(struct fc_rport *rport, u64 lun, u8 tm_flags);
drivers/scsi/qedf/qedf_io.c
2403
int qedf_initiate_tmf(struct fc_rport *rport, u64 lun, u8 tm_flags)
drivers/scsi/qedf/qedf_io.c
934
struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
drivers/scsi/qedf/qedf_main.c
1471
struct fc_rport *rport = rdata->rport;
drivers/scsi/qedf/qedf_main.c
725
struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
drivers/scsi/qedf/qedf_main.c
869
struct fc_rport *rport = starget_to_rport(starget);
drivers/scsi/qedf/qedf_main.c
877
struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
drivers/scsi/qla2xxx/qla_attr.c
2749
qla2x00_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout)
drivers/scsi/qla2xxx/qla_attr.c
2761
qla2x00_dev_loss_tmo_callbk(struct fc_rport *rport)
drivers/scsi/qla2xxx/qla_attr.c
2809
qla2x00_terminate_rport_io(struct fc_rport *rport)
drivers/scsi/qla2xxx/qla_bsg.c
2743
static struct fc_rport *
drivers/scsi/qla2xxx/qla_bsg.c
2765
struct fc_rport *rport = NULL;
drivers/scsi/qla2xxx/qla_bsg.c
278
struct fc_rport *rport;
drivers/scsi/qla2xxx/qla_bsg.c
3021
struct fc_rport *rport;
drivers/scsi/qla2xxx/qla_def.h
2667
struct fc_rport *rport;
drivers/scsi/qla2xxx/qla_gbl.h
1015
struct fc_rport *rport, void *data, u64 size);
drivers/scsi/qla2xxx/qla_init.c
10229
struct fc_rport *rport, void *data, u64 size)
drivers/scsi/qla2xxx/qla_init.c
6137
struct fc_rport *rport;
drivers/scsi/qla2xxx/qla_os.c
1441
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/qla2xxx/qla_os.c
1509
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/qla2xxx/qla_os.c
1937
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/qla2xxx/qla_os.c
865
struct fc_rport *rport = starget_to_rport(scsi_target(cmd->device));
drivers/scsi/qla2xxx/qla_os.c
989
struct fc_rport *rport = starget_to_rport(scsi_target(cmd->device));
drivers/scsi/scsi_transport_fc.c
1004
struct fc_rport *rport = transport_class_to_rport(dev); \
drivers/scsi/scsi_transport_fc.c
1042
struct fc_rport *rport = transport_class_to_rport(dev); \
drivers/scsi/scsi_transport_fc.c
1062
struct fc_rport *rport = transport_class_to_rport(dev); \
drivers/scsi/scsi_transport_fc.c
1116
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1145
static int fc_rport_set_dev_loss_tmo(struct fc_rport *rport,
drivers/scsi/scsi_transport_fc.c
1178
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1205
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1238
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1275
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1296
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1310
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1342
struct fc_rport *rport = transport_class_to_rport(cd); \
drivers/scsi/scsi_transport_fc.c
1382
struct fc_rport *rport = transport_class_to_rport(cd); \
drivers/scsi/scsi_transport_fc.c
1457
struct fc_rport *rport = starget_to_rport(starget); \
drivers/scsi/scsi_transport_fc.c
2046
struct fc_rport *rport;
drivers/scsi/scsi_transport_fc.c
2101
struct fc_rport *rport;
drivers/scsi/scsi_transport_fc.c
2485
struct fc_rport *rport = dev_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
2573
struct fc_rport *rport = starget_to_rport(scsi_target(scmd->device));
drivers/scsi/scsi_transport_fc.c
2590
struct fc_rport *rport;
drivers/scsi/scsi_transport_fc.c
2866
fc_queue_devloss_work(struct Scsi_Host *shost, struct fc_rport *rport,
drivers/scsi/scsi_transport_fc.c
2887
fc_flush_devloss(struct Scsi_Host *shost, struct fc_rport *rport)
drivers/scsi/scsi_transport_fc.c
2920
struct fc_rport *rport = NULL, *next_rport = NULL;
drivers/scsi/scsi_transport_fc.c
2962
static void fc_terminate_rport_io(struct fc_rport *rport)
drivers/scsi/scsi_transport_fc.c
2986
struct fc_rport *rport =
drivers/scsi/scsi_transport_fc.c
2987
container_of(work, struct fc_rport, stgt_delete_work);
drivers/scsi/scsi_transport_fc.c
3001
struct fc_rport *rport =
drivers/scsi/scsi_transport_fc.c
3002
container_of(work, struct fc_rport, rport_delete_work);
drivers/scsi/scsi_transport_fc.c
3088
static struct fc_rport *
drivers/scsi/scsi_transport_fc.c
3094
struct fc_rport *rport;
drivers/scsi/scsi_transport_fc.c
3100
size = (sizeof(struct fc_rport) + fci->f->dd_fcrport_size);
drivers/scsi/scsi_transport_fc.c
3231
struct fc_rport *
drivers/scsi/scsi_transport_fc.c
3237
struct fc_rport *rport;
drivers/scsi/scsi_transport_fc.c
3467
fc_remote_port_delete(struct fc_rport *rport)
drivers/scsi/scsi_transport_fc.c
35
static int fc_bsg_rportadd(struct Scsi_Host *, struct fc_rport *);
drivers/scsi/scsi_transport_fc.c
3543
fc_remote_port_rolechg(struct fc_rport *rport, u32 roles)
drivers/scsi/scsi_transport_fc.c
361
struct fc_rport *rport = starget_to_rport(starget);
drivers/scsi/scsi_transport_fc.c
3610
struct fc_rport *rport =
drivers/scsi/scsi_transport_fc.c
3611
container_of(work, struct fc_rport, dev_loss_work.work);
drivers/scsi/scsi_transport_fc.c
37
static void fc_bsg_goose_queue(struct fc_rport *);
drivers/scsi/scsi_transport_fc.c
3748
struct fc_rport *rport =
drivers/scsi/scsi_transport_fc.c
3749
container_of(work, struct fc_rport, fail_io_work.work);
drivers/scsi/scsi_transport_fc.c
3765
struct fc_rport *rport =
drivers/scsi/scsi_transport_fc.c
3766
container_of(work, struct fc_rport, scan_work);
drivers/scsi/scsi_transport_fc.c
3799
int fc_block_rport(struct fc_rport *rport)
drivers/scsi/scsi_transport_fc.c
3836
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/scsi_transport_fc.c
3856
struct fc_rport *rport = starget_to_rport(scsi_target(scmd->device));
drivers/scsi/scsi_transport_fc.c
4108
struct fc_rport *rport = fc_bsg_to_rport(job);
drivers/scsi/scsi_transport_fc.c
4219
fc_bsg_goose_queue(struct fc_rport *rport)
drivers/scsi/scsi_transport_fc.c
4292
static blk_status_t fc_bsg_rport_prep(struct fc_rport *rport)
drivers/scsi/scsi_transport_fc.c
4308
struct fc_rport *rport = fc_bsg_to_rport(job);
drivers/scsi/scsi_transport_fc.c
4366
fc_bsg_rportadd(struct Scsi_Host *shost, struct fc_rport *rport)
drivers/scsi/scsi_transport_fc.c
642
struct fc_rport *
drivers/scsi/scsi_transport_fc.c
645
struct fc_rport *rport;
drivers/scsi/scsi_transport_fc.c
742
struct fc_rport *attach_rport, u16 event_type,
drivers/scsi/scsi_transport_fc.c
749
struct fc_rport *rport;
drivers/scsi/scsi_transport_fc.c
781
struct fc_rport *rport = NULL;
drivers/scsi/scsi_transport_fc.c
782
struct fc_rport *attach_rport = NULL;
drivers/scsi/scsi_transport_fc.c
817
struct fc_rport *rport = NULL;
drivers/scsi/scsi_transport_fc.c
818
struct fc_rport *attach_rport = NULL;
drivers/scsi/scsi_transport_fc.c
848
struct fc_rport *rport = NULL;
drivers/scsi/scsi_transport_fc.c
849
struct fc_rport *attach_rport = NULL;
drivers/scsi/scsi_transport_fc.c
986
struct fc_rport *rport = transport_class_to_rport(dev); \
drivers/scsi/storvsc_drv.c
456
struct fc_rport *rport;
include/scsi/libfc.h
1028
void fc_set_rport_loss_tmo(struct fc_rport *, u32 timeout);
include/scsi/libfc.h
197
struct fc_rport *rport;
include/scsi/libfc.h
348
struct fc_rport *rport;
include/scsi/libfc.h
932
void fc_rport_terminate_io(struct fc_rport *);
include/scsi/scsi_transport_fc.h
407
container_of(d, struct fc_rport, dev)
include/scsi/scsi_transport_fc.h
685
void (*get_rport_dev_loss_tmo)(struct fc_rport *);
include/scsi/scsi_transport_fc.h
686
void (*set_rport_dev_loss_tmo)(struct fc_rport *, u32);
include/scsi/scsi_transport_fc.h
704
struct fc_encryption_info * (*get_fc_rport_enc_info)(struct fc_rport *);
include/scsi/scsi_transport_fc.h
708
void (*dev_loss_tmo_callbk)(struct fc_rport *);
include/scsi/scsi_transport_fc.h
709
void (*terminate_rport_io)(struct fc_rport *);
include/scsi/scsi_transport_fc.h
784
fc_remote_port_chkready(struct fc_rport *rport)
include/scsi/scsi_transport_fc.h
845
struct fc_rport *fc_remote_port_add(struct Scsi_Host *shost,
include/scsi/scsi_transport_fc.h
847
void fc_remote_port_delete(struct fc_rport *rport);
include/scsi/scsi_transport_fc.h
848
void fc_remote_port_rolechg(struct fc_rport *rport, u32 roles);
include/scsi/scsi_transport_fc.h
855
struct fc_rport *fc_find_rport_by_wwpn(struct Scsi_Host *shost, u64 wwpn);
include/scsi/scsi_transport_fc.h
870
int fc_block_rport(struct fc_rport *rport);
include/scsi/scsi_transport_fc.h
882
static inline struct fc_rport *fc_bsg_to_rport(struct bsg_job *job)