Lines Matching refs:fc_rport

49 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()
923 struct fc_rport *rport = transport_class_to_rport(dev); in show_fc_rport_roles()
962 struct fc_rport *rport = transport_class_to_rport(dev); in show_fc_rport_fast_io_fail_tmo()
976 struct fc_rport *rport = transport_class_to_rport(dev); in store_fc_rport_fast_io_fail_tmo()
1022 struct fc_rport *rport = starget_to_rport(starget); \
1611 struct fc_rport *rport; in store_fc_private_host_tgtid_bind_type()
1666 struct fc_rport *rport; in store_fc_private_host_dev_loss_tmo()
1992 struct fc_rport *rport = dev_to_rport(dev); in fc_rport_dev_release()
2082 struct fc_rport *rport = starget_to_rport(scsi_target(scmd->device)); in fc_timed_out()
2098 struct fc_rport *rport; in fc_user_scan_tgt()
2441 struct fc_rport *rport = NULL, *next_rport = NULL; in fc_remove_host()
2488 static void fc_terminate_rport_io(struct fc_rport *rport) in fc_terminate_rport_io()
2512 struct fc_rport *rport = in fc_starget_delete()
2513 container_of(work, struct fc_rport, stgt_delete_work); in fc_starget_delete()
2527 struct fc_rport *rport = in fc_rport_final_delete()
2528 container_of(work, struct fc_rport, rport_delete_work); in fc_rport_final_delete()
2607 static struct fc_rport *
2613 struct fc_rport *rport; in fc_rport_create()
2619 size = (sizeof(struct fc_rport) + fci->f->dd_fcrport_size); in fc_rport_create()
2733 struct fc_rport *
2739 struct fc_rport *rport; in fc_remote_port_add()
2975 fc_remote_port_delete(struct fc_rport *rport) in fc_remote_port_delete()
3049 fc_remote_port_rolechg(struct fc_rport *rport, u32 roles) in fc_remote_port_rolechg()
3116 struct fc_rport *rport = in fc_timeout_deleted_rport()
3117 container_of(work, struct fc_rport, dev_loss_work.work); in fc_timeout_deleted_rport()
3253 struct fc_rport *rport = in fc_timeout_fail_rport_io()
3254 container_of(work, struct fc_rport, fail_io_work.work); in fc_timeout_fail_rport_io()
3270 struct fc_rport *rport = in fc_scsi_scan_rport()
3271 container_of(work, struct fc_rport, scan_work); in fc_scsi_scan_rport()
3305 struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device)); in fc_block_scsi_eh()
3697 fc_req_to_bsgjob(struct Scsi_Host *shost, struct fc_rport *rport, in fc_req_to_bsgjob()
3855 fc_bsg_goose_queue(struct fc_rport *rport) in fc_bsg_goose_queue()
3877 struct fc_rport *rport, struct fc_bsg_job *job) in fc_bsg_rport_dispatch()
3934 struct fc_rport *rport, struct device *dev) in fc_bsg_request_handler()
4024 struct fc_rport *rport = q->queuedata; in fc_bsg_rport_handler()
4087 fc_bsg_rportadd(struct Scsi_Host *shost, struct fc_rport *rport) in fc_bsg_rportadd()