Home
last modified time | relevance | path

Searched refs:cq_hw_idx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_rx.c164 uint16_t cq_hw_idx, sq_hw_idx; in ena_alloc_rxq() local
184 rxq->er_intr_vector, &cq_hw_idx, &cq_unmask_addr, &cq_numanode); in ena_alloc_rxq()
195 rxq->er_cq_hw_idx = cq_hw_idx; in ena_alloc_rxq()
210 rxq->er_sq_dma.edb_cookie->dmac_laddress, false, cq_hw_idx, in ena_alloc_rxq()
H A Dena_tx.c128 uint16_t cq_hw_idx, sq_hw_idx; in ena_alloc_txq() local
150 txq->et_intr_vector, &cq_hw_idx, &cq_unmask_addr, &cq_numanode); in ena_alloc_txq()
158 txq->et_cq_hw_idx = cq_hw_idx; in ena_alloc_txq()
175 txq->et_sq_dma.edb_cookie->dmac_laddress, true, cq_hw_idx, in ena_alloc_txq()