Home
last modified time | relevance | path

Searched refs:fc_rport (Results 1 – 41 of 41) sorted by relevance

/linux-4.4.14/drivers/scsi/bfa/
Dbfad_im.c916 struct fc_rport *rport) in bfad_im_check_if_make_lun_visible()
943 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in bfad_im_slave_alloc()
1049 struct fc_rport *fc_rport; in bfad_im_fc_rport_add() local
1060 itnim->fc_rport = fc_rport = in bfad_im_fc_rport_add()
1063 if (!fc_rport) in bfad_im_fc_rport_add()
1066 fc_rport->maxframe_size = in bfad_im_fc_rport_add()
1068 fc_rport->supported_classes = bfa_fcs_itnim_get_cos(&itnim->fcs_itnim); in bfad_im_fc_rport_add()
1070 itnim_data = fc_rport->dd_data; in bfad_im_fc_rport_add()
1076 fc_remote_port_rolechg(fc_rport, rport_ids.roles); in bfad_im_fc_rport_add()
1078 if ((fc_rport->scsi_target_id != -1) in bfad_im_fc_rport_add()
[all …]
Dbfad_im.h92 struct fc_rport *fc_rport; member
Dbfad_attr.c344 bfad_im_set_rport_loss_tmo(struct fc_rport *rport, u32 timeout) in bfad_im_set_rport_loss_tmo()
/linux-4.4.14/include/scsi/
Dscsi_transport_fc.h329 struct fc_rport { /* aka fc_starget_attrs */ struct
370 container_of(d, struct fc_rport, dev)
639 struct fc_rport *rport;
670 void (*get_rport_dev_loss_tmo)(struct fc_rport *);
671 void (*set_rport_dev_loss_tmo)(struct fc_rport *, u32);
691 void (*dev_loss_tmo_callbk)(struct fc_rport *);
692 void (*terminate_rport_io)(struct fc_rport *);
772 fc_remote_port_chkready(struct fc_rport *rport) in fc_remote_port_chkready()
842 struct fc_rport *fc_remote_port_add(struct Scsi_Host *shost,
844 void fc_remote_port_delete(struct fc_rport *rport);
[all …]
Dlibfc.h198 struct fc_rport *rport;
348 struct fc_rport *rport;
1081 void fc_rport_terminate_io(struct fc_rport *);
1150 void fc_set_rport_loss_tmo(struct fc_rport *, u32 timeout);
/linux-4.4.14/drivers/scsi/
Dscsi_transport_fc.c49 static int fc_bsg_rportadd(struct Scsi_Host *, struct fc_rport *);
51 static void fc_bsg_goose_queue(struct fc_rport *);
358 struct fc_rport *rport = starget_to_rport(starget); in fc_target_setup()
704 struct fc_rport *rport = transport_class_to_rport(dev); \
722 struct fc_rport *rport = transport_class_to_rport(dev); \
760 struct fc_rport *rport = transport_class_to_rport(dev); \
780 struct fc_rport *rport = transport_class_to_rport(dev); \
834 struct fc_rport *rport = transport_class_to_rport(dev); in show_fc_rport_supported_classes()
863 static int fc_rport_set_dev_loss_tmo(struct fc_rport *rport, in fc_rport_set_dev_loss_tmo()
896 struct fc_rport *rport = transport_class_to_rport(dev); in store_fc_rport_dev_loss_tmo()
[all …]
/linux-4.4.14/drivers/scsi/libfc/
DMakefile12 fc_rport.o \
Dfc_fcp.c1144 struct fc_rport *rport; in fc_fcp_cmd_send()
1388 struct fc_rport *rport = fsp->rport; in fc_fcp_timeout()
1418 struct fc_rport *rport; in fc_fcp_rec()
1665 struct fc_rport *rport; in fc_fcp_srr()
1808 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in fc_queuecommand()
2091 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in fc_eh_device_reset()
2173 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in fc_slave_alloc()
Dfc_rport.c187 void fc_set_rport_loss_tmo(struct fc_rport *rport, u32 timeout) in fc_set_rport_loss_tmo()
250 struct fc_rport *rport; in fc_rport_work()
2061 void fc_rport_terminate_io(struct fc_rport *rport) in fc_rport_terminate_io()
Dfc_lport.c2090 struct fc_rport *rport; in fc_lport_bsg_request()
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_scsi.c65 struct fc_rport *rport = starget_to_rport(scsi_target(scpnt->device)); in zfcp_scsi_queuecommand()
112 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in zfcp_scsi_slave_alloc()
516 static void zfcp_set_rport_dev_loss_tmo(struct fc_rport *rport, u32 timeout) in zfcp_set_rport_dev_loss_tmo()
531 static void zfcp_scsi_terminate_rport_io(struct fc_rport *rport) in zfcp_scsi_terminate_rport_io()
549 struct fc_rport *rport; in zfcp_scsi_rport_register()
577 struct fc_rport *rport = port->rport; in zfcp_scsi_rport_block()
Dzfcp_def.h200 struct fc_rport *rport; /* rport of fc transport class */
Dzfcp_unit.c23 struct fc_rport *rport = unit->port->rport; in zfcp_unit_scsi_scan()
Dzfcp_fc.c940 struct fc_rport *rport = job->rport; in zfcp_fc_exec_els_job()
/linux-4.4.14/drivers/message/fusion/
Dmptfc.c102 static void mptfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout);
194 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in mptfc_block_error_handler()
264 mptfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout) in mptfc_set_rport_loss_tmo()
433 struct fc_rport *rport; in mptfc_register_dev()
519 struct fc_rport *rport; in mptfc_target_destroy()
541 struct fc_rport *rport; in mptfc_target_alloc()
576 mptfc_dump_lun_info(MPT_ADAPTER *ioc, struct fc_rport *rport, struct scsi_device *sdev, in mptfc_dump_lun_info()
611 struct fc_rport *rport; in mptfc_slave_alloc()
654 struct fc_rport *rport = starget_to_rport(scsi_target(SCpnt->device)); in mptfc_qcmd()
Dmptbase.h552 struct fc_rport *rport;
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_attr.c64 struct fc_rport *rport; in csio_reg_rnode()
124 struct fc_rport *rport = rn->rport; in csio_unreg_rnode()
368 csio_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout) in csio_set_rport_loss_tmo()
672 csio_dev_loss_tmo_callbk(struct fc_rport *rport) in csio_dev_loss_tmo_callbk()
Dcsio_rnode.h112 struct fc_rport *rport; /* FC transport rport */
Dcsio_scsi.c1785 struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device)); in csio_queuecommand()
2228 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in csio_slave_alloc()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_crtn.h23 struct fc_rport;
368 void lpfc_terminate_rport_io(struct fc_rport *);
369 void lpfc_dev_loss_tmo_callbk(struct fc_rport *rport);
Dlpfc_disc.h110 struct fc_rport *rport; /* Corresponding FC transport
Dlpfc_hbadisc.c70 lpfc_terminate_rport_io(struct fc_rport *rport) in lpfc_terminate_rport_io()
104 lpfc_dev_loss_tmo_callbk(struct fc_rport *rport) in lpfc_dev_loss_tmo_callbk()
200 struct fc_rport *rport; in lpfc_dev_loss_tmo_handler()
3891 struct fc_rport *rport; in lpfc_register_remote_port()
3964 struct fc_rport *rport = ndlp->rport; in lpfc_unregister_remote_port()
4769 struct fc_rport *rport; in lpfc_nlp_remove()
Dlpfc_scsi.c352 struct fc_rport *rport; in lpfc_scsi_dev_block()
4535 struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device)); in lpfc_queuecommand()
5427 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in lpfc_slave_alloc()
Dlpfc_attr.c5610 lpfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout) in lpfc_set_rport_loss_tmo()
5636 struct fc_rport *rport = transport_class_to_rport(dev); \
Dlpfc_nportdisc.c723 struct fc_rport *rport = ndlp->rport; in lpfc_rcv_prli()
Dlpfc_els.c1513 struct fc_rport *rport; in lpfc_plogi_confirm_nport()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c84 struct fc_rport *rport = rdata->rport; in bnx2fc_offload_session()
355 struct fc_rport *rport = rdata->rport; in bnx2fc_init_tgt()
446 struct fc_rport *rport = rdata->rport; in bnx2fc_rport_event_handler()
Dbnx2fc_io.c651 struct fc_rport *rport; in bnx2fc_initiate_tmf()
811 struct fc_rport *rport = tgt->rport; in bnx2fc_initiate_abts()
1102 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in bnx2fc_eh_abort()
1784 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in bnx2fc_queuecommand()
Dbnx2fc.h288 struct fc_rport *rport;
Dbnx2fc_hwi.c183 struct fc_rport *rport = tgt->rport; in bnx2fc_send_session_ofld_req()
364 struct fc_rport *rport = tgt->rport; in bnx2fc_send_session_enable_req()
433 struct fc_rport *rport = tgt->rport; in bnx2fc_send_session_disable_req()
Dbnx2fc_els.c669 struct fc_rport *rport = tgt->rport; in bnx2fc_initiate_els()
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvfc.c1035 static void ibmvfc_set_rport_dev_loss_tmo(struct fc_rport *rport, u32 timeout) in ibmvfc_set_rport_dev_loss_tmo()
1505 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in ibmvfc_relogin()
1615 struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device)); in ibmvfc_queuecommand_lck()
1819 struct fc_rport *rport = job->rport; in ibmvfc_bsg_request()
1964 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in ibmvfc_reset_device()
2038 struct fc_rport *cmd_rport; in ibmvfc_match_rport()
2148 struct fc_rport *rport = starget_to_rport(starget); in ibmvfc_cancel_all()
2279 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in ibmvfc_abort_task_set()
2541 static void ibmvfc_terminate_rport_io(struct fc_rport *rport) in ibmvfc_terminate_rport_io()
2545 struct fc_rport *dev_rport; in ibmvfc_terminate_rport_io()
[all …]
Dibmvfc.h616 struct fc_rport *rport;
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_scsi.c324 struct fc_rport *rport = starget_to_rport(scsi_target(sc->device)); in fnic_queue_wq_copy_desc()
432 struct fc_rport *rport; in fnic_queuecommand_lck()
1605 void fnic_terminate_rport_io(struct fc_rport *rport) in fnic_terminate_rport_io()
1618 struct fc_rport *cmd_rport; in fnic_terminate_rport_io()
1764 struct fc_rport *rport; in fnic_abort_cmd()
2235 struct fc_rport *rport; in fnic_device_reset()
Dfnic.h358 void fnic_terminate_rport_io(struct fc_rport *);
Dfnic_main.c96 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in fnic_slave_alloc()
125 fnic_set_rport_dev_loss_tmo(struct fc_rport *rport, u32 timeout) in fnic_set_rport_dev_loss_tmo()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_attr.c1769 qla2x00_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout) in qla2x00_set_rport_loss_tmo()
1778 qla2x00_dev_loss_tmo_callbk(struct fc_rport *rport) in qla2x00_dev_loss_tmo_callbk()
1810 qla2x00_terminate_rport_io(struct fc_rport *rport) in qla2x00_terminate_rport_io()
Dqla_bsg.c247 struct fc_rport *rport; in qla2x00_process_els()
2173 struct fc_rport *rport; in qla24xx_bsg_request()
Dqla_os.c682 struct fc_rport *rport = starget_to_rport(scsi_target(cmd->device)); in qla2xxx_queuecommand()
1384 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in qla2xxx_slave_alloc()
3221 struct fc_rport *rport; in qla2x00_schedule_rport_del()
Dqla_def.h2018 struct fc_rport *rport, *drport;
Dqla_init.c2927 struct fc_rport *rport; in qla2x00_rport_del()
3284 struct fc_rport *rport; in qla2x00_reg_remote_port()