Searched refs:msix_tab (Results 1 – 2 of 2) sorted by relevance
1161 bfad->msix_tab[bfad->nvec].msix.entry = i; in bfad_init_msix_entry()1162 bfad->msix_tab[bfad->nvec].bfad = bfad; in bfad_init_msix_entry()1178 sprintf(bfad->msix_tab[i].name, "bfa-%s-%s", in bfad_install_msix_handler()1183 error = request_irq(bfad->msix_tab[i].msix.vector, in bfad_install_msix_handler()1185 bfad->msix_tab[i].name, &bfad->msix_tab[i]); in bfad_install_msix_handler()1187 bfa_trc(bfad, bfad->msix_tab[i].msix.vector); in bfad_install_msix_handler()1192 free_irq(bfad->msix_tab[j].msix.vector, in bfad_install_msix_handler()1193 &bfad->msix_tab[j]); in bfad_install_msix_handler()1256 bfad->msix_tab[i].msix.vector = msix_entries[i].vector; in bfad_setup_intr()1284 free_irq(bfad->msix_tab[i].msix.vector, in bfad_remove_intr()[all …]
214 struct bfad_msix_s msix_tab[MAX_MSIX_ENTRY]; member