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
2550
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
910
struct fc_rport *rport;
drivers/scsi/fnic/fnic_fcs.c
951
struct fc_rport *rport;
drivers/scsi/fnic/fnic_fdls.h
220
struct fc_rport *rport;
drivers/scsi/fnic/fnic_main.c
105
struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
drivers/scsi/fnic/fnic_main.c
136
fnic_set_rport_dev_loss_tmo(struct fc_rport *rport, u32 timeout)
drivers/scsi/fnic/fnic_scsi.c
1926
void fnic_terminate_rport_io(struct fc_rport *rport)
drivers/scsi/fnic/fnic_scsi.c
2010
struct fc_rport *rport;
drivers/scsi/fnic/fnic_scsi.c
2543
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
6997
lpfc_get_enc_info(struct fc_rport *rport)
drivers/scsi/lpfc/lpfc_attr.c
7105
lpfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout)
drivers/scsi/lpfc/lpfc_attr.c
7152
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
150
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
4476
struct fc_rport *rport;
drivers/scsi/lpfc/lpfc_hbadisc.c
4554
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
997
struct fc_rport *rport = ndlp->rport;
drivers/scsi/lpfc/lpfc_nvme.c
2393
struct fc_rport *srport = ndlp->rport;
drivers/scsi/lpfc/lpfc_scsi.c
214
struct fc_rport *rport;
drivers/scsi/lpfc/lpfc_scsi.c
5245
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/lpfc/lpfc_scsi.c
5526
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/lpfc/lpfc_scsi.c
5798
lpfc_send_taskmgmt(struct lpfc_vport *vport, struct fc_rport *rport,
drivers/scsi/lpfc/lpfc_scsi.c
5900
lpfc_chk_tgt_mapped(struct lpfc_vport *vport, struct fc_rport *rport)
drivers/scsi/lpfc/lpfc_scsi.c
5996
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/lpfc/lpfc_scsi.c
6074
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/lpfc/lpfc_scsi.c
6258
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
2689
qla2x00_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout)
drivers/scsi/qla2xxx/qla_attr.c
2701
qla2x00_dev_loss_tmo_callbk(struct fc_rport *rport)
drivers/scsi/qla2xxx/qla_attr.c
2749
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
1037
struct fc_rport *rport = transport_class_to_rport(dev); \
drivers/scsi/scsi_transport_fc.c
1057
struct fc_rport *rport = transport_class_to_rport(dev); \
drivers/scsi/scsi_transport_fc.c
1111
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1140
static int fc_rport_set_dev_loss_tmo(struct fc_rport *rport,
drivers/scsi/scsi_transport_fc.c
1173
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1200
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1233
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1270
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1291
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1305
struct fc_rport *rport = transport_class_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
1337
struct fc_rport *rport = transport_class_to_rport(cd); \
drivers/scsi/scsi_transport_fc.c
1377
struct fc_rport *rport = transport_class_to_rport(cd); \
drivers/scsi/scsi_transport_fc.c
1452
struct fc_rport *rport = starget_to_rport(starget); \
drivers/scsi/scsi_transport_fc.c
2041
struct fc_rport *rport;
drivers/scsi/scsi_transport_fc.c
2096
struct fc_rport *rport;
drivers/scsi/scsi_transport_fc.c
2480
struct fc_rport *rport = dev_to_rport(dev);
drivers/scsi/scsi_transport_fc.c
2568
struct fc_rport *rport = starget_to_rport(scsi_target(scmd->device));
drivers/scsi/scsi_transport_fc.c
2585
struct fc_rport *rport;
drivers/scsi/scsi_transport_fc.c
2861
fc_queue_devloss_work(struct Scsi_Host *shost, struct fc_rport *rport,
drivers/scsi/scsi_transport_fc.c
2882
fc_flush_devloss(struct Scsi_Host *shost, struct fc_rport *rport)
drivers/scsi/scsi_transport_fc.c
2915
struct fc_rport *rport = NULL, *next_rport = NULL;
drivers/scsi/scsi_transport_fc.c
2957
static void fc_terminate_rport_io(struct fc_rport *rport)
drivers/scsi/scsi_transport_fc.c
2981
struct fc_rport *rport =
drivers/scsi/scsi_transport_fc.c
2982
container_of(work, struct fc_rport, stgt_delete_work);
drivers/scsi/scsi_transport_fc.c
2996
struct fc_rport *rport =
drivers/scsi/scsi_transport_fc.c
2997
container_of(work, struct fc_rport, rport_delete_work);
drivers/scsi/scsi_transport_fc.c
3083
static struct fc_rport *
drivers/scsi/scsi_transport_fc.c
3089
struct fc_rport *rport;
drivers/scsi/scsi_transport_fc.c
3095
size = (sizeof(struct fc_rport) + fci->f->dd_fcrport_size);
drivers/scsi/scsi_transport_fc.c
3226
struct fc_rport *
drivers/scsi/scsi_transport_fc.c
3232
struct fc_rport *rport;
drivers/scsi/scsi_transport_fc.c
3462
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
3538
fc_remote_port_rolechg(struct fc_rport *rport, u32 roles)
drivers/scsi/scsi_transport_fc.c
3605
struct fc_rport *rport =
drivers/scsi/scsi_transport_fc.c
3606
container_of(work, struct fc_rport, dev_loss_work.work);
drivers/scsi/scsi_transport_fc.c
361
struct fc_rport *rport = starget_to_rport(starget);
drivers/scsi/scsi_transport_fc.c
37
static void fc_bsg_goose_queue(struct fc_rport *);
drivers/scsi/scsi_transport_fc.c
3743
struct fc_rport *rport =
drivers/scsi/scsi_transport_fc.c
3744
container_of(work, struct fc_rport, fail_io_work.work);
drivers/scsi/scsi_transport_fc.c
3760
struct fc_rport *rport =
drivers/scsi/scsi_transport_fc.c
3761
container_of(work, struct fc_rport, scan_work);
drivers/scsi/scsi_transport_fc.c
3794
int fc_block_rport(struct fc_rport *rport)
drivers/scsi/scsi_transport_fc.c
3831
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
drivers/scsi/scsi_transport_fc.c
3851
struct fc_rport *rport = starget_to_rport(scsi_target(scmd->device));
drivers/scsi/scsi_transport_fc.c
4103
struct fc_rport *rport = fc_bsg_to_rport(job);
drivers/scsi/scsi_transport_fc.c
4214
fc_bsg_goose_queue(struct fc_rport *rport)
drivers/scsi/scsi_transport_fc.c
4287
static blk_status_t fc_bsg_rport_prep(struct fc_rport *rport)
drivers/scsi/scsi_transport_fc.c
4303
struct fc_rport *rport = fc_bsg_to_rport(job);
drivers/scsi/scsi_transport_fc.c
4361
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
751
struct fc_rport *rport = NULL;
drivers/scsi/scsi_transport_fc.c
752
struct fc_rport *attach_rport = NULL;
drivers/scsi/scsi_transport_fc.c
799
struct fc_rport *rport = NULL;
drivers/scsi/scsi_transport_fc.c
800
struct fc_rport *attach_rport = NULL;
drivers/scsi/scsi_transport_fc.c
831
struct fc_rport *rport = NULL;
drivers/scsi/scsi_transport_fc.c
832
struct fc_rport *attach_rport = NULL;
drivers/scsi/scsi_transport_fc.c
981
struct fc_rport *rport = transport_class_to_rport(dev); \
drivers/scsi/scsi_transport_fc.c
999
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)