Searched refs:fwq (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 416 return (&sc->sge.fwq); in port_intr_iq() 1122 if (iq == &sc->sge.fwq) in alloc_iq_fl() 1337 struct sge_iq *fwq = &sc->sge.fwq; in alloc_fwq() local 1339 init_iq(fwq, sc, 0, 0, FW_IQ_QSIZE, FW_IQ_ESIZE); in alloc_fwq() 1340 fwq->flags |= IQ_INTR; /* always */ in alloc_fwq() 1342 rc = alloc_iq_fl(sc->port[0], fwq, NULL, intr_idx, -1); in alloc_fwq() 1356 return (free_iq_fl(NULL, &sc->sge.fwq, NULL)); in free_fwq()
|
H A D | adapter.h | 396 struct sge_iq fwq; /* Firmware event queue */ member
|
H A D | t4_nexus.c | 649 &s->fwq); in t4_devo_attach() 658 &s->fwq); in t4_devo_attach()
|