Lines Matching defs:ppm
65 int cxgbi_ppm_find_page_index(struct cxgbi_ppm *ppm, unsigned long pgsz) in cxgbi_ppm_find_page_index()
104 static void ppm_mark_entries(struct cxgbi_ppm *ppm, int i, int count, in ppm_mark_entries()
118 static int ppm_get_cpu_entries(struct cxgbi_ppm *ppm, unsigned int count, in ppm_get_cpu_entries()
157 static int ppm_get_entries(struct cxgbi_ppm *ppm, unsigned int count, in ppm_get_entries()
191 static void ppm_unmark_entries(struct cxgbi_ppm *ppm, int i, int count) in ppm_unmark_entries()
226 void cxgbi_ppm_ppod_release(struct cxgbi_ppm *ppm, u32 idx) in cxgbi_ppm_ppod_release()
246 int cxgbi_ppm_ppods_reserve(struct cxgbi_ppm *ppm, unsigned short nr_pages, in cxgbi_ppm_ppods_reserve()
292 void cxgbi_ppm_make_ppod_hdr(struct cxgbi_ppm *ppm, u32 tag, in cxgbi_ppm_make_ppod_hdr()
314 static void ppm_free(struct cxgbi_ppm *ppm) in ppm_free()
321 struct cxgbi_ppm *ppm = container_of(kref, in ppm_destroy() local
333 int cxgbi_ppm_release(struct cxgbi_ppm *ppm) in cxgbi_ppm_release()
394 struct cxgbi_ppm *ppm = (struct cxgbi_ppm *)(*ppm_pp); in cxgbi_ppm_init() local