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()
2850 struct srp_target_port *target = host_to_target(shost); in srp_slave_configure()
2865 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in id_ext_show()
2875 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in ioc_guid_show()
2885 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in service_id_show()
2898 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in pkey_show()
2911 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in sgid_show()
2921 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in dgid_show()
2935 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in orig_dgid_show()
2948 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in req_lim_show()
2965 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in zero_req_lim_show()
2975 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in local_ib_port_show()
2985 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in local_ib_device_show()
2996 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in ch_count_show()
3006 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in comp_vector_show()
3016 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in tl_retry_count_show()
3026 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in cmd_sg_entries_show()
3036 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in allow_ext_sg_show()
3712 target = host_to_target(target_host); in add_target_store()