Searched refs:msix_tab (Results 1 – 2 of 2) sorted by relevance
1151 bfad->msix_tab[bfad->nvec].msix.entry = i; in bfad_init_msix_entry()1152 bfad->msix_tab[bfad->nvec].bfad = bfad; in bfad_init_msix_entry()1168 sprintf(bfad->msix_tab[i].name, "bfa-%s-%s", in bfad_install_msix_handler()1173 error = request_irq(bfad->msix_tab[i].msix.vector, in bfad_install_msix_handler()1175 bfad->msix_tab[i].name, &bfad->msix_tab[i]); in bfad_install_msix_handler()1177 bfa_trc(bfad, bfad->msix_tab[i].msix.vector); in bfad_install_msix_handler()1182 free_irq(bfad->msix_tab[j].msix.vector, in bfad_install_msix_handler()1183 &bfad->msix_tab[j]); in bfad_install_msix_handler()1246 bfad->msix_tab[i].msix.vector = msix_entries[i].vector; in bfad_setup_intr()1274 free_irq(bfad->msix_tab[i].msix.vector, in bfad_remove_intr()[all …]
206 struct bfad_msix_s msix_tab[MAX_MSIX_ENTRY]; member