Searched refs:bounce_buf (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dqueue.c163 mq->bounce_buf = kmalloc(bouncesz, GFP_KERNEL);
164 if (!mq->bounce_buf) {
171 if (mq->bounce_buf) {
196 if (!mq->bounce_buf) {
229 if (mq->bounce_buf)
230 kfree(mq->bounce_buf);
231 mq->bounce_buf = NULL;
260 if (mq->bounce_buf)
261 kfree(mq->bounce_buf);
262 mq->bounce_buf
[all...]
H A Dqueue.h17 char *bounce_buf; member in struct:mmc_queue
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dps3stor.h47 void *bounce_buf; member in struct:ps3_storage_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dps3rom.c128 scsi_sg_copy_to_buffer(cmd, dev->bounce_buf, dev->bounce_size);
200 scsi_sg_copy_to_buffer(cmd, dev->bounce_buf, dev->bounce_size);
313 dev->bounce_buf,
374 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA);
375 if (!dev->bounce_buf)
415 kfree(dev->bounce_buf);
428 kfree(dev->bounce_buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dps3stor_lib.c173 __ffs((unsigned long)dev->bounce_buf));
177 __func__, __LINE__, dev->bounce_size, dev->bounce_buf);
186 PS3_DMA_OTHER, dev->bounce_buf, dev->bounce_size);
195 dev->bounce_lpar = ps3_mm_phys_to_lpar(__pa(dev->bounce_buf));
196 dev->bounce_dma = dma_map_single(&dev->sbd.core, dev->bounce_buf,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dps3disk.c111 memcpy(dev->bounce_buf+offset, buf, size);
113 memcpy(buf, dev->bounce_buf+offset, size);
368 u16 *id = dev->bounce_buf;
441 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA);
442 if (!dev->bounce_buf) {
510 kfree(dev->bounce_buf);
536 kfree(dev->bounce_buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Den_tx.c78 ring->bounce_buf = kmalloc(MAX_DESC_SIZE, GFP_KERNEL);
79 if (!ring->bounce_buf) {
127 kfree(ring->bounce_buf);
128 ring->bounce_buf = NULL;
146 kfree(ring->bounce_buf);
147 ring->bounce_buf = NULL;
422 *((u32 *) (ring->bounce_buf + copy + i));
430 *((u32 *) (ring->bounce_buf + i));
659 tx_desc = (struct mlx4_en_tx_desc *) ring->bounce_buf;
751 if (tx_desc == (struct mlx4_en_tx_desc *) ring->bounce_buf)
[all...]
H A Dmlx4_en.h232 u8 *bounce_buf; member in struct:mlx4_en_tx_ring
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dqset.c266 bounce = std->bounce_buf;
298 if (std->bounce_buf) {
311 kfree(std->bounce_buf);
577 std->bounce_buf = kmalloc(max_std_len, mem_flags);
578 if (std->bounce_buf == NULL)
582 bounce = std->bounce_buf;
609 std->dma_addr = dma_map_single(&whc->umc->dev, std->bounce_buf, std->len,
H A Dwhcd.h87 * @bounce_buf: a bounce buffer if the std was from an urb with a sg
89 * @bounce_sg: the first scatterlist element bounce_buf is for.
90 * @bounce_offset: the offset into bounce_sg for the start of bounce_buf.
106 void *bounce_buf; member in struct:whc_std
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dps3flash.c155 src = dev->bounce_buf + offset;
224 dst = dev->bounce_buf + offset;
401 dev->bounce_buf = ps3flash_bounce_buffer.address;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dtifm_sd.c108 struct scatterlist bounce_buf; member in struct:tifm_sd
250 tifm_sd_copy_page(sg_page(&host->bounce_buf),
254 tifm_sd_copy_page(pg, p_off, sg_page(&host->bounce_buf),
311 sg = &host->bounce_buf;
667 sg_init_one(&host->bounce_buf, host->bounce_buf_data,
670 if(1 != tifm_map_sg(sock, &host->bounce_buf, 1,
688 tifm_unmap_sg(sock, &host->bounce_buf, 1,
763 tifm_unmap_sg(sock, &host->bounce_buf, 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dalauda.c392 void *bounce_buf; local
395 bounce_buf = kmalloc(mtd->writesize, GFP_KERNEL);
396 if (!bounce_buf)
405 err = alauda_read_page(mtd, from, bounce_buf, oob,
410 memcpy(buf, bounce_buf + byte, cplen);
421 kfree(bounce_buf);

Completed in 210 milliseconds