Home
last modified time | relevance | path

Searched refs:pci_pool_alloc (Results 1 – 25 of 28) sorted by relevance

12

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_mem.c97 pool->elements[i].virt = pci_pool_alloc(phba->lpfc_mbuf_pool, in lpfc_mem_alloc()
322 ret = pci_pool_alloc(phba->lpfc_mbuf_pool, GFP_KERNEL, handle); in lpfc_mbuf_alloc()
409 hbqbp->dbuf.virt = pci_pool_alloc(phba->lpfc_hbq_pool, GFP_KERNEL, in lpfc_els_hbq_alloc()
461 dma_buf->hbuf.virt = pci_pool_alloc(phba->lpfc_hrb_pool, GFP_KERNEL, in lpfc_sli4_rb_alloc()
467 dma_buf->dbuf.virt = pci_pool_alloc(phba->lpfc_drb_pool, GFP_KERNEL, in lpfc_sli4_rb_alloc()
Dlpfc_scsi.c514 psb->data = pci_pool_alloc(phba->lpfc_scsi_dma_buf_pool, in lpfc_new_scsi_buf_s3()
807 psb->data = pci_pool_alloc(phba->lpfc_scsi_dma_buf_pool, in lpfc_new_scsi_buf_s4()
/linux-2.6.39/drivers/scsi/megaraid/
Dmegaraid_mm.c571 kioc->buf_vaddr = pci_pool_alloc(pool->handle, GFP_KERNEL, in mraid_mm_attach_buf()
967 kioc->pthru32 = pci_pool_alloc(adapter->pthru_dma_pool, in mraid_mm_register_adp()
1090 pool->vaddr = pci_pool_alloc(pool->handle, GFP_KERNEL, in mraid_mm_setup_dma_pools()
Dmegaraid_sas_fusion.c350 cmd->sg_frame = pci_pool_alloc(fusion->sg_dma_pool, in megasas_create_frame_pool_fusion()
354 cmd->sense = pci_pool_alloc(fusion->sense_dma_pool, in megasas_create_frame_pool_fusion()
423 pci_pool_alloc(fusion->reply_frames_desc_pool, GFP_KERNEL, in megasas_alloc_cmds_fusion()
449 pci_pool_alloc(fusion->io_request_frames_pool, GFP_KERNEL, in megasas_alloc_cmds_fusion()
Dmegaraid_mbox.c1193 mbox_pci_blk[i].vaddr = pci_pool_alloc( in megaraid_mbox_setup_dma_pools()
1219 epthru_pci_blk[i].vaddr = pci_pool_alloc( in megaraid_mbox_setup_dma_pools()
1242 sg_pci_blk[i].vaddr = pci_pool_alloc( in megaraid_mbox_setup_dma_pools()
Dmegaraid_sas_base.c2891 cmd->frame = pci_pool_alloc(instance->frame_dma_pool, in megasas_create_frame_pool()
2894 cmd->sense = pci_pool_alloc(instance->sense_dma_pool, in megasas_create_frame_pool()
/linux-2.6.39/drivers/infiniband/hw/mthca/
Dmthca_av.c189 ah->av = pci_pool_alloc(dev->av_table.pool, in mthca_create_ah()
Dmthca_cmd.c581 mailbox->buf = pci_pool_alloc(dev->cmd.pool, gfp_mask, &mailbox->dma); in mthca_alloc_mailbox()
/linux-2.6.39/drivers/net/mlx4/
Dcmd.c424 mailbox->buf = pci_pool_alloc(mlx4_priv(dev)->cmd.pool, GFP_KERNEL, in mlx4_alloc_cmd_mailbox()
/linux-2.6.39/drivers/dma/ioat/
Ddma_v2.c434 hw = pci_pool_alloc(dma->dma_pool, flags, &phys); in ioat2_alloc_ring_ent()
520 chan->completion = pci_pool_alloc(chan->device->completion_pool, in ioat2_alloc_chan_resources()
Ddma.c281 desc = pci_pool_alloc(ioatdma_device->dma_pool, flags, &phys); in ioat_dma_alloc_descriptor()
350 chan->completion = pci_pool_alloc(chan->device->completion_pool, in ioat1_dma_alloc_chan_resources()
/linux-2.6.39/drivers/usb/gadget/
Dpch_udc.c1326 td = pci_pool_alloc(ep->dev->data_requests, gfp_flags, in pch_udc_create_dma_chain()
1535 dma_desc = pci_pool_alloc(ep->dev->data_requests, gfp, in pch_udc_alloc_request()
2661 td_stp = pci_pool_alloc(dev->stp_requests, GFP_KERNEL, in init_dma_pools()
2671 td_data = pci_pool_alloc(dev->data_requests, GFP_KERNEL, in init_dma_pools()
Dnet2280.c421 td = pci_pool_alloc (ep->dev->requests, gfp_flags, in net2280_alloc_request()
2876 td = pci_pool_alloc (dev->requests, GFP_KERNEL, in net2280_probe()
Damd5536udc.c538 dma_desc = pci_pool_alloc(ep->dev->data_requests, gfp, in udc_alloc_request()
985 td = pci_pool_alloc(ep->dev->data_requests, in udc_create_dma_chain()
/linux-2.6.39/drivers/dma/
Dintel_mid_dma.c799 desc->lli = pci_pool_alloc(desc->lli_pool, GFP_KERNEL, &desc->lli_phys); in intel_mid_dma_prep_slave_sg()
890 desc = pci_pool_alloc(mid->dma_pool, GFP_KERNEL, &phys); in intel_mid_dma_alloc_chan_resources()
Dpch_dma.c389 desc = pci_pool_alloc(pd->pool, flags, &addr); in pdc_alloc_desc()
/linux-2.6.39/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2359 ioc->chain_lookup[i].chain_buffer = pci_pool_alloc( in _base_allocate_memory_pools()
2409 ioc->sense = pci_pool_alloc(ioc->sense_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
2433 ioc->reply = pci_pool_alloc(ioc->reply_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
2458 ioc->reply_free = pci_pool_alloc(ioc->reply_free_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
2482 ioc->reply_post_free = pci_pool_alloc(ioc->reply_post_free_dma_pool , in _base_allocate_memory_pools()
/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_fcoe.c203 ddp->udl = pci_pool_alloc(fcoe->pool, GFP_ATOMIC, &ddp->udp); in ixgbe_fcoe_ddp_setup()
/linux-2.6.39/drivers/staging/crystalhd/
Dcrystalhd_misc.c902 dio->fb_va = pci_pool_alloc(adp->fill_byte_pool, GFP_KERNEL, in crystalhd_create_dio_pool()
/linux-2.6.39/drivers/atm/
Dhe.c829 heb = pci_pool_alloc(he_dev->rbpl_pool, GFP_KERNEL|GFP_DMA, &mapping); in he_init_group()
1633 tpd = pci_pool_alloc(he_dev->tpd_pool, GFP_ATOMIC|GFP_DMA, &mapping); in __alloc_tpd()
1928 heb = pci_pool_alloc(he_dev->rbpl_pool, GFP_ATOMIC|GFP_DMA, &mapping); in he_service_rbpl()
/linux-2.6.39/include/linux/
Dpci.h929 #define pci_pool_alloc(pool, flags, handle) dma_pool_alloc(pool, flags, handle) macro
/linux-2.6.39/drivers/net/
De100.c1846 nic->cbs = pci_pool_alloc(nic->cbs_pool, GFP_KERNEL, in e100_alloc_cbs()
/linux-2.6.39/drivers/block/
DDAC960.c338 ScatterGatherCPU = pci_pool_alloc(ScatterGatherPool, GFP_ATOMIC, in DAC960_CreateAuxiliaryStructures()
344 RequestSenseCPU = pci_pool_alloc(RequestSensePool, GFP_ATOMIC, in DAC960_CreateAuxiliaryStructures()
/linux-2.6.39/Documentation/scsi/
DChangeLog.lpfc65 pci_pool_alloc - it's only for streaming mappings (pci_map_*)
1806 pci_pool_alloc/free directly.
/linux-2.6.39/drivers/scsi/
Dpmcraid.c4875 pci_pool_alloc( in pmcraid_allocate_control_blocks()

12