Searched defs:bfa_fcp_mod_s (Results 1 – 1 of 1) sorted by relevance
144 struct bfa_fcp_mod_s { struct145 struct bfa_s *bfa;146 struct list_head iotag_ioim_free_q; /* free IO resources */147 struct list_head iotag_tio_free_q; /* free IO resources */148 struct list_head iotag_unused_q; /* unused IO resources*/149 struct bfa_iotag_s *iotag_arr;150 struct bfa_itn_s *itn_arr;151 int num_ioim_reqs;152 int num_fwtio_reqs;153 int num_itns;[all …]