Lines Matching refs:cxgbi_gather_list
1271 struct cxgbi_gather_list *gl, unsigned int gidx) in cxgbi_ddp_ppod_set()
1292 struct cxgbi_gather_list *gl) in ddp_find_unused_entries()
1329 count * sizeof(struct cxgbi_gather_list *)); in ddp_unmark_entries()
1334 struct cxgbi_gather_list *gl) in ddp_gl_unmap()
1344 struct cxgbi_gather_list *gl) in ddp_gl_map()
1371 static void ddp_release_gl(struct cxgbi_gather_list *gl, in ddp_release_gl()
1378 static struct cxgbi_gather_list *ddp_make_gl(unsigned int xferlen, in ddp_make_gl()
1384 struct cxgbi_gather_list *gl; in ddp_make_gl()
1400 gl = kzalloc(sizeof(struct cxgbi_gather_list) + in ddp_make_gl()
1470 struct cxgbi_gather_list *gl = ddp->gl_map[idx]; in ddp_tag_release()
1490 u32 sw_tag, u32 *tagp, struct cxgbi_gather_list *gl, in ddp_tag_reserve()
1555 struct cxgbi_gather_list *gl; in cxgbi_ddp_reserve()
1593 struct cxgbi_gather_list *gl = ddp->gl_map[i]; in ddp_destroy()
1634 ppmax * (sizeof(struct cxgbi_gather_list *) + in cxgbi_ddp_init()
1641 ddp->gl_map = (struct cxgbi_gather_list **)(ddp + 1); in cxgbi_ddp_init()