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

/freebsd-10.1-release/sys/dev/cxgbe/
H A Dt4_l2t.c128 V_SYNC_WR(sync) | V_TID_QID(sc->sge.fwq.abs_id)));
H A Dt4_sge.c820 * Management queue. This is just a control queue that uses the fwq as
900 return (&sc->sge.fwq);
1265 struct sge_iq *fwq = &sc->sge.fwq; local
1268 if (atomic_cmpset_int(&fwq->state, IQS_IDLE, IQS_BUSY)) {
1269 service_iq(fwq, 0);
1270 atomic_cmpset_int(&fwq->state, IQS_BUSY, IQS_IDLE);
2238 if (iq == &sc->sge.fwq)
2480 struct sge_iq *fwq = &sc->sge.fwq; local
[all...]
H A Dadapter.h670 struct sge_iq fwq; /* Firmware event queue */ member in struct:sge
H A Dt4_main.c3251 rc = t4_alloc_irq(sc, irq, rid, t4_intr_evt, &sc->sge.fwq, "evt");
7407 V_FW_FILTER_WR_RX_RPL_IQ(sc->sge.fwq.abs_id));
7459 t4_mk_filtdelwr(ftid, fwr, sc->sge.fwq.abs_id);

Completed in 180 milliseconds