Lines Matching defs:ppm
66 int cxgbi_ppm_find_page_index(struct cxgbi_ppm *ppm, unsigned long pgsz) in cxgbi_ppm_find_page_index()
105 static void ppm_mark_entries(struct cxgbi_ppm *ppm, int i, int count, in ppm_mark_entries()
119 static int ppm_get_cpu_entries(struct cxgbi_ppm *ppm, unsigned int count, in ppm_get_cpu_entries()
155 static int ppm_get_entries(struct cxgbi_ppm *ppm, unsigned int count, in ppm_get_entries()
187 static void ppm_unmark_entries(struct cxgbi_ppm *ppm, int i, int count) in ppm_unmark_entries()
222 void cxgbi_ppm_ppod_release(struct cxgbi_ppm *ppm, u32 idx) in cxgbi_ppm_ppod_release()
242 int cxgbi_ppm_ppods_reserve(struct cxgbi_ppm *ppm, unsigned short nr_pages, in cxgbi_ppm_ppods_reserve()
288 void cxgbi_ppm_make_ppod_hdr(struct cxgbi_ppm *ppm, u32 tag, in cxgbi_ppm_make_ppod_hdr()
310 static void ppm_free(struct cxgbi_ppm *ppm) in ppm_free()
317 struct cxgbi_ppm *ppm = container_of(kref, in ppm_destroy() local
329 int cxgbi_ppm_release(struct cxgbi_ppm *ppm) in cxgbi_ppm_release()
388 struct cxgbi_ppm *ppm = (struct cxgbi_ppm *)(*ppm_pp); in cxgbi_ppm_init() local