Searched defs:fwq (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h376 struct sge_iq fwq; /* Firmware event queue */ member in struct:sge
H A Dt4_sge.c323 * Management queue. This is just a control queue that uses the fwq as
391 return (&sc->sge.fwq);
1122 if (iq == &sc->sge.fwq)
1289 struct sge_iq *fwq = &sc->sge.fwq; local
1291 init_iq(fwq, sc, 0, 0, FW_IQ_QSIZE, FW_IQ_ESIZE);
1292 fwq->flags |= IQ_INTR; /* always */
1294 rc = alloc_iq_fl(sc->port[0], fwq, NULL, intr_idx, -1);
1308 return (free_iq_fl(NULL, &sc->sge.fwq, NULL));
1318 sc->sge.fwq
[all...]

Completed in 65 milliseconds