Searched refs:tskim (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_tskim.c42 static bfa_boolean_t bfa_tskim_match_scope(struct bfa_tskim_s *tskim,
44 static void bfa_tskim_gather_ios(struct bfa_tskim_s *tskim);
46 static void bfa_tskim_cleanup_ios(struct bfa_tskim_s *tskim);
47 static bfa_boolean_t bfa_tskim_send(struct bfa_tskim_s *tskim);
48 static bfa_boolean_t bfa_tskim_send_abort(struct bfa_tskim_s *tskim);
49 static void bfa_tskim_iocdisable_ios(struct bfa_tskim_s *tskim);
66 static void bfa_tskim_sm_uninit(struct bfa_tskim_s *tskim,
68 static void bfa_tskim_sm_active(struct bfa_tskim_s *tskim,
70 static void bfa_tskim_sm_cleanup(struct bfa_tskim_s *tskim,
72 static void bfa_tskim_sm_iocleanup(struct bfa_tskim_s *tskim,
85 bfa_tskim_sm_uninit(struct bfa_tskim_s *tskim, enum bfa_tskim_event event) argument
123 bfa_tskim_sm_active(struct bfa_tskim_s *tskim, enum bfa_tskim_event event) argument
158 bfa_tskim_sm_cleanup(struct bfa_tskim_s *tskim, enum bfa_tskim_event event) argument
186 bfa_tskim_sm_iocleanup(struct bfa_tskim_s *tskim, enum bfa_tskim_event event) argument
218 bfa_tskim_sm_qfull(struct bfa_tskim_s *tskim, enum bfa_tskim_event event) argument
254 bfa_tskim_sm_cleanup_qfull(struct bfa_tskim_s *tskim, enum bfa_tskim_event event) argument
288 bfa_tskim_sm_hcb(struct bfa_tskim_s *tskim, enum bfa_tskim_event event) argument
319 struct bfa_tskim_s *tskim = cbarg; local
333 struct bfa_tskim_s *tskim = cbarg; local
346 bfa_tskim_match_scope(struct bfa_tskim_s *tskim, lun_t lun) argument
369 bfa_tskim_gather_ios(struct bfa_tskim_s *tskim) argument
409 struct bfa_tskim_s *tskim = tskim_cbarg; local
419 bfa_tskim_cleanup_ios(struct bfa_tskim_s *tskim) argument
439 bfa_tskim_send(struct bfa_tskim_s *tskim) argument
474 bfa_tskim_send_abort(struct bfa_tskim_s *tskim) argument
507 struct bfa_tskim_s *tskim = cbarg; local
518 bfa_tskim_iocdisable_ios(struct bfa_tskim_s *tskim) argument
539 bfa_tskim_iodone(struct bfa_tskim_s *tskim) argument
548 bfa_tskim_iocdisable(struct bfa_tskim_s *tskim) argument
559 bfa_tskim_cleanup(struct bfa_tskim_s *tskim) argument
572 struct bfa_tskim_s *tskim; local
612 struct bfa_tskim_s *tskim; local
644 struct bfa_tskim_s *tskim; local
657 bfa_tskim_free(struct bfa_tskim_s *tskim) argument
676 bfa_tskim_start(struct bfa_tskim_s *tskim, struct bfa_itnim_s *itnim, lun_t lun, enum fcp_tm_cmnd tm_cmnd, u8 tsecs) argument
[all...]
H A Dbfa_fcpim_priv.h96 struct bfa_tskim_s *tskim; /* Relevant TM cmd */ member in struct:bfa_ioim_sp_s
168 struct bfa_tskim_s *tskim);
176 void bfa_tskim_iodone(struct bfa_tskim_s *tskim);
177 void bfa_tskim_iocdisable(struct bfa_tskim_s *tskim);
178 void bfa_tskim_cleanup(struct bfa_tskim_s *tskim);
H A Dbfad_im.c252 struct bfa_tskim_s *tskim; local
256 tskim = bfa_tskim_alloc(&bfad->bfa, (struct bfad_tskim_s *) cmnd);
257 if (!tskim) {
259 "target reset, fail to allocate tskim\n");
271 bfa_tskim_start(tskim, bfa_itnim, (lun_t)0,
291 struct bfa_tskim_s *tskim; local
307 tskim = bfa_tskim_alloc(&bfad->bfa, (struct bfad_tskim_s *) cmnd);
308 if (!tskim) {
310 "LUN reset, fail to allocate tskim");
324 bfa_tskim_start(tskim, bfa_itni
[all...]
H A Dbfa_itnim.c602 struct bfa_tskim_s *tskim; local
607 tskim = (struct bfa_tskim_s *) qe;
608 bfa_tskim_iocdisable(tskim);
649 struct bfa_tskim_s *tskim; local
669 tskim = (struct bfa_tskim_s *) qe;
671 bfa_tskim_cleanup(tskim);
H A Dbfa_ioim.c60 BFA_IOIM_SM_TMSTART = 15, /* IO cleanup from tskim */
61 BFA_IOIM_SM_TMDONE = 16, /* IO cleanup from tskim */
1019 if (!ioim->iosp->tskim) {
1027 bfa_tskim_iodone(ioim->iosp->tskim);
1245 ioim->iosp->tskim = NULL;
1250 bfa_ioim_cleanup_tm(struct bfa_ioim_s *ioim, struct bfa_tskim_s *tskim) argument
1255 ioim->iosp->tskim = tskim;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/
H A Dbfa_fcpim.h166 * bfa tskim API functions
170 void bfa_tskim_free(struct bfa_tskim_s *tskim);
171 void bfa_tskim_start(struct bfa_tskim_s *tskim,

Completed in 72 milliseconds