Home
last modified time | relevance | path

Searched refs:tskim (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfa_fcpim.c203 static bfa_boolean_t bfa_tskim_match_scope(struct bfa_tskim_s *tskim,
205 static void bfa_tskim_gather_ios(struct bfa_tskim_s *tskim);
207 static void bfa_tskim_cleanup_ios(struct bfa_tskim_s *tskim);
208 static bfa_boolean_t bfa_tskim_send(struct bfa_tskim_s *tskim);
209 static bfa_boolean_t bfa_tskim_send_abort(struct bfa_tskim_s *tskim);
210 static void bfa_tskim_iocdisable_ios(struct bfa_tskim_s *tskim);
215 static void bfa_tskim_sm_uninit(struct bfa_tskim_s *tskim,
217 static void bfa_tskim_sm_active(struct bfa_tskim_s *tskim,
219 static void bfa_tskim_sm_cleanup(struct bfa_tskim_s *tskim,
221 static void bfa_tskim_sm_iocleanup(struct bfa_tskim_s *tskim,
[all …]
H A Dbfa_fcpim.h213 struct bfa_tskim_s *tskim; /* Relevant TM cmd */ member
336 struct bfa_tskim_s *tskim);
342 void bfa_tskim_iocdisable(struct bfa_tskim_s *tskim);
343 void bfa_tskim_cleanup(struct bfa_tskim_s *tskim);
459 void bfa_tskim_free(struct bfa_tskim_s *tskim);
460 void bfa_tskim_start(struct bfa_tskim_s *tskim,
H A Dbfad_im.c245 struct bfa_tskim_s *tskim; in bfad_im_target_reset_send() local
250 tskim = bfa_tskim_alloc(&bfad->bfa, (struct bfad_tskim_s *) cmnd); in bfad_im_target_reset_send()
251 if (!tskim) { in bfad_im_target_reset_send()
271 bfa_tskim_free(tskim); in bfad_im_target_reset_send()
279 bfa_tskim_start(tskim, bfa_itnim, scsilun, in bfad_im_target_reset_send()
299 struct bfa_tskim_s *tskim; in bfad_im_reset_lun_handler() local
316 tskim = bfa_tskim_alloc(&bfad->bfa, (struct bfad_tskim_s *) cmnd); in bfad_im_reset_lun_handler()
317 if (!tskim) { in bfad_im_reset_lun_handler()
339 bfa_tskim_free(tskim); in bfad_im_reset_lun_handler()
347 bfa_tskim_start(tskim, bfa_itnim, scsilun, in bfad_im_reset_lun_handler()