Searched refs:npa_aura_s (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/mempool/octeontx2/ |
| H A D | otx2_mempool_ops.c | 350 struct npa_aura_s *aura, struct npa_pool_s *pool) in npa_lf_aura_pool_init() 559 const uint32_t block_count, struct npa_aura_s *aura, in npa_lf_aura_pool_pair_alloc() 720 struct npa_aura_s aura; in otx2_npa_alloc() 752 memset(&aura, 0, sizeof(struct npa_aura_s)); in otx2_npa_alloc() 765 memcpy(&aura, mp->pool_config, sizeof(struct npa_aura_s)); in otx2_npa_alloc()
|
| H A D | otx2_mempool_debug.c | 48 npa_lf_aura_dump(__otx2_io struct npa_aura_s *aura) in npa_lf_aura_dump()
|
| /f-stack/dpdk/drivers/common/octeontx2/hw/ |
| H A D | otx2_npa.h | 195 struct npa_aura_s { struct
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev.c | 959 struct npa_aura_s *aura; in sso_xaq_allocate() 975 sizeof(struct npa_aura_s), in sso_xaq_allocate() 987 aura = (struct npa_aura_s *)((uintptr_t)dev->fc_mem + OTX2_ALIGN); in sso_xaq_allocate() 988 memset(aura, 0, sizeof(struct npa_aura_s)); in sso_xaq_allocate()
|
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_mbox.h | 688 __otx2_io struct npa_aura_s aura; 695 __otx2_io struct npa_aura_s aura_mask; 705 __otx2_io struct npa_aura_s aura;
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev.c | 1091 struct npa_aura_s *aura; in nix_alloc_sqb_pool() 1094 aura = (struct npa_aura_s *)((uintptr_t)txq->fc_mem + OTX2_ALIGN); in nix_alloc_sqb_pool() 1281 OTX2_ALIGN + sizeof(struct npa_aura_s), in otx2_nix_tx_queue_setup()
|