Searched refs:fc_rport (Results 1 - 25 of 47) sorted by relevance

12

/linux-master/drivers/scsi/libfc/
H A DMakefile13 fc_rport.o \
H A Dfc_fcp.c1169 struct fc_rport *rport;
1420 struct fc_rport *rport = fsp->rport;
1459 struct fc_rport *rport;
1717 struct fc_rport *rport;
1860 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
2153 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
2233 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
H A Dfc_rport.c16 * fc_rport's represent N_Port's within the fabric.
203 void fc_set_rport_loss_tmo(struct fc_rport *rport, u32 timeout)
268 struct fc_rport *rport;
896 * (means not transition to FLOGI either fc_rport timeout
2284 void fc_rport_terminate_io(struct fc_rport *rport)
/linux-master/drivers/scsi/bfa/
H A Dbfad_im.c928 struct fc_rport *rport)
955 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
1061 struct fc_rport *fc_rport; local
1072 itnim->fc_rport = fc_rport =
1075 if (!fc_rport)
1078 fc_rport->maxframe_size =
1080 fc_rport->supported_classes = bfa_fcs_itnim_get_cos(&itnim->fcs_itnim);
1082 itnim_data = fc_rport
1112 struct fc_rport *fc_rport; local
[all...]
H A Dbfad_im.h110 struct fc_rport *fc_rport; member in struct:bfad_itnim_s
/linux-master/include/scsi/
H A Dscsi_transport_fc.h353 struct fc_rport { /* aka fc_starget_attrs */ struct
388 /* bit field values for struct fc_rport "flags" field: */
395 container_of(d, struct fc_rport, dev)
682 void (*get_rport_dev_loss_tmo)(struct fc_rport *);
683 void (*set_rport_dev_loss_tmo)(struct fc_rport *, u32);
703 void (*dev_loss_tmo_callbk)(struct fc_rport *);
704 void (*terminate_rport_io)(struct fc_rport *);
779 fc_remote_port_chkready(struct fc_rport *rport)
840 struct fc_rport *fc_remote_port_add(struct Scsi_Host *shost,
842 void fc_remote_port_delete(struct fc_rport *rpor
[all...]
H A Dlibfc.h197 struct fc_rport *rport;
348 struct fc_rport *rport;
932 void fc_rport_terminate_io(struct fc_rport *);
1027 void fc_set_rport_loss_tmo(struct fc_rport *, u32 timeout);
/linux-master/drivers/scsi/
H A Dscsi_transport_fc.c34 static int fc_bsg_rportadd(struct Scsi_Host *, struct fc_rport *);
36 static void fc_bsg_goose_queue(struct fc_rport *);
360 struct fc_rport *rport = starget_to_rport(starget);
645 * fc_find_rport_by_wwpn - find the fc_rport pointer for a given wwpn
646 * @shost: host the fc_rport is associated with
647 * @wwpn: wwpn of the fc_rport device
652 struct fc_rport *
655 struct fc_rport *rport;
761 struct fc_rport *rport = NULL;
762 struct fc_rport *attach_rpor
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_rnode.h112 struct fc_rport *rport; /* FC transport rport */
H A Dcsio_attr.c64 struct fc_rport *rport;
124 struct fc_rport *rport = rn->rport;
380 csio_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout)
681 csio_dev_loss_tmo_callbk(struct fc_rport *rport)
/linux-master/drivers/message/fusion/
H A Dmptfc.c102 static void mptfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout);
187 mptfc_block_error_handler(struct fc_rport *rport)
228 struct fc_rport *rport = starget_to_rport(scsi_target(SCpnt->device));
247 struct fc_rport *rport = starget_to_rport(scsi_target(SCpnt->device));
293 mptfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout)
462 struct fc_rport *rport;
548 struct fc_rport *rport;
570 struct fc_rport *rport;
605 mptfc_dump_lun_info(MPT_ADAPTER *ioc, struct fc_rport *rport, struct scsi_device *sdev,
640 struct fc_rport *rpor
[all...]
H A Dmptbase.h552 struct fc_rport *rport;
/linux-master/drivers/s390/scsi/
H A Dzfcp_scsi.c70 struct fc_rport *rport = starget_to_rport(scsi_target(scpnt->device));
115 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
293 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
346 struct fc_rport *rport = starget_to_rport(starget);
686 static void zfcp_scsi_set_rport_dev_loss_tmo(struct fc_rport *rport,
702 static void zfcp_scsi_terminate_rport_io(struct fc_rport *rport)
725 struct fc_rport *rport;
756 struct fc_rport *rport = port->rport;
H A Dzfcp_unit.c24 struct fc_rport *rport = unit->port->rport;
49 * after calling fc_remote_port_add, so that the fc_rport is already
H A Dzfcp_def.h208 struct fc_rport *rport; /* rport of fc transport class */
H A Dzfcp_fc.c993 struct fc_rport *rport = fc_bsg_to_rport(job);
1033 struct fc_rport *rport = fc_bsg_to_rport(job);
1081 struct fc_rport *rport = fc_bsg_to_rport(job);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_disc.h141 struct fc_rport *rport; /* scsi_transport_fc port structure */
H A Dlpfc_crtn.h25 struct fc_rport;
473 void lpfc_terminate_rport_io(struct fc_rport *);
474 void lpfc_dev_loss_tmo_callbk(struct fc_rport *rport);
/linux-master/drivers/scsi/qedf/
H A Dqedf.h213 struct fc_rport *rport;
526 extern int qedf_initiate_tmf(struct fc_rport *rport, u64 lun, u8 tm_flags);
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c659 static int bnx2fc_initiate_tmf(struct fc_lport *lport, struct fc_rport *rport,
819 struct fc_rport *rport = tgt->rport;
1061 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
1077 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
1128 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
1843 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
H A Dbnx2fc_tgt.c84 struct fc_rport *rport = rdata->rport;
353 struct fc_rport *rport = rdata->rport;
444 struct fc_rport *rport = rdata->rport;
H A Dbnx2fc.h289 struct fc_rport *rport;
/linux-master/drivers/scsi/fnic/
H A Dfnic.h388 void fnic_terminate_rport_io(struct fc_rport *);
H A Dfnic_main.c92 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
123 fnic_set_rport_dev_loss_tmo(struct fc_rport *rport, u32 timeout)
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1349 static void ibmvfc_set_rport_dev_loss_tmo(struct fc_rport *rport, u32 timeout)
1826 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
1926 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
1962 struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
2184 struct fc_rport *rport = fc_bsg_to_rport(job);
2339 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
2417 struct fc_rport *cmd_rport;
2559 struct fc_rport *rport = starget_to_rport(starget);
2810 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
3010 struct fc_rport *rpor
[all...]

Completed in 496 milliseconds

12