Searched refs:gl_map (Results 1 - 2 of 2) 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.c138 if (ddp->gl_map[k])
143 ddp->gl_map[k] = gl;
157 memset(&ddp->gl_map[start], 0,
469 struct cxgb3i_gather_list *gl = ddp->gl_map[idx];
641 struct cxgb3i_gather_list *gl = ddp->gl_map[i];
707 ddp->gl_map = (struct cxgb3i_gather_list **)(ddp + 1);
708 ddp->gl_skb = (struct sk_buff **)(((char *)ddp->gl_map) +
H A Dcxgb3i_ddp.h70 * @gl_map: ddp memory gather list
89 struct cxgb3i_gather_list **gl_map; member in struct:cxgb3i_ddp_info

Completed in 71 milliseconds