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