Home
last modified time | relevance | path

Searched refs:irqs_demand (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_resc.c371 int i, irqs_demand, rc; in bnge_alloc_irqs() local
374 irqs_demand = bnge_nqs_demand(bd); in bnge_alloc_irqs()
376 if (irqs_demand > max) in bnge_alloc_irqs()
377 irqs_demand = max; in bnge_alloc_irqs()
382 irqs_demand = pci_alloc_irq_vectors(bd->pdev, min, irqs_demand, in bnge_alloc_irqs()
385 if (irqs_demand < 0 || irqs_demand < aux_msix) { in bnge_alloc_irqs()
390 num_entries = irqs_demand; in bnge_alloc_irqs()
399 for (i = 0; i < irqs_demand; i++) in bnge_alloc_irqs()
402 bd->irqs_acquired = irqs_demand; in bnge_alloc_irqs()
409 irqs_demand - aux_msix, min == 1); in bnge_alloc_irqs()