Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.c122 struct cxgbi_ppm_pool *pool; in ppm_get_cpu_entries()
193 struct cxgbi_ppm_pool *pool; in ppm_unmark_entries()
341 static struct cxgbi_ppm_pool *ppm_alloc_cpu_pool(unsigned int *total, in ppm_alloc_cpu_pool()
344 struct cxgbi_ppm_pool *pools; in ppm_alloc_cpu_pool()
361 pools = __alloc_percpu(alloc_sz, __alignof__(struct cxgbi_ppm_pool)); in ppm_alloc_cpu_pool()
367 struct cxgbi_ppm_pool *ppool = per_cpu_ptr(pools, cpu); in ppm_alloc_cpu_pool()
389 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