Lines Matching refs:num_allocated
8947 int num_allocated = 0; in bxe_interrupt_alloc() local
8981 num_allocated = num_requested; in bxe_interrupt_alloc()
8982 if ((rc = pci_alloc_msix(sc->dev, &num_allocated)) != 0) { in bxe_interrupt_alloc()
8988 if (num_allocated < 2) { /* possible? */ in bxe_interrupt_alloc()
8996 num_requested, num_allocated); in bxe_interrupt_alloc()
8999 sc->intr_count = num_allocated; in bxe_interrupt_alloc()
9000 sc->num_queues = num_allocated - 1; in bxe_interrupt_alloc()
9005 for (i = 0; i < num_allocated; i++) { in bxe_interrupt_alloc()
9050 num_allocated = num_requested; in bxe_interrupt_alloc()
9051 if ((rc = pci_alloc_msi(sc->dev, &num_allocated)) != 0) { in bxe_interrupt_alloc()
9057 if (num_allocated != 1) { /* possible? */ in bxe_interrupt_alloc()
9065 num_requested, num_allocated); in bxe_interrupt_alloc()
9068 sc->intr_count = num_allocated; in bxe_interrupt_alloc()
9069 sc->num_queues = num_allocated; in bxe_interrupt_alloc()