Home
last modified time | relevance | path

Searched refs:cxgbi_ppm_pool (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.c121 struct cxgbi_ppm_pool *pool; in ppm_get_cpu_entries()
197 struct cxgbi_ppm_pool *pool; in ppm_unmark_entries()
345 static struct cxgbi_ppm_pool *ppm_alloc_cpu_pool(unsigned int *total, in ppm_alloc_cpu_pool()
348 struct cxgbi_ppm_pool *pools; in ppm_alloc_cpu_pool()
368 pools = __alloc_percpu(alloc_sz, __alignof__(struct cxgbi_ppm_pool)); in ppm_alloc_cpu_pool()
374 struct cxgbi_ppm_pool *ppool = per_cpu_ptr(pools, cpu); in ppm_alloc_cpu_pool()
395 struct cxgbi_ppm_pool *pool = NULL; in cxgbi_ppm_init()
Dlibcxgb_ppm.h121 struct cxgbi_ppm_pool { struct
141 struct cxgbi_ppm_pool __percpu *pool; argument