Searched refs:tskim (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_fcpim.c | 262 static bfa_boolean_t bfa_tskim_match_scope(struct bfa_tskim_s *tskim, 264 static void bfa_tskim_gather_ios(struct bfa_tskim_s *tskim); 266 static void bfa_tskim_cleanup_ios(struct bfa_tskim_s *tskim); 267 static bfa_boolean_t bfa_tskim_send(struct bfa_tskim_s *tskim); 268 static bfa_boolean_t bfa_tskim_send_abort(struct bfa_tskim_s *tskim); 269 static void bfa_tskim_iocdisable_ios(struct bfa_tskim_s *tskim); 274 static void bfa_tskim_sm_uninit(struct bfa_tskim_s *tskim, 276 static void bfa_tskim_sm_active(struct bfa_tskim_s *tskim, 278 static void bfa_tskim_sm_cleanup(struct bfa_tskim_s *tskim, 280 static void bfa_tskim_sm_iocleanup(struct bfa_tskim_s *tskim, [all …]
|
D | bfa_fcpim.h | 193 struct bfa_tskim_s *tskim; /* Relevant TM cmd */ member 283 struct bfa_tskim_s *tskim); 289 void bfa_tskim_iodone(struct bfa_tskim_s *tskim); 290 void bfa_tskim_iocdisable(struct bfa_tskim_s *tskim); 291 void bfa_tskim_cleanup(struct bfa_tskim_s *tskim); 407 void bfa_tskim_free(struct bfa_tskim_s *tskim); 408 void bfa_tskim_start(struct bfa_tskim_s *tskim,
|
D | bfad_im.c | 249 struct bfa_tskim_s *tskim; in bfad_im_target_reset_send() local 254 tskim = bfa_tskim_alloc(&bfad->bfa, (struct bfad_tskim_s *) cmnd); in bfad_im_target_reset_send() 255 if (!tskim) { in bfad_im_target_reset_send() 270 bfa_tskim_start(tskim, bfa_itnim, scsilun, in bfad_im_target_reset_send() 290 struct bfa_tskim_s *tskim; in bfad_im_reset_lun_handler() local 307 tskim = bfa_tskim_alloc(&bfad->bfa, (struct bfad_tskim_s *) cmnd); in bfad_im_reset_lun_handler() 308 if (!tskim) { in bfad_im_reset_lun_handler() 325 bfa_tskim_start(tskim, bfa_itnim, scsilun, in bfad_im_reset_lun_handler()
|