Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c425 return (&sc->sge.fwq); in port_intr_iq()
1334 if (iq == &sc->sge.fwq) in alloc_iq_fl()
1548 struct sge_iq *fwq = &sc->sge.fwq; in alloc_fwq() local
1550 init_iq(fwq, sc, 0, 0, FW_IQ_QSIZE, FW_IQ_ESIZE); in alloc_fwq()
1551 fwq->flags |= IQ_INTR; /* always */ in alloc_fwq()
1553 rc = alloc_iq_fl(sc->port[0], fwq, NULL, intr_idx, -1); in alloc_fwq()
1567 return (free_iq_fl(NULL, &sc->sge.fwq, NULL)); in free_fwq()
1578 sc->sge.fwq.cntxt_id); in alloc_mgmtq()
H A Dt4_l2t.c206 V_SYNC_WR(sync) | V_TID_QID(sc->sge.fwq.abs_id))); in write_l2e()
H A Dadapter.h420 struct sge_iq fwq; /* Firmware event queue */ member
H A Dt4_nexus.c709 &s->fwq); in t4_devo_attach()
718 &s->fwq); in t4_devo_attach()