Lines Matching refs:host_to_target

189 static inline struct srp_target_port *host_to_target(struct Scsi_Host *host)  in host_to_target()  function
196 return host_to_target(host)->target_name; in srp_target_info()
2039 struct srp_target_port *target = host_to_target(shost); in srp_queuecommand()
2530 struct srp_target_port *target = host_to_target(scmnd->device->host); in srp_abort()
2566 struct srp_target_port *target = host_to_target(scmnd->device->host); in srp_reset_device()
2593 struct srp_target_port *target = host_to_target(scmnd->device->host); in srp_reset_host()
2603 struct srp_target_port *target = host_to_target(shost); in srp_slave_configure()
2618 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_id_ext()
2626 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_ioc_guid()
2634 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_service_id()
2642 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_pkey()
2650 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_sgid()
2658 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_dgid()
2667 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_orig_dgid()
2675 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_req_lim()
2689 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_zero_req_lim()
2697 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_local_ib_port()
2705 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_local_ib_device()
2713 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_ch_count()
2721 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_comp_vector()
2729 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_tl_retry_count()
2737 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_cmd_sg_entries()
2745 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_allow_ext_sg()
3210 target = host_to_target(target_host); in srp_create_target()