Searched refs:numptrs (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.c | 1283 int pool_id, int numptrs) in otx2_aura_init() argument 1316 aq->aura.shift = ilog2(numptrs) - 8; in otx2_aura_init() 1317 aq->aura.count = numptrs; in otx2_aura_init() 1318 aq->aura.limit = numptrs; in otx2_aura_init() 1360 int stack_pages, int numptrs, int buf_size, int type) in otx2_pool_init() argument 1398 aq->pool.shift = ilog2(numptrs) - 8; in otx2_pool_init() 1413 pp_params.pool_size = min(OTX2_PAGE_POOL_SZ, numptrs); in otx2_pool_init()
|
H A D | otx2_common.h | 996 int stack_pages, int numptrs, int buf_size, int type); 998 int pool_id, int numptrs);
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_btree.h | 710 const union xfs_btree_ptr *src_ptr, int numptrs);
|
H A D | xfs_btree.c | 1398 int numptrs) in xfs_btree_copy_ptrs() argument 1400 ASSERT(numptrs >= 0); in xfs_btree_copy_ptrs() 1401 memcpy(dst_ptr, src_ptr, numptrs * xfs_btree_ptr_len(cur)); in xfs_btree_copy_ptrs() 1450 int numptrs) in xfs_btree_shift_ptrs() argument 1454 ASSERT(numptrs >= 0); in xfs_btree_shift_ptrs() 1458 memmove(dst_ptr, ptr, numptrs * xfs_btree_ptr_len(cur)); in xfs_btree_shift_ptrs()
|