Home
last modified time | relevance | path

Searched refs:iqidx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c213 alloc_nm_txq(struct vi_info *vi, struct sge_nm_txq *nm_txq, int iqidx, int idx) in alloc_nm_txq() argument
233 nm_txq->iqidx = iqidx; in alloc_nm_txq()
433 V_FW_EQ_ETH_CMD_IQID(sc->sge.nm_rxq[nm_txq->iqidx].iq_cntxt_id)); in alloc_nm_txq_hwq()
H A Dt4_sge.c1118 int saved_idx, iqidx; in t4_setup_vi_queues() local
1150 iqidx = vi->first_nm_rxq + (i % vi->nnmrxq); in t4_setup_vi_queues()
1151 rc = alloc_nm_txq(vi, nm_txq, iqidx, i); in t4_setup_vi_queues()
4580 int rc, iqidx; in alloc_txq() local
4596 iqidx = vi->first_rxq + (idx % vi->nrxq); in alloc_txq()
4600 &sc->sge.rxq[iqidx].iq, name); in alloc_txq()
4800 int rc, iqidx; in alloc_ofld_txq() local
4815 iqidx = vi->first_ofld_rxq + (idx % vi->nofldrxq); in alloc_ofld_txq()
4817 &sc->sge.ofld_rxq[iqidx].iq, name); in alloc_ofld_txq()
4819 iqidx = vi->first_rxq + (idx % vi->nrxq); in alloc_ofld_txq()
[all …]
H A Dadapter.h831 int iqidx; member