Searched refs:fwq (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sge.c | 1284 struct sge_iq *fwq = &sc->sge.fwq; in t4_intr_all() local 1292 t4_intr_evt(fwq); in t4_intr_all() 3554 if (iq == &sc->sge.fwq) in alloc_iq_fl_hwq() 3560 v |= V_FW_IQ_CMD_IQANDSTINDEX(sc->sge.fwq.cntxt_id); in alloc_iq_fl_hwq() 3772 struct sge_iq *fwq = &sc->sge.fwq; in alloc_fwq() local 3775 if (!(fwq->flags & IQ_SW_ALLOCATED)) { in alloc_fwq() 3776 MPASS(!(fwq->flags & IQ_HW_ALLOCATED)); in alloc_fwq() 3782 init_iq(fwq, sc, 0, 0, FW_IQ_QSIZE, intr_idx, -1, IQ_OTHER); in alloc_fwq() 3783 rc = alloc_iq_fl(vi, fwq, NULL, &sc->ctx, sc->fwq_oid); in alloc_fwq() 3788 MPASS(fwq->flags & IQ_SW_ALLOCATED); in alloc_fwq() [all …]
|
H A D | t4_l2t.c | 267 e->iqid = sc->sge.fwq.abs_id; in t4_l2t_alloc_tls() 303 e->iqid = sc->sge.fwq.abs_id; in t4_l2t_alloc_switching()
|
H A D | t4_filter.c | 747 V_FW_FILTER_WR_RX_RPL_IQ(sc->sge.fwq.abs_id)); in set_tcamfilter() 1123 t4_mk_filtdelwr(f->tid, fwr, sc->sge.fwq.abs_id); in del_tcamfilter() 1199 req->reply_ctrl = htobe16(V_QUEUENO(sc->sge.fwq.abs_id) | in set_tcb_field() 1525 V_TID_QID(sc->sge.fwq.abs_id) | V_TID_TID(atid) | in mk_act_open_req6() 1569 V_TID_QID(sc->sge.fwq.abs_id) | V_TID_TID(atid) | in mk_act_open_req() 1827 mk_del_hashfilter_wr(sc, t->idx, wr, wrlen, sc->sge.fwq.abs_id); in del_hashfilter()
|
H A D | t4_smt.c | 212 e->iqid = sc->sge.fwq.abs_id; in t4_smt_set_switching()
|
H A D | adapter.h | 844 struct sge_iq fwq; /* Firmware event queue */ member
|
H A D | t4_main.c | 2106 sc->sge.fwq.flags &= ~IQ_HW_ALLOCATED; in stop_lld() 2107 quiesce_iq_fl(sc, &sc->sge.fwq, NULL); in stop_lld() 6729 rc = t4_alloc_irq(sc, irq, rid, t4_intr_evt, &sge->fwq, "evt"); in t4_setup_intr_handlers()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 161 qid_atid = V_TID_QID(sc->sge.fwq.abs_id) | V_TID_TID(atid) | in mk_ktls_act_open_req() 192 qid_atid = V_TID_QID(sc->sge.fwq.abs_id) | V_TID_TID(atid) | in mk_ktls_act_open_req6()
|