Lines Matching refs:starget
30 bfad_im_get_starget_port_id(struct scsi_target *starget) in bfad_im_get_starget_port_id() argument
39 shost = dev_to_shost(starget->dev.parent); in bfad_im_get_starget_port_id()
44 itnim = bfad_get_itnim(im_port, starget->id); in bfad_im_get_starget_port_id()
48 fc_starget_port_id(starget) = fc_id; in bfad_im_get_starget_port_id()
56 bfad_im_get_starget_node_name(struct scsi_target *starget) in bfad_im_get_starget_node_name() argument
65 shost = dev_to_shost(starget->dev.parent); in bfad_im_get_starget_node_name()
70 itnim = bfad_get_itnim(im_port, starget->id); in bfad_im_get_starget_node_name()
74 fc_starget_node_name(starget) = cpu_to_be64(node_name); in bfad_im_get_starget_node_name()
82 bfad_im_get_starget_port_name(struct scsi_target *starget) in bfad_im_get_starget_port_name() argument
91 shost = dev_to_shost(starget->dev.parent); in bfad_im_get_starget_port_name()
96 itnim = bfad_get_itnim(im_port, starget->id); in bfad_im_get_starget_port_name()
100 fc_starget_port_name(starget) = cpu_to_be64(port_name); in bfad_im_get_starget_port_name()