Home
last modified time | relevance | path

Searched refs:ring_mem (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/crypto/virtio/
H A Dvirtio_rxtx.c373 uint8_t *ring_mem = vq->vq_ring_virt_mem; in virtio_crypto_vring_start() local
377 vring_init(vr, size, ring_mem, VIRTIO_PCI_VRING_ALIGN); in virtio_crypto_vring_start()
/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c4702 struct bnxt_ring_mem_info *rmem = &ctx_pg->ring_mem; in bnxt_alloc_ctx_mem_blk()
4798 rte_memzone_free(bp->ctx->qp_mem.ring_mem.mz); in bnxt_free_ctx_mem()
4799 rte_memzone_free(bp->ctx->srq_mem.ring_mem.mz); in bnxt_free_ctx_mem()
4800 rte_memzone_free(bp->ctx->cq_mem.ring_mem.mz); in bnxt_free_ctx_mem()
4801 rte_memzone_free(bp->ctx->vnic_mem.ring_mem.mz); in bnxt_free_ctx_mem()
4802 rte_memzone_free(bp->ctx->stat_mem.ring_mem.mz); in bnxt_free_ctx_mem()
4803 rte_memzone_free(bp->ctx->qp_mem.ring_mem.pg_tbl_mz); in bnxt_free_ctx_mem()
4804 rte_memzone_free(bp->ctx->srq_mem.ring_mem.pg_tbl_mz); in bnxt_free_ctx_mem()
4805 rte_memzone_free(bp->ctx->cq_mem.ring_mem.pg_tbl_mz); in bnxt_free_ctx_mem()
4806 rte_memzone_free(bp->ctx->vnic_mem.ring_mem.pg_tbl_mz); in bnxt_free_ctx_mem()
[all …]
H A Dbnxt_hwrm.c5420 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()
5431 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()
5442 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()
5454 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()
5463 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()
5481 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, pg_attr, pg_dir); in bnxt_hwrm_func_backing_store_cfg()
5491 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()
H A Dbnxt.h446 struct bnxt_ring_mem_info ring_mem; member
/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c443 uint8_t *ring_mem = vq->vq_ring_virt_mem; in virtio_init_vring() local
447 memset(ring_mem, 0, vq->vq_ring_size); in virtio_init_vring()
456 vring_init_packed(&vq->vq_packed.ring, ring_mem, in virtio_init_vring()
462 vring_init_split(vr, ring_mem, VIRTIO_VRING_ALIGN, size); in virtio_init_vring()