Searched refs:stack_pages (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos_sq.c36 int pool_id, stack_pages, num_sqbs; local
53 stack_pages =
65 err = otx2_pool_init(pfvf, pool_id, stack_pages,
H A Dotx2_common.c1360 int stack_pages, int numptrs, int buf_size, int type)
1370 stack_pages, pfvf->hw.stack_pg_bytes);
1397 aq->pool.stack_max_pages = stack_pages;
1428 int qidx, pool_id, stack_pages, num_sqbs; local
1445 stack_pages =
1456 err = otx2_pool_init(pfvf, pool_id, stack_pages,
1501 int stack_pages, pool_id, rq; local
1508 stack_pages =
1519 err = otx2_pool_init(pfvf, pool_id, stack_pages,
1359 otx2_pool_init(struct otx2_nic *pfvf, u16 pool_id, int stack_pages, int numptrs, int buf_size, int type) argument
H A Dotx2_common.h995 int stack_pages, int numptrs, int buf_size, int type);
/linux-master/block/
H A Dblk-map.c295 struct page *stack_pages[UIO_FASTIOV]; local
296 struct page **pages = stack_pages;
301 if (nr_vecs > ARRAY_SIZE(stack_pages))
339 if (pages != stack_pages)
H A Dbio-integrity.c316 struct page *stack_pages[UIO_FASTIOV], **pages = stack_pages; local
351 if (pages != stack_pages)
/linux-master/fs/bcachefs/
H A Dcompress.c66 struct page *stack_pages[16]; local
95 pages = nr_pages > ARRAY_SIZE(stack_pages)
97 : stack_pages;
106 if (pages != stack_pages)
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h243 u64 stack_pages : 32; member in struct:npa_pool_s
H A Drvu_debugfs.c1125 seq_printf(m, "W2: stack_max_pages \t%d\nW2: stack_pages\t\t%d\n",
1126 pool->stack_max_pages, pool->stack_pages);

Completed in 165 milliseconds