Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_tx.c53 cq_descs_sz = txq->et_cq_num_descs * sizeof (*txq->et_cq_descs); in ena_alloc_tx_dma()
120 ASSERT3U(txq->et_cq_num_descs, >, 0); in ena_alloc_txq()
136 ret = ena_create_cq(ena, txq->et_cq_num_descs, in ena_alloc_txq()
160 ASSERT3U(txq->et_sq_num_descs, ==, txq->et_cq_num_descs); in ena_alloc_txq()
467 const uint16_t modulo_mask = txq->et_cq_num_descs - 1; in ena_tx_intr_work()
H A Dena.h446 uint16_t et_cq_num_descs; /* WO */ member
H A Dena.c1548 txq->et_cq_num_descs = ena->ena_txq_num_descs; in ena_attach_alloc_txqs()