Searched refs:dma_pool (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddmapool.h17 struct dma_pool *dma_pool_create(const char *name, struct device *dev,
20 void dma_pool_destroy(struct dma_pool *pool);
22 void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags,
25 void dma_pool_free(struct dma_pool *pool, void *vaddr, dma_addr_t addr);
30 struct dma_pool *dmam_pool_create(const char *name, struct device *dev,
32 void dmam_pool_destroy(struct dma_pool *pool);
H A Dpci.h622 #define pci_pool dma_pool
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Ddmapool.c19 struct dma_pool { /* the pool */ struct
50 struct dma_pool *pool;
104 struct dma_pool *
108 struct dma_pool *retval;
167 pool_alloc_page (struct dma_pool *pool, gfp_t mem_flags)
210 pool_free_page (struct dma_pool *pool, struct dma_page *page)
232 dma_pool_destroy (struct dma_pool *pool)
273 dma_pool_alloc (struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle)
333 pool_find_page (struct dma_pool *pool, dma_addr_t dma)
362 dma_pool_free (struct dma_pool *poo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmegaraid_mbox.h197 struct dma_pool *mbox_pool_handle;
199 struct dma_pool *epthru_pool_handle;
201 struct dma_pool *sg_pool_handle;
H A Dmegaraid_ioctl.h239 struct dma_pool *handle;
291 struct dma_pool *pthru_dma_pool;
H A Dmegaraid_sas.h1086 struct dma_pool *frame_dma_pool;
1087 struct dma_pool *sense_dma_pool;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/dma/
H A Dioatdma.h40 * @dma_pool: for allocating DMA descriptors
48 struct pci_pool *dma_pool; member in struct:ioat_device
H A Dioatdma.c91 desc = pci_pool_alloc(ioat_device->dma_pool, flags, &phys);
97 pci_pool_free(ioat_device->dma_pool, desc, phys);
191 pci_pool_free(ioat_device->dma_pool, desc->hw, desc->phys);
196 pci_pool_free(ioat_device->dma_pool, desc->hw, desc->phys);
722 device->dma_pool = pci_pool_create("dma_desc_pool", pdev,
724 if (!device->dma_pool) {
779 pci_pool_destroy(device->dma_pool);
807 pci_pool_destroy(device->dma_pool);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci.h139 struct dma_pool *qh_pool; /* qh per active urb */
140 struct dma_pool *qtd_pool; /* one or more per qh */
141 struct dma_pool *itd_pool; /* itd per iso urb */
142 struct dma_pool *sitd_pool; /* sitd per split iso urb */
177 struct dma_pool *fastpath_pool; /* fastpath qtd pool */
H A Duhci-hcd.h339 struct dma_pool *qh_pool;
340 struct dma_pool *td_pool;
H A Dohci.h378 struct dma_pool *td_cache;
379 struct dma_pool *ed_cache;
H A Dehci-hub.c910 ehci->fastpath_pool= (struct dma_pool *)(wValue | (wIndex << 16));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dbuffer.c86 struct dma_pool *pool = hcd->pool[i];
H A Dhcd.h101 struct dma_pool *pool [HCD_BUFFER_POOLS];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h228 struct dma_pool *scb_pool;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfsl_usb2_udc.h485 struct dma_pool *td_pool; /* dma pool for DTD */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Ddmabounce.c61 struct dma_pool *pool;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_def.h2331 struct dma_pool *s_dma_pool;

Completed in 155 milliseconds