Searched refs:dma_bounce_buffer (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgvp11.c65 wh->dma_bounce_buffer =
71 !wh->dma_bounce_buffer) {
72 wh->dma_bounce_buffer =
76 if (!wh->dma_bounce_buffer) {
85 addr = virt_to_bus(wh->dma_bounce_buffer);
90 kfree(wh->dma_bounce_buffer);
93 amiga_chip_free(wh->dma_bounce_buffer);
96 wh->dma_bounce_buffer =
100 if (!wh->dma_bounce_buffer) {
105 addr = virt_to_bus(wh->dma_bounce_buffer);
[all...]
H A Da2091.c52 wh->dma_bounce_buffer = kmalloc(wh->dma_bounce_len,
56 if (!wh->dma_bounce_buffer) {
62 addr = virt_to_bus(wh->dma_bounce_buffer);
67 kfree(wh->dma_bounce_buffer);
68 wh->dma_bounce_buffer = NULL;
75 memcpy(wh->dma_bounce_buffer, cmd->SCp.ptr,
139 if (status && wh->dma_bounce_buffer) {
141 memcpy(SCpnt->SCp.ptr, wh->dma_bounce_buffer,
143 kfree(wh->dma_bounce_buffer);
144 wh->dma_bounce_buffer
[all...]
H A Da3000.c61 wh->dma_bounce_buffer = kmalloc(wh->dma_bounce_len,
65 if (!wh->dma_bounce_buffer) {
72 memcpy(wh->dma_bounce_buffer, cmd->SCp.ptr,
76 addr = virt_to_bus(wh->dma_bounce_buffer);
148 if (status && wh->dma_bounce_buffer) {
151 memcpy(SCpnt->SCp.ptr, wh->dma_bounce_buffer,
153 kfree(wh->dma_bounce_buffer);
154 wh->dma_bounce_buffer = NULL;
157 kfree(wh->dma_bounce_buffer);
158 wh->dma_bounce_buffer
[all...]
H A Dwd33c93.h238 uchar *dma_bounce_buffer; member in struct:WD33C93_hostdata
H A Dwd33c93.c1936 hostdata->dma_bounce_buffer = NULL;

Completed in 65 milliseconds