Searched refs:sgpage (Results 1 - 4 of 4) 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.c294 struct page *sgpage = sg_page(sg); local
316 gl->pages[0] = sgpage;
322 if (sgpage == page && sg->offset == sgoffset + sglen)
340 sgpage = page;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/echoaudio/
H A Dechoaudio.h343 struct snd_dma_buffer sgpage; /* Room for the scatter-gather list */ member in struct:audiopipe
H A Dechoaudio_dsp.c1114 memset(pipe->sgpage.area, 0, PAGE_SIZE);
1116 cpu_to_le32(pipe->sgpage.addr);
1126 struct sg_entry *list = (struct sg_entry *)pipe->sgpage.area;
1150 return sglist_add_mapping(chip, pipe, pipe->sgpage.addr, 0);
H A Dechoaudio.c106 if (pipe->sgpage.area)
107 snd_dma_free_pages(&pipe->sgpage);
335 PAGE_SIZE, &pipe->sgpage)) < 0) {

Completed in 126 milliseconds