Lines Matching defs:bfa_fcpim_s
116 struct bfa_fcpim_s { struct
117 struct bfa_s *bfa;
118 struct bfa_fcp_mod_s *fcp;
119 struct bfa_itnim_s *itnim_arr;
120 struct bfa_ioim_s *ioim_arr;
121 struct bfa_ioim_sp_s *ioim_sp_arr;
122 struct bfa_tskim_s *tskim_arr;
123 int num_itnims;
124 int num_tskim_reqs;
125 u32 path_tov;
126 u16 q_depth;
127 u8 reqq; /* Request queue to be used */
128 struct list_head itnim_q; /* queue of active itnim */
129 struct list_head ioim_resfree_q; /* IOs waiting for f/w */
130 struct list_head ioim_comp_q; /* IO global comp Q */
131 struct list_head tskim_free_q;
132 struct list_head tskim_unused_q; /* Unused tskim Q */
133 u32 ios_active; /* current active IOs */
134 u32 delay_comp;
158 struct bfa_fcpim_s fcpim; argument