Lines Matching defs:bfa_itnim
245 struct bfa_itnim_s *bfa_itnim;
263 bfa_itnim = bfa_fcs_itnim_get_halitn(&itnim->fcs_itnim);
265 * bfa_itnim can be NULL if the port gets disconnected and the bfa
269 if (bfa_itnim == NULL) {
272 "target reset, bfa_itnim is NULL\n");
278 bfa_tskim_start(tskim, bfa_itnim, scsilun,
300 struct bfa_itnim_s *bfa_itnim;
331 bfa_itnim = bfa_fcs_itnim_get_halitn(&itnim->fcs_itnim);
333 * bfa_itnim can be NULL if the port gets disconnected and the bfa
337 if (bfa_itnim == NULL) {
340 "lun reset, bfa_itnim is NULL\n");
346 bfa_tskim_start(tskim, bfa_itnim, scsilun,
492 itnim_drv->bfa_itnim = bfa_fcs_itnim_get_halitn(&itnim_drv->fcs_itnim);
932 struct bfa_s *bfa = itnim_data->itnim->bfa_itnim->bfa;
933 struct bfa_rport_s *bfa_rport = itnim_data->itnim->bfa_itnim->rport;
963 bfa = itnim_data->itnim->bfa_itnim->bfa;
1253 itnim->bfa_itnim, sg_cnt);