/drivers/scsi/bfa/ |
D | bfad_im.c | 919 struct fc_rport *rport) in bfad_im_check_if_make_lun_visible() 946 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in bfad_im_slave_alloc() 1050 struct fc_rport *fc_rport; in bfad_im_fc_rport_add() local 1061 itnim->fc_rport = fc_rport = in bfad_im_fc_rport_add() 1064 if (!fc_rport) in bfad_im_fc_rport_add() 1067 fc_rport->maxframe_size = in bfad_im_fc_rport_add() 1069 fc_rport->supported_classes = bfa_fcs_itnim_get_cos(&itnim->fcs_itnim); in bfad_im_fc_rport_add() 1071 itnim_data = fc_rport->dd_data; in bfad_im_fc_rport_add() 1077 fc_remote_port_rolechg(fc_rport, rport_ids.roles); in bfad_im_fc_rport_add() 1079 if ((fc_rport->scsi_target_id != -1) in bfad_im_fc_rport_add() [all …]
|
D | bfad_im.h | 92 struct fc_rport *fc_rport; member
|
D | bfad_attr.c | 341 bfad_im_get_rport_loss_tmo(struct fc_rport *rport) in bfad_im_get_rport_loss_tmo() 357 bfad_im_set_rport_loss_tmo(struct fc_rport *rport, u32 timeout) in bfad_im_set_rport_loss_tmo()
|
/drivers/scsi/ |
D | scsi_transport_fc.c | 50 static int fc_bsg_rportadd(struct Scsi_Host *, struct fc_rport *); 52 static void fc_bsg_goose_queue(struct fc_rport *); 353 struct fc_rport *rport = starget_to_rport(starget); in fc_target_setup() 699 struct fc_rport *rport = transport_class_to_rport(dev); \ 717 struct fc_rport *rport = transport_class_to_rport(dev); \ 755 struct fc_rport *rport = transport_class_to_rport(dev); \ 775 struct fc_rport *rport = transport_class_to_rport(dev); \ 829 struct fc_rport *rport = transport_class_to_rport(dev); in show_fc_rport_supported_classes() 858 static int fc_rport_set_dev_loss_tmo(struct fc_rport *rport, in fc_rport_set_dev_loss_tmo() 891 struct fc_rport *rport = transport_class_to_rport(dev); in store_fc_rport_dev_loss_tmo() [all …]
|
/drivers/s390/scsi/ |
D | zfcp_scsi.c | 86 struct fc_rport *rport = starget_to_rport(scsi_target(scpnt->device)); in zfcp_scsi_queuecommand() 133 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in zfcp_scsi_slave_alloc() 533 static void zfcp_set_rport_dev_loss_tmo(struct fc_rport *rport, u32 timeout) in zfcp_set_rport_dev_loss_tmo() 548 static void zfcp_scsi_terminate_rport_io(struct fc_rport *rport) in zfcp_scsi_terminate_rport_io() 566 struct fc_rport *rport; in zfcp_scsi_rport_register() 594 struct fc_rport *rport = port->rport; in zfcp_scsi_rport_block()
|
D | zfcp_def.h | 203 struct fc_rport *rport; /* rport of fc transport class */
|
D | zfcp_unit.c | 23 struct fc_rport *rport = unit->port->rport; in zfcp_unit_scsi_scan()
|
/drivers/message/fusion/ |
D | mptfc.c | 102 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() 542 struct fc_rport *rport; in mptfc_target_alloc() 577 mptfc_dump_lun_info(MPT_ADAPTER *ioc, struct fc_rport *rport, struct scsi_device *sdev, in mptfc_dump_lun_info() 612 struct fc_rport *rport; in mptfc_slave_alloc() 655 struct fc_rport *rport = starget_to_rport(scsi_target(SCpnt->device)); in mptfc_qcmd_lck()
|
D | mptbase.h | 552 struct fc_rport *rport;
|
/drivers/scsi/libfc/ |
D | Makefile | 12 fc_rport.o \
|
D | fc_fcp.c | 1129 struct fc_rport *rport; in fc_fcp_cmd_send() 1373 struct fc_rport *rport = fsp->rport; in fc_fcp_timeout() 1403 struct fc_rport *rport; in fc_fcp_rec() 1650 struct fc_rport *rport; in fc_fcp_srr() 1793 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in fc_queuecommand() 2076 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in fc_eh_device_reset() 2158 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in fc_slave_alloc()
|
D | fc_rport.c | 187 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() 2034 void fc_rport_terminate_io(struct fc_rport *rport) in fc_rport_terminate_io()
|
/drivers/scsi/csiostor/ |
D | csio_attr.c | 64 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()
|
D | csio_rnode.h | 112 struct fc_rport *rport; /* FC transport rport */
|
/drivers/scsi/lpfc/ |
D | lpfc_crtn.h | 23 struct fc_rport; 356 void lpfc_terminate_rport_io(struct fc_rport *); 357 void lpfc_dev_loss_tmo_callbk(struct fc_rport *rport);
|
D | lpfc_disc.h | 110 struct fc_rport *rport; /* Corresponding FC transport
|
/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 1035 static void ibmvfc_set_rport_dev_loss_tmo(struct fc_rport *rport, u32 timeout) in ibmvfc_set_rport_dev_loss_tmo() 1504 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in ibmvfc_relogin() 1613 struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device)); in ibmvfc_queuecommand_lck() 1828 struct fc_rport *rport = job->rport; in ibmvfc_bsg_request() 1973 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in ibmvfc_reset_device() 2047 struct fc_rport *cmd_rport; in ibmvfc_match_rport() 2157 struct fc_rport *rport = starget_to_rport(starget); in ibmvfc_cancel_all() 2277 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in ibmvfc_abort_task_set() 2539 static void ibmvfc_terminate_rport_io(struct fc_rport *rport) in ibmvfc_terminate_rport_io() 2543 struct fc_rport *dev_rport; in ibmvfc_terminate_rport_io() [all …]
|
D | ibmvfc.h | 616 struct fc_rport *rport;
|
/drivers/scsi/bnx2fc/ |
D | bnx2fc_tgt.c | 83 struct fc_rport *rport = rdata->rport; in bnx2fc_offload_session() 354 struct fc_rport *rport = rdata->rport; in bnx2fc_init_tgt() 444 struct fc_rport *rport = rdata->rport; in bnx2fc_rport_event_handler()
|
D | bnx2fc_io.c | 689 struct fc_rport *rport; in bnx2fc_initiate_tmf() 849 struct fc_rport *rport = tgt->rport; in bnx2fc_initiate_abts() 1160 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in bnx2fc_eh_abort() 1838 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in bnx2fc_queuecommand()
|
D | bnx2fc.h | 287 struct fc_rport *rport;
|
/drivers/scsi/fnic/ |
D | fnic_scsi.c | 304 struct fc_rport *rport = starget_to_rport(scsi_target(sc->device)); in fnic_queue_wq_copy_desc() 395 struct fc_rport *rport; in fnic_queuecommand_lck() 1435 void fnic_terminate_rport_io(struct fc_rport *rport) in fnic_terminate_rport_io() 1447 struct fc_rport *cmd_rport; in fnic_terminate_rport_io() 1563 struct fc_rport *rport; in fnic_abort_cmd() 1985 struct fc_rport *rport; in fnic_device_reset()
|
D | fnic.h | 342 void fnic_terminate_rport_io(struct fc_rport *);
|
D | fnic_main.c | 87 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in fnic_slave_alloc() 118 fnic_set_rport_dev_loss_tmo(struct fc_rport *rport, u32 timeout) in fnic_set_rport_dev_loss_tmo()
|
/drivers/scsi/qla2xxx/ |
D | qla_attr.c | 1590 qla2x00_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout) in qla2x00_set_rport_loss_tmo() 1599 qla2x00_dev_loss_tmo_callbk(struct fc_rport *rport) in qla2x00_dev_loss_tmo_callbk() 1631 qla2x00_terminate_rport_io(struct fc_rport *rport) in qla2x00_terminate_rport_io()
|