Lines Matching refs:host_to_target
201 static inline struct srp_target_port *host_to_target(struct Scsi_Host *host) in host_to_target() function
208 return host_to_target(host)->target_name; in srp_target_info()
965 struct srp_target_port *target = host_to_target(shost); in srp_exit_cmd_priv()
983 struct srp_target_port *target = host_to_target(shost); in srp_init_cmd_priv()
2154 struct srp_target_port *target = host_to_target(shost); in srp_queuecommand()
2782 struct srp_target_port *target = host_to_target(scmnd->device->host); in srp_abort()
2812 struct srp_target_port *target = host_to_target(scmnd->device->host); in srp_reset_device()
2830 struct srp_target_port *target = host_to_target(scmnd->device->host); in srp_reset_host()
2840 struct srp_target_port *target = host_to_target(shost); in srp_target_alloc()
2851 struct srp_target_port *target = host_to_target(shost); in srp_sdev_configure()
2866 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in id_ext_show()
2876 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in ioc_guid_show()
2886 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in service_id_show()
2899 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in pkey_show()
2912 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in sgid_show()
2922 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in dgid_show()
2936 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in orig_dgid_show()
2949 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in req_lim_show()
2966 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in zero_req_lim_show()
2976 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in local_ib_port_show()
2986 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in local_ib_device_show()
2997 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in ch_count_show()
3007 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in comp_vector_show()
3017 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in tl_retry_count_show()
3027 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in cmd_sg_entries_show()
3037 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in allow_ext_sg_show()
3713 target = host_to_target(target_host); in add_target_store()