Lines Matching defs:bfa_tskim_s
142 struct bfa_tskim_s { struct
143 struct list_head qe;
144 bfa_sm_t sm;
145 struct bfa_s *bfa; /* BFA module */
146 struct bfa_fcpim_mod_s *fcpim; /* parent fcpim module */
147 struct bfa_itnim_s *itnim; /* i-t-n nexus for this IO */
148 struct bfad_tskim_s *dtsk; /* driver task mgmt cmnd */
149 bfa_boolean_t notify; /* notify itnim on TM comp */
150 struct scsi_lun lun; /* lun if applicable */
151 enum fcp_tm_cmnd tm_cmnd; /* task management command */
152 u16 tsk_tag; /* FWI IO tag */
153 u8 tsecs; /* timeout in seconds */
154 struct bfa_reqq_wait_s reqq_wait; /* to wait for room in reqq */
155 struct list_head io_q; /* queue of affected IOs */
156 struct bfa_wc_s wc; /* waiting counter */
157 struct bfa_cb_qe_s hcb_qe; /* bfa callback qelem */
158 enum bfi_tskim_status tsk_status; /* TM status */