Home
last modified time | relevance | path

Searched refs:cxgb3i_gather_list (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/cxgb3i/
Dcxgb3i_ddp.c89 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()
[all …]
Dcxgb3i_ddp.h44 struct cxgb3i_gather_list { struct
86 struct cxgb3i_gather_list **gl_map;
288 struct cxgb3i_gather_list *, gfp_t gfp);
291 struct cxgb3i_gather_list *cxgb3i_ddp_make_gl(unsigned int xferlen,
296 void cxgb3i_ddp_release_gl(struct cxgb3i_gather_list *gl,
Dcxgb3i_iscsi.c783 struct cxgb3i_gather_list *gl; in cxgb3i_reserve_itt()