Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/
HDt4_sge.c903 return (&sc->sge.fwq); in port_intr_iq()
1263 struct sge_iq *fwq = &sc->sge.fwq; in t4_intr_all() local
1266 if (atomic_cmpset_int(&fwq->state, IQS_IDLE, IQS_BUSY)) { in t4_intr_all()
1267 service_iq(fwq, 0); in t4_intr_all()
1268 atomic_cmpset_int(&fwq->state, IQS_BUSY, IQS_IDLE); in t4_intr_all()
2599 if (iq == &sc->sge.fwq) in alloc_iq_fl()
2847 struct sge_iq *fwq = &sc->sge.fwq; in alloc_fwq() local
2851 init_iq(fwq, sc, 0, 0, FW_IQ_QSIZE); in alloc_fwq()
2852 fwq->flags |= IQ_INTR; /* always */ in alloc_fwq()
2854 rc = alloc_iq_fl(sc->port[0], fwq, NULL, intr_idx, -1); in alloc_fwq()
[all …]
HDt4_l2t.c127 V_SYNC_WR(sync) | V_TID_QID(sc->sge.fwq.abs_id))); in t4_write_l2e()
HDadapter.h671 struct sge_iq fwq; /* Firmware event queue */ member
HDt4_main.c3267 rc = t4_alloc_irq(sc, irq, rid, t4_intr_evt, &sc->sge.fwq, "evt"); in setup_intr_handlers()
7388 V_FW_FILTER_WR_RX_RPL_IQ(sc->sge.fwq.abs_id)); in set_filter_wr()
7439 t4_mk_filtdelwr(ftid, fwr, sc->sge.fwq.abs_id); in del_filter_wr()