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.c370 int i, irqs_demand, rc; in bnge_alloc_irqs() local
373 irqs_demand = bnge_nqs_demand(bd); in bnge_alloc_irqs()
375 if (irqs_demand > max) in bnge_alloc_irqs()
376 irqs_demand = max; in bnge_alloc_irqs()
381 irqs_demand = pci_alloc_irq_vectors(bd->pdev, min, irqs_demand, in bnge_alloc_irqs()
384 if (irqs_demand < 0 || irqs_demand < aux_msix) { in bnge_alloc_irqs()
389 num_entries = irqs_demand; in bnge_alloc_irqs()
398 for (i = 0; i < irqs_demand; i++) in bnge_alloc_irqs()
401 bd->irqs_acquired = irqs_demand; in bnge_alloc_irqs()
408 irqs_demand - aux_msix, min == 1); in bnge_alloc_irqs()