Lines Matching defs:bfa_fcp_mod_s
147 struct bfa_fcp_mod_s { struct
148 struct bfa_s *bfa;
149 struct list_head iotag_ioim_free_q; /* free IO resources */
150 struct list_head iotag_tio_free_q; /* free IO resources */
151 struct list_head iotag_unused_q; /* unused IO resources*/
152 struct bfa_iotag_s *iotag_arr;
153 struct bfa_itn_s *itn_arr;
154 int max_ioim_reqs;
155 int num_ioim_reqs;
156 int num_fwtio_reqs;
157 int num_itns;
158 struct bfa_dma_s snsbase[BFA_FCP_DMA_SEGS];
159 struct bfa_fcpim_s fcpim;
160 struct bfa_mem_dma_s dma_seg[BFA_FCP_DMA_SEGS];
161 struct bfa_mem_kva_s kva_seg;
162 int throttle_update_required;