Home
last modified time | relevance | path

Searched refs:sgpage (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/sound/pci/echoaudio/
Dechoaudio_dsp.c1114 memset(pipe->sgpage.area, 0, PAGE_SIZE); in sglist_init()
1116 cpu_to_le32(pipe->sgpage.addr); in sglist_init()
1126 struct sg_entry *list = (struct sg_entry *)pipe->sgpage.area; in sglist_add_mapping()
1150 return sglist_add_mapping(chip, pipe, pipe->sgpage.addr, 0); in sglist_wrap()
Dechoaudio.h343 struct snd_dma_buffer sgpage; /* Room for the scatter-gather list */ member
Dechoaudio.c106 if (pipe->sgpage.area) in audiopipe_free()
107 snd_dma_free_pages(&pipe->sgpage); in audiopipe_free()
335 PAGE_SIZE, &pipe->sgpage)) < 0) { in pcm_open()
/linux-2.6.39/drivers/scsi/cxgbi/
Dlibcxgbi.c1131 struct page *sgpage = sg_page(sg); in ddp_make_gl() local
1161 gl->pages[0] = sgpage; in ddp_make_gl()
1167 if (sgpage == page && sg->offset == sgoffset + sglen) in ddp_make_gl()
1192 sgpage = page; in ddp_make_gl()