Lines Matching refs:cxgbi_gather_list
1267 struct cxgbi_gather_list *gl, unsigned int gidx) in cxgbi_ddp_ppod_set()
1288 struct cxgbi_gather_list *gl) in ddp_find_unused_entries()
1325 count * sizeof(struct cxgbi_gather_list *)); in ddp_unmark_entries()
1330 struct cxgbi_gather_list *gl) in ddp_gl_unmap()
1340 struct cxgbi_gather_list *gl) in ddp_gl_map()
1367 static void ddp_release_gl(struct cxgbi_gather_list *gl, in ddp_release_gl()
1374 static struct cxgbi_gather_list *ddp_make_gl(unsigned int xferlen, in ddp_make_gl()
1380 struct cxgbi_gather_list *gl; in ddp_make_gl()
1396 gl = kzalloc(sizeof(struct cxgbi_gather_list) + in ddp_make_gl()
1466 struct cxgbi_gather_list *gl = ddp->gl_map[idx]; in ddp_tag_release()
1486 u32 sw_tag, u32 *tagp, struct cxgbi_gather_list *gl, in ddp_tag_reserve()
1551 struct cxgbi_gather_list *gl; in cxgbi_ddp_reserve()
1589 struct cxgbi_gather_list *gl = ddp->gl_map[i]; in ddp_destroy()
1630 ppmax * (sizeof(struct cxgbi_gather_list *) + in cxgbi_ddp_init()
1637 ddp->gl_map = (struct cxgbi_gather_list **)(ddp + 1); in cxgbi_ddp_init()