Lines Matching defs:bfa_hwif_s
184 struct bfa_hwif_s { struct
185 void (*hw_reginit)(struct bfa_s *bfa);
186 void (*hw_reqq_ack)(struct bfa_s *bfa, int reqq);
187 void (*hw_rspq_ack)(struct bfa_s *bfa, int rspq, u32 ci);
188 void (*hw_msix_init)(struct bfa_s *bfa, int nvecs);
189 void (*hw_msix_ctrl_install)(struct bfa_s *bfa);
190 void (*hw_msix_queue_install)(struct bfa_s *bfa);
191 void (*hw_msix_uninstall)(struct bfa_s *bfa);
192 void (*hw_isr_mode_set)(struct bfa_s *bfa, bfa_boolean_t msix);
193 void (*hw_msix_getvecs)(struct bfa_s *bfa, u32 *vecmap,
195 void (*hw_msix_get_rme_range) (struct bfa_s *bfa, u32 *start,
197 int cpe_vec_q0;
198 int rme_vec_q0;