Searched refs:msix_tab (Results 1 – 2 of 2) sorted by relevance
1126 bfad->msix_tab[bfad->nvec].msix.entry = i; in bfad_init_msix_entry()1127 bfad->msix_tab[bfad->nvec].bfad = bfad; in bfad_init_msix_entry()1143 sprintf(bfad->msix_tab[i].name, "bfa-%s-%s", in bfad_install_msix_handler()1148 error = request_irq(bfad->msix_tab[i].msix.vector, in bfad_install_msix_handler()1150 bfad->msix_tab[i].name, &bfad->msix_tab[i]); in bfad_install_msix_handler()1152 bfa_trc(bfad, bfad->msix_tab[i].msix.vector); in bfad_install_msix_handler()1157 free_irq(bfad->msix_tab[j].msix.vector, in bfad_install_msix_handler()1158 &bfad->msix_tab[j]); in bfad_install_msix_handler()1221 bfad->msix_tab[i].msix.vector = msix_entries[i].vector; in bfad_setup_intr()1249 free_irq(bfad->msix_tab[i].msix.vector, in bfad_remove_intr()[all …]
221 struct bfad_msix_s msix_tab[MAX_MSIX_ENTRY]; member