Home
last modified time | relevance | path

Searched refs:OTX2_ALIGN (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/drivers/mempool/octeontx2/
H A Dotx2_mempool_ops.c533 RTE_MEMZONE_IOVA_CONTIG, OTX2_ALIGN); in npa_lf_stack_dma_alloc()
574 if (block_size % OTX2_ALIGN || block_size < 128 || in npa_lf_aura_pool_pair_alloc()
627 pool->buf_size = block_size / OTX2_ALIGN; in npa_lf_aura_pool_pair_alloc()
746 if (block_size % OTX2_ALIGN != 0) { in otx2_npa_alloc()
757 if ((uint32_t)pool.buf_offset * OTX2_ALIGN != mp->header_size) { in otx2_npa_alloc()
H A Dotx2_mempool.c351 0, OTX2_ALIGN); in otx2_npa_init()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ptp.c232 0, OTX2_ALIGN, OTX2_ALIGN, in otx2_nix_timesync_enable()
H A Dotx2_lookup.c341 SOCKET_ID_ANY, 0, OTX2_ALIGN); in otx2_nix_fastpath_lookup_mem_get()
H A Dotx2_ethdev.c606 rxq = rte_zmalloc_socket("otx2 rxq", sizeof(*rxq), OTX2_ALIGN, socket); in otx2_nix_rx_queue_setup()
1094 aura = (struct npa_aura_s *)((uintptr_t)txq->fc_mem + OTX2_ALIGN); in nix_alloc_sqb_pool()
1264 OTX2_ALIGN, socket_id); in otx2_nix_tx_queue_setup()
1281 OTX2_ALIGN + sizeof(struct npa_aura_s), in otx2_nix_tx_queue_setup()
1282 OTX2_ALIGN, dev->node); in otx2_nix_tx_queue_setup()
H A Dotx2_ethdev_sec.c841 RTE_MEMZONE_IOVA_CONTIG, OTX2_ALIGN); in otx2_eth_sec_init()
H A Dotx2_flow.c917 SOCKET_ID_ANY, 0, OTX2_ALIGN); in flow_intra_dev_kex_cfg()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_common.h27 #define OTX2_ALIGN 128 macro
H A Dotx2_common.c41 SOCKET_ID_ANY, 0, OTX2_ALIGN); in otx2_intra_dev_get_cfg()
H A Dotx2_mbox.c134 OTX2_ALIGN); in otx2_mbox_init()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev.c974 OTX2_ALIGN + in sso_xaq_allocate()
978 OTX2_ALIGN); in sso_xaq_allocate()
987 aura = (struct npa_aura_s *)((uintptr_t)dev->fc_mem + OTX2_ALIGN); in sso_xaq_allocate()
/f-stack/dpdk/drivers/regex/octeontx2/
H A Dotx2_regexdev.c80 OTX2_ALIGN); in ree_qp_create()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops.c180 OTX2_ALIGN, 0); in otx2_cpt_qp_create()