Searched refs:desc_base (Results 1 – 8 of 8) sorted by relevance
328 struct ionic_txq_desc *desc_base = q->base; in ionic_tx_tso_next() local330 struct ionic_txq_desc *desc = &desc_base[q->head_idx]; in ionic_tx_tso_next()464 struct ionic_txq_desc *desc, *desc_base = q->base; in ionic_tx() local477 desc = &desc_base[q->head_idx]; in ionic_tx()553 struct ionic_txq_desc *desc_base = q->base; in ionic_xmit_pkts() local554 rte_prefetch0(&desc_base[next_q_head_idx]); in ionic_xmit_pkts()921 struct ionic_rxq_desc *desc_base = q->base; in ionic_rx_recycle() local922 struct ionic_rxq_desc *old = &desc_base[q_desc_index]; in ionic_rx_recycle()923 struct ionic_rxq_desc *new = &desc_base[q->head_idx]; in ionic_rx_recycle()939 struct ionic_rxq_desc *desc, *desc_base = q->base; in ionic_rx_fill() local[all …]
487 cq->desc_base = plt_zmalloc(desc_sz, NIX_CQ_ALIGN); in roc_nix_cq_init()488 if (cq->desc_base == NULL) { in roc_nix_cq_init()520 cq_ctx->base = (uint64_t)cq->desc_base; in roc_nix_cq_init()564 plt_free(cq->desc_base); in roc_nix_cq_init()617 plt_free(cq->desc_base); in roc_nix_cq_fini()
319 void *desc_base; member
242 CNXK_TEL_DICT_PTR(d, cq, desc_base); in cnxk_tel_nix_cq()
842 nix_dump(" desc_base = %p", cq->desc_base); in roc_nix_cq_dump()
353 struct vring_packed_desc *desc_base; in vhost_flush_enqueue_batch_packed() local356 desc_base = &vq->desc_packed[last_used_idx]; in vhost_flush_enqueue_batch_packed()361 desc_base[i].id = ids[i]; in vhost_flush_enqueue_batch_packed()362 desc_base[i].len = lens[i]; in vhost_flush_enqueue_batch_packed()368 desc_base[i].flags = flags; in vhost_flush_enqueue_batch_packed()
261 rxq->desc = (uintptr_t)cq->desc_base; in cn9k_nix_rx_queue_setup()
268 rxq->desc = (uintptr_t)cq->desc_base; in cn10k_nix_rx_queue_setup()