Lines Matching refs:starget
29 bfad_im_get_starget_port_id(struct scsi_target *starget) in bfad_im_get_starget_port_id() argument
38 shost = dev_to_shost(starget->dev.parent); in bfad_im_get_starget_port_id()
43 itnim = bfad_get_itnim(im_port, starget->id); in bfad_im_get_starget_port_id()
47 fc_starget_port_id(starget) = fc_id; in bfad_im_get_starget_port_id()
55 bfad_im_get_starget_node_name(struct scsi_target *starget) in bfad_im_get_starget_node_name() argument
64 shost = dev_to_shost(starget->dev.parent); in bfad_im_get_starget_node_name()
69 itnim = bfad_get_itnim(im_port, starget->id); in bfad_im_get_starget_node_name()
73 fc_starget_node_name(starget) = cpu_to_be64(node_name); in bfad_im_get_starget_node_name()
81 bfad_im_get_starget_port_name(struct scsi_target *starget) in bfad_im_get_starget_port_name() argument
90 shost = dev_to_shost(starget->dev.parent); in bfad_im_get_starget_port_name()
95 itnim = bfad_get_itnim(im_port, starget->id); in bfad_im_get_starget_port_name()
99 fc_starget_port_name(starget) = cpu_to_be64(port_name); in bfad_im_get_starget_port_name()