Home
last modified time | relevance | path

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

12

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_mem.c96 pool->elements[i].virt = pci_pool_alloc(phba->lpfc_mbuf_pool, in lpfc_mem_alloc()
309 ret = pci_pool_alloc(phba->lpfc_mbuf_pool, GFP_KERNEL, handle); in lpfc_mbuf_alloc()
396 hbqbp->dbuf.virt = pci_pool_alloc(phba->lpfc_hbq_pool, GFP_KERNEL, in lpfc_els_hbq_alloc()
448 dma_buf->hbuf.virt = pci_pool_alloc(phba->lpfc_hrb_pool, GFP_KERNEL, in lpfc_sli4_rb_alloc()
454 dma_buf->dbuf.virt = pci_pool_alloc(phba->lpfc_drb_pool, GFP_KERNEL, in lpfc_sli4_rb_alloc()
Dlpfc_scsi.c528 psb->data = pci_pool_alloc(phba->lpfc_scsi_dma_buf_pool, in lpfc_new_scsi_buf_s3()
830 psb->data = pci_pool_alloc(phba->lpfc_scsi_dma_buf_pool, in lpfc_new_scsi_buf_s4()
/linux-3.4.99/drivers/scsi/megaraid/
Dmegaraid_mm.c573 kioc->buf_vaddr = pci_pool_alloc(pool->handle, GFP_KERNEL, in mraid_mm_attach_buf()
969 kioc->pthru32 = pci_pool_alloc(adapter->pthru_dma_pool, in mraid_mm_register_adp()
1092 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()
424 pci_pool_alloc(fusion->reply_frames_desc_pool, GFP_KERNEL, in megasas_alloc_cmds_fusion()
450 pci_pool_alloc(fusion->io_request_frames_pool, GFP_KERNEL, in megasas_alloc_cmds_fusion()
Dmegaraid_mbox.c1194 mbox_pci_blk[i].vaddr = pci_pool_alloc( in megaraid_mbox_setup_dma_pools()
1220 epthru_pci_blk[i].vaddr = pci_pool_alloc( in megaraid_mbox_setup_dma_pools()
1243 sg_pci_blk[i].vaddr = pci_pool_alloc( in megaraid_mbox_setup_dma_pools()
Dmegaraid_sas_base.c2917 cmd->frame = pci_pool_alloc(instance->frame_dma_pool, in megasas_create_frame_pool()
2920 cmd->sense = pci_pool_alloc(instance->sense_dma_pool, in megasas_create_frame_pool()
/linux-3.4.99/drivers/infiniband/hw/mthca/
Dmthca_av.c189 ah->av = pci_pool_alloc(dev->av_table.pool, in mthca_create_ah()
Dmthca_cmd.c616 mailbox->buf = pci_pool_alloc(dev->cmd.pool, gfp_mask, &mailbox->dma); in mthca_alloc_mailbox()
/linux-3.4.99/drivers/dma/ioat/
Ddma_v2.c432 hw = pci_pool_alloc(dma->dma_pool, flags, &phys); in ioat2_alloc_ring_ent()
519 chan->completion = pci_pool_alloc(chan->device->completion_pool, in ioat2_alloc_chan_resources()
Ddma.c280 desc = pci_pool_alloc(ioatdma_device->dma_pool, flags, &phys); in ioat_dma_alloc_descriptor()
349 chan->completion = pci_pool_alloc(chan->device->completion_pool, in ioat1_dma_alloc_chan_resources()
/linux-3.4.99/drivers/dma/
Dintel_mid_dma.c786 desc->lli = pci_pool_alloc(desc->lli_pool, GFP_KERNEL, &desc->lli_phys); in intel_mid_dma_prep_slave_sg()
877 desc = pci_pool_alloc(mid->dma_pool, GFP_KERNEL, &phys); in intel_mid_dma_alloc_chan_resources()
Dpch_dma.c446 desc = pci_pool_alloc(pd->pool, flags, &addr); in pdc_alloc_desc()
/linux-3.4.99/drivers/usb/gadget/
Dpch_udc.c1573 td = pci_pool_alloc(ep->dev->data_requests, gfp_flags, in pch_udc_create_dma_chain()
1783 dma_desc = pci_pool_alloc(ep->dev->data_requests, gfp, in pch_udc_alloc_request()
2954 td_stp = pci_pool_alloc(dev->stp_requests, GFP_KERNEL, in init_dma_pools()
2964 td_data = pci_pool_alloc(dev->data_requests, GFP_KERNEL, in init_dma_pools()
Dnet2280.c412 td = pci_pool_alloc (ep->dev->requests, gfp_flags, in net2280_alloc_request()
2779 td = pci_pool_alloc (dev->requests, GFP_KERNEL, in net2280_probe()
Damd5536udc.c529 dma_desc = pci_pool_alloc(ep->dev->data_requests, gfp, in udc_alloc_request()
956 td = pci_pool_alloc(ep->dev->data_requests, in udc_create_dma_chain()
/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2595 ioc->chain_lookup[i].chain_buffer = pci_pool_alloc( in _base_allocate_memory_pools()
2645 ioc->sense = pci_pool_alloc(ioc->sense_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
2669 ioc->reply = pci_pool_alloc(ioc->reply_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
2694 ioc->reply_free = pci_pool_alloc(ioc->reply_free_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
2723 ioc->reply_post_free = pci_pool_alloc(ioc->reply_post_free_dma_pool , in _base_allocate_memory_pools()
/linux-3.4.99/drivers/staging/crystalhd/
Dcrystalhd_misc.c901 dio->fb_va = pci_pool_alloc(adp->fill_byte_pool, GFP_KERNEL, in crystalhd_create_dio_pool()
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c188 ddp->udl = pci_pool_alloc(pool, GFP_ATOMIC, &ddp->udp); in ixgbe_fcoe_ddp_setup()
/linux-3.4.99/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-3.4.99/include/linux/
Dpci.h996 #define pci_pool_alloc(pool, flags, handle) dma_pool_alloc(pool, flags, handle) macro
/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c1711 mailbox->buf = pci_pool_alloc(mlx4_priv(dev)->cmd.pool, GFP_KERNEL, in mlx4_alloc_cmd_mailbox()
/linux-3.4.99/drivers/scsi/mvsas/
Dmv_sas.c786 slot->buf = pci_pool_alloc(mvi->dma_pool, GFP_ATOMIC, &slot->buf_dma); in mvs_task_prep()
/linux-3.4.99/drivers/net/ethernet/intel/
De100.c1876 nic->cbs = pci_pool_alloc(nic->cbs_pool, GFP_KERNEL, in e100_alloc_cbs()
/linux-3.4.99/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-3.4.99/Documentation/scsi/
DChangeLog.lpfc65 pci_pool_alloc - it's only for streaming mappings (pci_map_*)
1806 pci_pool_alloc/free directly.

12