Searched refs:et_cq_descs (Results 1 – 2 of 2) sorted by relevance
40 txq->et_cq_descs = NULL; in ena_free_tx_dma()59 cq_descs_sz = txq->et_cq_num_descs * sizeof (*txq->et_cq_descs); in ena_alloc_tx_dma()114 txq->et_cq_descs = (void *)txq->et_cq_dma.edb_va; in ena_alloc_tx_dma()516 cdesc = &txq->et_cq_descs[head_mod]; in ena_tx_intr_work()558 cdesc = &txq->et_cq_descs[head_mod]; in ena_tx_intr_work()
452 enahw_tx_cdesc_t *et_cq_descs; /* TM */ member