Lines Matching full:allocated
48 * @dyn_only: force entry to be dynamically allocated
54 * Returns allocated irq entry or NULL on failure.
279 * allocated interrupt appropriately.
283 * were allocated with ice_pci_alloc_irq_vectors are already used
284 * and dynamically allocated interrupts are supported then new
285 * interrupt will be allocated with pci_msix_alloc_irq_at.
287 * Some callers may only support dynamically allocated interrupts.
313 dev_dbg(dev, "allocated new irq at index %d\n", map.index); in ice_alloc_irq()
332 * Remove allocated interrupt from the interrupt tracker. If interrupt was
333 * allocated dynamically, free respective interrupt vector.
361 * may have been dynamically allocated after MSIX was initially enabled.