Lines Matching defs:bfa_tskim_s
200 struct bfa_tskim_s { struct
201 struct list_head qe;
202 bfa_sm_t sm;
203 struct bfa_s *bfa; /* BFA module */
204 struct bfa_fcpim_s *fcpim; /* parent fcpim module */
205 struct bfa_itnim_s *itnim; /* i-t-n nexus for this IO */
206 struct bfad_tskim_s *dtsk; /* driver task mgmt cmnd */
207 bfa_boolean_t notify; /* notify itnim on TM comp */
208 struct scsi_lun lun; /* lun if applicable */
209 enum fcp_tm_cmnd tm_cmnd; /* task management command */
210 u16 tsk_tag; /* FWI IO tag */
211 u8 tsecs; /* timeout in seconds */
212 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
213 struct list_head io_q; /* queue of affected IOs */
214 struct bfa_wc_s wc; /* waiting counter */
215 struct bfa_cb_qe_s hcb_qe; /* bfa callback qelem */
216 enum bfi_tskim_status tsk_status; /* TM status */