Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c391 return (&sc->sge.fwq); in port_intr_iq()
1122 if (iq == &sc->sge.fwq) in alloc_iq_fl()
1289 struct sge_iq *fwq = &sc->sge.fwq; in alloc_fwq() local
1291 init_iq(fwq, sc, 0, 0, FW_IQ_QSIZE, FW_IQ_ESIZE); in alloc_fwq()
1292 fwq->flags |= IQ_INTR; /* always */ in alloc_fwq()
1294 rc = alloc_iq_fl(sc->port[0], fwq, NULL, intr_idx, -1); in alloc_fwq()
1308 return (free_iq_fl(NULL, &sc->sge.fwq, NULL)); in free_fwq()
1318 sc->sge.fwq.cntxt_id); in alloc_mgmtq()
H A Dt4_l2t.c205 V_SYNC_WR(sync) | V_TID_QID(sc->sge.fwq.abs_id))); in write_l2e()
H A Dadapter.h376 struct sge_iq fwq; /* Firmware event queue */ member
H A Dt4_nexus.c586 &s->fwq); in t4_devo_attach()
595 &s->fwq); in t4_devo_attach()