Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_fcpim.h108 struct bfa_tskim_s;
120 struct bfa_tskim_s *tskim_arr;
189 struct bfa_tskim_s *tskim; /* Relevant TM cmd */
195 struct bfa_tskim_s { struct
279 struct bfa_tskim_s *tskim);
285 void bfa_tskim_iodone(struct bfa_tskim_s *tskim);
286 void bfa_tskim_iocdisable(struct bfa_tskim_s *tskim);
287 void bfa_tskim_cleanup(struct bfa_tskim_s *tskim);
401 struct bfa_tskim_s *bfa_tskim_alloc(struct bfa_s *bfa,
403 void bfa_tskim_free(struct bfa_tskim_s *tskim);
[all …]
Dbfa_fcpim.c261 static bfa_boolean_t bfa_tskim_match_scope(struct bfa_tskim_s *tskim,
263 static void bfa_tskim_gather_ios(struct bfa_tskim_s *tskim);
265 static void bfa_tskim_cleanup_ios(struct bfa_tskim_s *tskim);
266 static bfa_boolean_t bfa_tskim_send(struct bfa_tskim_s *tskim);
267 static bfa_boolean_t bfa_tskim_send_abort(struct bfa_tskim_s *tskim);
268 static void bfa_tskim_iocdisable_ios(struct bfa_tskim_s *tskim);
273 static void bfa_tskim_sm_uninit(struct bfa_tskim_s *tskim,
275 static void bfa_tskim_sm_active(struct bfa_tskim_s *tskim,
277 static void bfa_tskim_sm_cleanup(struct bfa_tskim_s *tskim,
279 static void bfa_tskim_sm_iocleanup(struct bfa_tskim_s *tskim,
[all …]
Dbfad_im.c249 struct bfa_tskim_s *tskim; in bfad_im_target_reset_send()
290 struct bfa_tskim_s *tskim; in bfad_im_reset_lun_handler()