Home
last modified time | relevance | path

Searched refs:desc_base (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/ionic/
H A Dionic_rxtx.c328 struct ionic_txq_desc *desc_base = q->base; in ionic_tx_tso_next() local
330 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() local
477 desc = &desc_base[q->head_idx]; in ionic_tx()
553 struct ionic_txq_desc *desc_base = q->base; in ionic_xmit_pkts() local
554 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() local
922 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 …]
/dpdk/drivers/common/cnxk/
H A Droc_nix_queue.c487 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()
H A Droc_nix.h319 void *desc_base; member
H A Dcnxk_telemetry_nix.c242 CNXK_TEL_DICT_PTR(d, cq, desc_base); in cnxk_tel_nix_cq()
H A Droc_nix_debug.c842 nix_dump(" desc_base = %p", cq->desc_base); in roc_nix_cq_dump()
/dpdk/lib/vhost/
H A Dvirtio_net.c353 struct vring_packed_desc *desc_base; in vhost_flush_enqueue_batch_packed() local
356 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()
/dpdk/drivers/net/cnxk/
H A Dcn9k_ethdev.c261 rxq->desc = (uintptr_t)cq->desc_base; in cn9k_nix_rx_queue_setup()
H A Dcn10k_ethdev.c268 rxq->desc = (uintptr_t)cq->desc_base; in cn10k_nix_rx_queue_setup()