Lines Matching refs:cxgb3i_gather_list
89 struct cxgb3i_gather_list *gl) in set_ddp_map()
136 struct cxgb3i_gather_list *gl) in ddp_find_unused_entries()
163 count * sizeof(struct cxgb3i_gather_list *)); in ddp_unmark_entries()
217 struct cxgb3i_gather_list *gl) in ddp_gl_unmap()
227 struct cxgb3i_gather_list *gl) in ddp_gl_map()
267 struct cxgb3i_gather_list *cxgb3i_ddp_make_gl(unsigned int xferlen, in cxgb3i_ddp_make_gl()
273 struct cxgb3i_gather_list *gl; in cxgb3i_ddp_make_gl()
288 gl = kzalloc(sizeof(struct cxgb3i_gather_list) + in cxgb3i_ddp_make_gl()
345 void cxgb3i_ddp_release_gl(struct cxgb3i_gather_list *gl, in cxgb3i_ddp_release_gl()
368 struct cxgb3i_gather_list *gl, gfp_t gfp) in cxgb3i_ddp_tag_reserve()
454 struct cxgb3i_gather_list *gl = ddp->gl_map[idx]; in cxgb3i_ddp_tag_release()
596 (sizeof(struct cxgb3i_gather_list *) + in ddp_init()
604 ddp->gl_map = (struct cxgb3i_gather_list **)(ddp + 1); in ddp_init()
607 sizeof(struct cxgb3i_gather_list *)); in ddp_init()
706 struct cxgb3i_gather_list *gl = ddp->gl_map[i]; in ddp_release()