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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_ddp.c74 struct cxgb3i_gather_list *gl)
126 struct cxgb3i_gather_list *gl)
158 count * sizeof(struct cxgb3i_gather_list *));
236 struct cxgb3i_gather_list *gl)
246 struct cxgb3i_gather_list *gl)
283 * Return the cxgb3i_gather_list constructed from the page buffers if the
286 struct cxgb3i_gather_list *cxgb3i_ddp_make_gl(unsigned int xferlen,
292 struct cxgb3i_gather_list *gl;
307 gl = kzalloc(sizeof(struct cxgb3i_gather_list) +
363 void cxgb3i_ddp_release_gl(struct cxgb3i_gather_list *g
[all...]
H A Dcxgb3i_ddp.h36 * struct cxgb3i_gather_list - cxgb3i direct data placement memory
45 struct cxgb3i_gather_list { struct
89 struct cxgb3i_gather_list **gl_map;
289 struct cxgb3i_gather_list *, gfp_t gfp);
292 struct cxgb3i_gather_list *cxgb3i_ddp_make_gl(unsigned int xferlen,
297 void cxgb3i_ddp_release_gl(struct cxgb3i_gather_list *gl,
H A Dcxgb3i_iscsi.c853 struct cxgb3i_gather_list *gl;

Completed in 38 milliseconds