Searched refs:et_cq_num_descs (Results 1 – 3 of 3) sorted by relevance
59 cq_descs_sz = txq->et_cq_num_descs * sizeof (*txq->et_cq_descs); in ena_alloc_tx_dma()132 ASSERT3U(txq->et_cq_num_descs, >, 0); in ena_alloc_txq()148 ret = ena_create_cq(ena, txq->et_cq_num_descs, in ena_alloc_txq()172 ASSERT3U(txq->et_sq_num_descs, ==, txq->et_cq_num_descs); in ena_alloc_txq()505 const uint16_t modulo_mask = txq->et_cq_num_descs - 1; in ena_tx_intr_work()
454 uint16_t et_cq_num_descs; /* WO */ member
1548 txq->et_cq_num_descs = ena->ena_txq_num_descs; in ena_attach_alloc_txqs()