Lines Matching defs:bfa_hwif_s
176 struct bfa_hwif_s { struct
177 void (*hw_reginit)(struct bfa_s *bfa);
178 void (*hw_reqq_ack)(struct bfa_s *bfa, int reqq);
179 void (*hw_rspq_ack)(struct bfa_s *bfa, int rspq, u32 ci);
180 void (*hw_msix_init)(struct bfa_s *bfa, int nvecs);
181 void (*hw_msix_ctrl_install)(struct bfa_s *bfa);
182 void (*hw_msix_queue_install)(struct bfa_s *bfa);
183 void (*hw_msix_uninstall)(struct bfa_s *bfa);
184 void (*hw_isr_mode_set)(struct bfa_s *bfa, bfa_boolean_t msix);
185 void (*hw_msix_getvecs)(struct bfa_s *bfa, u32 *vecmap,
187 void (*hw_msix_get_rme_range) (struct bfa_s *bfa, u32 *start,
189 int cpe_vec_q0;
190 int rme_vec_q0;