Home
last modified time | relevance | path

Searched refs:gl_map (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/cxgb3i/
Dcxgb3i_ddp.c143 if (ddp->gl_map[i + j]) in ddp_find_unused_entries()
148 ddp->gl_map[i + j] = gl; in ddp_find_unused_entries()
162 memset(&ddp->gl_map[start], 0, in ddp_unmark_entries()
454 struct cxgb3i_gather_list *gl = ddp->gl_map[idx]; in cxgb3i_ddp_tag_release()
604 ddp->gl_map = (struct cxgb3i_gather_list **)(ddp + 1); in ddp_init()
605 ddp->gl_skb = (struct sk_buff **)(((char *)ddp->gl_map) + in ddp_init()
706 struct cxgb3i_gather_list *gl = ddp->gl_map[i]; in ddp_release()
Dcxgb3i_ddp.h86 struct cxgb3i_gather_list **gl_map; member