Lines Matching full:allocated
66 * @dyn_allowed: allow entry to be dynamically allocated
72 * Returns allocated irq entry or NULL on failure.
88 /* only already allocated if the caller says so */ in ice_get_irq_res()
167 * allocated interrupt appropriately.
171 * were allocated with ice_pci_alloc_irq_vectors are already used
172 * and dynamically allocated interrupts are supported then new
173 * interrupt will be allocated with pci_msix_alloc_irq_at.
175 * Some callers may only support dynamically allocated interrupts.
196 dev_dbg(dev, "allocated new irq at index %d\n", map.index); in ice_alloc_irq()
215 * Remove allocated interrupt from the interrupt tracker. If interrupt was
216 * allocated dynamically, free respective interrupt vector.