Home
last modified time | relevance | path

Searched refs:aura_sz (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/mempool/octeontx2/
H A Dotx2_mempool.c31 req->aura_sz = lf->aura_sz; in npa_lf_alloc()
54 npa_lf_init(struct otx2_npa_lf *lf, uintptr_t base, uint8_t aura_sz, in npa_lf_init() argument
67 if (aura_sz == NPA_AURA_SZ_0 || aura_sz >= NPA_AURA_SZ_MAX) in npa_lf_init()
72 lf->aura_sz = aura_sz; in npa_lf_init()
184 uint8_t aura_sz = NPA_AURA_SZ_128; in otx2_parse_aura_size() local
197 return aura_sz; in otx2_parse_aura_size()
274 uint8_t aura_sz; in otx2_npa_lf_init() local
292 aura_sz = otx2_parse_aura_size(pci_dev->device.devargs); in otx2_npa_lf_init()
293 nr_pools = otx2_aura_size_to_u32(aura_sz); in otx2_npa_lf_init()
297 aura_sz, nr_pools, dev->mbox); in otx2_npa_lf_init()
[all …]
H A Dotx2_mempool.h40 uint8_t aura_sz; member
H A Dotx2_mempool_ops.c597 (int)BIT_ULL(6 + lf->aura_sz)) ? NPA_LF_ERR_AURA_ID_ALLOC : 0; in npa_lf_aura_pool_pair_alloc()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h665 int __otx2_io aura_sz; /* No of auras. See NPA_AURA_SZ_* */ member