Searched refs:iqidx (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_netmap.c | 213 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 D | t4_sge.c | 1118 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() 4596 int rc, iqidx; in alloc_txq() local 4612 iqidx = vi->first_rxq + (idx % vi->nrxq); in alloc_txq() 4616 &sc->sge.rxq[iqidx].iq, name); in alloc_txq() 4816 int rc, iqidx; in alloc_ofld_txq() local 4831 iqidx = vi->first_ofld_rxq + (idx % vi->nofldrxq); in alloc_ofld_txq() 4833 &sc->sge.ofld_rxq[iqidx].iq, name); in alloc_ofld_txq() 4835 iqidx = vi->first_rxq + (idx % vi->nrxq); in alloc_ofld_txq() [all …]
|
H A D | adapter.h | 831 int iqidx; member
|