Searched refs:cxgbi_ppm_pool (Results 1 – 2 of 2) sorted by relevance
121 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()
121 struct cxgbi_ppm_pool { struct141 struct cxgbi_ppm_pool __percpu *pool; argument