Lines Matching refs:host_to_target
211 static inline struct srp_target_port *host_to_target(struct Scsi_Host *host) in host_to_target() function
218 return host_to_target(host)->target_name; in srp_target_info()
2342 struct srp_target_port *target = host_to_target(shost); in srp_queuecommand()
2976 struct srp_target_port *target = host_to_target(scmnd->device->host); in srp_abort()
3014 struct srp_target_port *target = host_to_target(scmnd->device->host); in srp_reset_device()
3032 struct srp_target_port *target = host_to_target(scmnd->device->host); in srp_reset_host()
3042 struct srp_target_port *target = host_to_target(shost); in srp_target_alloc()
3052 struct srp_target_port *target = host_to_target(shost); in srp_slave_configure()
3067 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_id_ext()
3075 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_ioc_guid()
3083 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_service_id()
3094 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_pkey()
3104 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_sgid()
3112 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_dgid()
3123 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_orig_dgid()
3133 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_req_lim()
3147 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_zero_req_lim()
3155 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_local_ib_port()
3163 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_local_ib_device()
3172 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_ch_count()
3180 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_comp_vector()
3188 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_tl_retry_count()
3196 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_cmd_sg_entries()
3204 struct srp_target_port *target = host_to_target(class_to_shost(dev)); in show_allow_ext_sg()
3797 target = host_to_target(target_host); in srp_create_target()