Searched defs:bfa_hwif_s (Results 1 – 1 of 1) sorted by relevance
184 struct bfa_hwif_s { struct185 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,[all …]