Lines Matching refs:num_allocated
8922 int num_allocated = 0; in bxe_interrupt_alloc() local
8956 num_allocated = num_requested; in bxe_interrupt_alloc()
8957 if ((rc = pci_alloc_msix(sc->dev, &num_allocated)) != 0) { in bxe_interrupt_alloc()
8963 if (num_allocated < 2) { /* possible? */ in bxe_interrupt_alloc()
8971 num_requested, num_allocated); in bxe_interrupt_alloc()
8974 sc->intr_count = num_allocated; in bxe_interrupt_alloc()
8975 sc->num_queues = num_allocated - 1; in bxe_interrupt_alloc()
8980 for (i = 0; i < num_allocated; i++) { in bxe_interrupt_alloc()
9025 num_allocated = num_requested; in bxe_interrupt_alloc()
9026 if ((rc = pci_alloc_msi(sc->dev, &num_allocated)) != 0) { in bxe_interrupt_alloc()
9032 if (num_allocated != 1) { /* possible? */ in bxe_interrupt_alloc()
9040 num_requested, num_allocated); in bxe_interrupt_alloc()
9043 sc->intr_count = num_allocated; in bxe_interrupt_alloc()
9044 sc->num_queues = num_allocated; in bxe_interrupt_alloc()