Home
last modified time | relevance | path

Searched refs:ofld_rxq (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_listen.c221 lctx->ofld_rxq = &sc->sge.ofld_rxq[vi->first_ofld_rxq]; in alloc_lctx()
353 struct sge_ofld_rxq *ofld_rxq; in send_flowc_wr_synqe() local
362 ofld_rxq = &sc->sge.ofld_rxq[synqe->params.rxq_idx]; in send_flowc_wr_synqe()
382 flowc->mnemval[3].val = htobe32(ofld_rxq->iq.abs_id); in send_flowc_wr_synqe()
448 F_SYN_RSS_ENABLE | V_SYN_RSS_QUEUE(lctx->ofld_rxq->iq.abs_id)); in create_server()
478 F_SYN_RSS_ENABLE | V_SYN_RSS_QUEUE(lctx->ofld_rxq->iq.abs_id)); in create_server6()
500 req->reply_ctrl = htobe16(lctx->ofld_rxq->iq.abs_id); in destroy_server()
1452 KASSERT(synqe->params.rxq_idx == iq_to_ofld_rxq(iq) - &sc->sge.ofld_rxq[0], in do_pass_establish()
1455 (int)(iq_to_ofld_rxq(iq) - &sc->sge.ofld_rxq[0]))); in do_pass_establish()
Dt4_tom.h199 struct sge_ofld_rxq *ofld_rxq; member
275 struct sge_ofld_rxq *ofld_rxq; member
Dt4_tom.c182 toep->ofld_rxq = &sc->sge.ofld_rxq[cp->rxq_idx]; in init_toepcb()
476 V_QUEUENO(sc->sge.ofld_rxq[0].iq.cntxt_id)); in send_get_tcb()
1011 opt2 |= V_RSS_QUEUE(sc->sge.ofld_rxq[cp->rxq_idx].iq.abs_id); in calc_options2()
Dt4_connect.c289 qid_atid = V_TID_QID(toep->ofld_rxq->iq.abs_id) | V_TID_TID(toep->tid) | in t4_connect()
Dt4_tom_l2t.c400 e->iqid = sc->sge.ofld_rxq[pi->vi[0].first_ofld_rxq].iq.abs_id; in t4_l2t_get()
Dt4_cpl_io.c157 FLOWC_PARAM(IQID, toep->ofld_rxq->iq.abs_id); in send_flowc_wr()
1852 req->reply_ctrl = htobe16(V_QUEUENO(toep->ofld_rxq->iq.abs_id)); in t4_set_tcb_field()
Dt4_ddp.c372 V_QUEUENO(toep->ofld_rxq->iq.abs_id)); in mk_set_tcb_field_ulp()
/freebsd-12-stable/sys/dev/cxgbe/
Dt4_sge.c1095 struct sge_ofld_rxq *ofld_rxq; in t4_setup_vi_queues() local
1180 for_each_ofld_rxq(vi, i, ofld_rxq) { in t4_setup_vi_queues()
1182 init_iq(&ofld_rxq->iq, sc, vi->ofld_tmr_idx, vi->ofld_pktc_idx, in t4_setup_vi_queues()
1187 init_fl(sc, &ofld_rxq->fl, vi->qsize_rxq / 8, maxp, name); in t4_setup_vi_queues()
1189 rc = alloc_ofld_rxq(vi, ofld_rxq, in t4_setup_vi_queues()
1224 pi->tx_chan, sc->sge.ofld_rxq[iqidx].iq.cntxt_id, in t4_setup_vi_queues()
1263 struct sge_ofld_rxq *ofld_rxq; in t4_teardown_vi_queues() local
1310 for_each_ofld_rxq(vi, i, ofld_rxq) { in t4_teardown_vi_queues()
1311 free_ofld_rxq(vi, ofld_rxq); in t4_teardown_vi_queues()
2178 struct sge_ofld_rxq *ofld_rxq; in t4_update_fl_bufsize() local
[all …]
Dt4_main.c1291 s->ofld_rxq = malloc(s->nofldrxq * sizeof(struct sge_ofld_rxq), in t4_attach()
1655 free(sc->sge.ofld_rxq, M_CXGBE); in t4_detach_common()
5404 struct sge_ofld_rxq *ofld_rxq; in t4_setup_intr_handlers() local
5515 for_each_ofld_rxq(vi, q, ofld_rxq) { in t4_setup_intr_handlers()
5518 ofld_rxq, s); in t4_setup_intr_handlers()
5809 struct sge_ofld_rxq *ofld_rxq; in vi_full_uninit() local
5839 for_each_ofld_rxq(vi, i, ofld_rxq) { in vi_full_uninit()
5840 quiesce_iq(sc, &ofld_rxq->iq); in vi_full_uninit()
5841 quiesce_fl(sc, &ofld_rxq->fl); in vi_full_uninit()
9767 struct sge_ofld_rxq *ofld_rxq; in sysctl_holdoff_tmr_idx_ofld() local
[all …]
Dadapter.h782 struct sge_ofld_rxq *ofld_rxq; /* TOE rx queues */ member
986 for (q = &vi->adapter->sge.ofld_rxq[vi->first_ofld_rxq], iter = 0; \
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
Dmem.c90 V_T5_ULP_MEMIO_FID(sc->sge.ofld_rxq[0].iq.abs_id)); in _c4iw_write_mem_dma_aligned()
Dcq.c157 V_FW_RI_RES_WR_IQANDSTINDEX(sc->sge.ofld_rxq[0].iq.abs_id)); in create_cq()