Searched refs:fwq (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 391 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 D | t4_l2t.c | 205 V_SYNC_WR(sync) | V_TID_QID(sc->sge.fwq.abs_id))); in write_l2e()
|
H A D | adapter.h | 376 struct sge_iq fwq; /* Firmware event queue */ member
|
H A D | t4_nexus.c | 586 &s->fwq); in t4_devo_attach() 595 &s->fwq); in t4_devo_attach()
|