t4_alloc_irq
return (t4_alloc_irq(sc, irq, rid, t4_intr_all, sc, "all"));
rc = t4_alloc_irq(sc, irq, rid, t4_intr_err, sc, "err");
rc = t4_alloc_irq(sc, irq, rid, t4_intr_evt, &sge->fwq, "evt");
rc = t4_alloc_irq(sc, irq, rid,
rc = t4_alloc_irq(sc, irq, rid,
rc = t4_alloc_irq(sc, irq, rid,
rc = t4_alloc_irq(sc, irq, rid,
rc = t4_alloc_irq(sc, irq, rid, t4_intr,
static int t4_alloc_irq(struct adapter *, struct irq *, int rid,