Home
last modified time | relevance | path

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

/linux-4.19.296/include/scsi/
Dscsi_transport_fc.h335 struct fc_rport { /* aka fc_starget_attrs */ struct
376 container_of(d, struct fc_rport, dev)
634 void (*get_rport_dev_loss_tmo)(struct fc_rport *);
635 void (*set_rport_dev_loss_tmo)(struct fc_rport *, u32);
655 void (*dev_loss_tmo_callbk)(struct fc_rport *);
656 void (*terminate_rport_io)(struct fc_rport *);
732 fc_remote_port_chkready(struct fc_rport *rport) in fc_remote_port_chkready()
792 struct fc_rport *fc_remote_port_add(struct Scsi_Host *shost,
794 void fc_remote_port_delete(struct fc_rport *rport);
795 void fc_remote_port_rolechg(struct fc_rport *rport, u32 roles);
[all …]
Dlibfc.h204 struct fc_rport *rport;
354 struct fc_rport *rport;
923 void fc_rport_terminate_io(struct fc_rport *);
1018 void fc_set_rport_loss_tmo(struct fc_rport *, u32 timeout);
/linux-4.19.296/drivers/s390/scsi/
Dzfcp_scsi.c66 struct fc_rport *rport = starget_to_rport(scsi_target(scpnt->device)); in zfcp_scsi_queuecommand()
111 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in zfcp_scsi_slave_alloc()
287 struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); in zfcp_scsi_task_mgmt_function()
340 struct fc_rport *rport = starget_to_rport(starget); in zfcp_scsi_eh_target_reset_handler()
657 static void zfcp_scsi_set_rport_dev_loss_tmo(struct fc_rport *rport, in zfcp_scsi_set_rport_dev_loss_tmo()
673 static void zfcp_scsi_terminate_rport_io(struct fc_rport *rport) in zfcp_scsi_terminate_rport_io()
696 struct fc_rport *rport; in zfcp_scsi_rport_register()
727 struct fc_rport *rport = port->rport; in zfcp_scsi_rport_block()
Dzfcp_unit.c24 struct fc_rport *rport = unit->port->rport; in zfcp_unit_scsi_scan()
Dzfcp_def.h201 struct fc_rport *rport; /* rport of fc transport class */
Dzfcp_fc.c940 struct fc_rport *rport = fc_bsg_to_rport(job); in zfcp_fc_job_wka_port()
980 struct fc_rport *rport = fc_bsg_to_rport(job); in zfcp_fc_exec_els_job()
1028 struct fc_rport *rport = fc_bsg_to_rport(job); in zfcp_fc_exec_bsg_job()
/linux-4.19.296/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()
257 mptfc_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout) in mptfc_set_rport_loss_tmo()
426 struct fc_rport *rport; in mptfc_register_dev()
512 struct fc_rport *rport; in mptfc_target_destroy()
534 struct fc_rport *rport; in mptfc_target_alloc()
569 mptfc_dump_lun_info(MPT_ADAPTER *ioc, struct fc_rport *rport, struct scsi_device *sdev, in mptfc_dump_lun_info()
604 struct fc_rport *rport; in mptfc_slave_alloc()
647 struct fc_rport *rport = starget_to_rport(scsi_target(SCpnt->device)); in mptfc_qcmd()
Dmptbase.h552 struct fc_rport *rport;