Lines Matching refs:itnim
34 struct bfad_itnim_s *itnim = NULL; in bfad_im_get_starget_port_id() local
43 itnim = bfad_get_itnim(im_port, starget->id); in bfad_im_get_starget_port_id()
44 if (itnim) in bfad_im_get_starget_port_id()
45 fc_id = bfa_fcs_itnim_get_fcid(&itnim->fcs_itnim); in bfad_im_get_starget_port_id()
60 struct bfad_itnim_s *itnim = NULL; in bfad_im_get_starget_node_name() local
69 itnim = bfad_get_itnim(im_port, starget->id); in bfad_im_get_starget_node_name()
70 if (itnim) in bfad_im_get_starget_node_name()
71 node_name = bfa_fcs_itnim_get_nwwn(&itnim->fcs_itnim); in bfad_im_get_starget_node_name()
86 struct bfad_itnim_s *itnim = NULL; in bfad_im_get_starget_port_name() local
95 itnim = bfad_get_itnim(im_port, starget->id); in bfad_im_get_starget_port_name()
96 if (itnim) in bfad_im_get_starget_port_name()
97 port_name = bfa_fcs_itnim_get_pwwn(&itnim->fcs_itnim); in bfad_im_get_starget_port_name()
341 struct bfad_itnim_s *itnim = itnim_data->itnim; in bfad_im_get_rport_loss_tmo() local
342 struct bfad_s *bfad = itnim->im->bfad; in bfad_im_get_rport_loss_tmo()
357 struct bfad_itnim_s *itnim = itnim_data->itnim; in bfad_im_set_rport_loss_tmo() local
358 struct bfad_s *bfad = itnim->im->bfad; in bfad_im_set_rport_loss_tmo()