Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_tx.c22 for (uint_t i = 0; i < txq->et_sq_num_descs; i++) { in ena_free_tx_dma()
30 sizeof (*txq->et_tcbs) * txq->et_sq_num_descs); in ena_free_tx_dma()
32 sizeof (ena_tx_control_block_t *) * txq->et_sq_num_descs); in ena_free_tx_dma()
60 sq_descs_sz = txq->et_sq_num_descs * sizeof (*txq->et_sq_descs); in ena_alloc_tx_dma()
76 txq->et_sq_num_descs, KM_SLEEP); in ena_alloc_tx_dma()
78 txq->et_sq_num_descs, KM_SLEEP); in ena_alloc_tx_dma()
80 for (uint_t i = 0; i < txq->et_sq_num_descs; i++) { in ena_alloc_tx_dma()
99 txq->et_tcbs_freelist_size = txq->et_sq_num_descs; in ena_alloc_tx_dma()
172 ASSERT3U(txq->et_sq_num_descs, ==, txq->et_cq_num_descs); in ena_alloc_txq()
174 ret = ena_create_sq(ena, txq->et_sq_num_descs, in ena_alloc_txq()
[all …]
H A Dena.h410 uint16_t et_sq_num_descs; /* WO */ member
H A Dena.c1547 txq->et_sq_num_descs = ena->ena_txq_num_descs; in ena_attach_alloc_txqs()