Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_fcpim.c254 static bfa_boolean_t bfa_tskim_match_scope(struct bfa_tskim_s *tskim,
256 static void bfa_tskim_gather_ios(struct bfa_tskim_s *tskim);
258 static void bfa_tskim_cleanup_ios(struct bfa_tskim_s *tskim);
259 static bfa_boolean_t bfa_tskim_send(struct bfa_tskim_s *tskim);
260 static bfa_boolean_t bfa_tskim_send_abort(struct bfa_tskim_s *tskim);
261 static void bfa_tskim_iocdisable_ios(struct bfa_tskim_s *tskim);
266 static void bfa_tskim_sm_uninit(struct bfa_tskim_s *tskim,
268 static void bfa_tskim_sm_active(struct bfa_tskim_s *tskim,
270 static void bfa_tskim_sm_cleanup(struct bfa_tskim_s *tskim,
272 static void bfa_tskim_sm_iocleanup(struct bfa_tskim_s *tskim,
[all …]
Dbfa_fcpim.h186 struct bfa_tskim_s *tskim; /* Relevant TM cmd */ member
276 struct bfa_tskim_s *tskim);
282 void bfa_tskim_iodone(struct bfa_tskim_s *tskim);
283 void bfa_tskim_iocdisable(struct bfa_tskim_s *tskim);
284 void bfa_tskim_cleanup(struct bfa_tskim_s *tskim);
400 void bfa_tskim_free(struct bfa_tskim_s *tskim);
401 void bfa_tskim_start(struct bfa_tskim_s *tskim,
Dbfad_im.c244 struct bfa_tskim_s *tskim; in bfad_im_target_reset_send() local
249 tskim = bfa_tskim_alloc(&bfad->bfa, (struct bfad_tskim_s *) cmnd); in bfad_im_target_reset_send()
250 if (!tskim) { in bfad_im_target_reset_send()
270 bfa_tskim_free(tskim); in bfad_im_target_reset_send()
278 bfa_tskim_start(tskim, bfa_itnim, scsilun, in bfad_im_target_reset_send()
298 struct bfa_tskim_s *tskim; in bfad_im_reset_lun_handler() local
315 tskim = bfa_tskim_alloc(&bfad->bfa, (struct bfad_tskim_s *) cmnd); in bfad_im_reset_lun_handler()
316 if (!tskim) { in bfad_im_reset_lun_handler()
338 bfa_tskim_free(tskim); in bfad_im_reset_lun_handler()
346 bfa_tskim_start(tskim, bfa_itnim, scsilun, in bfad_im_reset_lun_handler()