Lines Matching defs:bfa_tskim_s
234 struct bfa_tskim_s { struct
236 bfa_tskim_sm_t sm; argument
237 struct bfa_s *bfa; /* BFA module */
238 struct bfa_fcpim_s *fcpim; /* parent fcpim module */
239 struct bfa_itnim_s *itnim; /* i-t-n nexus for this IO */
240 struct bfad_tskim_s *dtsk; /* driver task mgmt cmnd */
241 bfa_boolean_t notify; /* notify itnim on TM comp */
242 struct scsi_lun lun; /* lun if applicable */
243 enum fcp_tm_cmnd tm_cmnd; /* task management command */
244 u16 tsk_tag; /* FWI IO tag */
245 u8 tsecs; /* timeout in seconds */
246 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
247 struct list_head io_q; /* queue of affected IOs */
248 struct bfa_wc_s wc; /* waiting counter */
249 struct bfa_cb_qe_s hcb_qe; /* bfa callback qelem */
250 enum bfi_tskim_status tsk_status; /* TM status */