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