Lines Matching refs:host_to_target
191 static inline struct srp_target_port *host_to_target(struct Scsi_Host *host) in host_to_target() function
198 return host_to_target(host)->target_name; in srp_target_info()
1980 struct srp_target_port *target = host_to_target(shost); in srp_queuecommand()
2471 struct srp_target_port *target = host_to_target(scmnd->device->host); in srp_abort()
2507 struct srp_target_port *target = host_to_target(scmnd->device->host); in srp_reset_device()
2534 struct srp_target_port *target = host_to_target(scmnd->device->host); in srp_reset_host()
2544 struct srp_target_port *target = host_to_target(shost); in srp_slave_configure()
2559 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_id_ext()
2568 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_ioc_guid()
2577 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_service_id()
2586 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_pkey()
2594 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_sgid()
2602 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_dgid()
2611 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_orig_dgid()
2619 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_req_lim()
2633 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_zero_req_lim()
2641 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_local_ib_port()
2649 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_local_ib_device()
2657 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_ch_count()
2665 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_comp_vector()
2673 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_tl_retry_count()
2681 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_cmd_sg_entries()
2689 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_allow_ext_sg()
3155 target = host_to_target(target_host); in srp_create_target()