/linux-3.4.99/arch/cris/include/asm/ |
D | dma-mapping.h | 13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 19 void *dma_alloc_coherent(struct device *dev, size_t size, 26 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_coherent() function
|
/linux-3.4.99/arch/mn10300/mm/ |
D | dma-alloc.c | 22 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function 63 EXPORT_SYMBOL(dma_alloc_coherent);
|
/linux-3.4.99/arch/frv/mb93090-mb00/ |
D | pci-dma.c | 21 void *dma_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t gfp) in dma_alloc_coherent() function 32 EXPORT_SYMBOL(dma_alloc_coherent);
|
D | pci-dma-nommu.c | 36 void *dma_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t gfp) in dma_alloc_coherent() function 86 EXPORT_SYMBOL(dma_alloc_coherent);
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | dma-mapping.h | 15 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro 48 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
|
/linux-3.4.99/drivers/usb/host/whci/ |
D | init.c | 129 whc->gen_cmd_buf = dma_alloc_coherent(&whc->umc->dev, WHC_GEN_CMD_DATA_LEN, in whc_init() 136 whc->dn_buf = dma_alloc_coherent(&whc->umc->dev, in whc_init() 145 whc->di_buf = dma_alloc_coherent(&whc->umc->dev, in whc_init()
|
/linux-3.4.99/arch/c6x/mm/ |
D | dma-coherent.c | 76 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function 97 EXPORT_SYMBOL(dma_alloc_coherent);
|
/linux-3.4.99/include/asm-generic/ |
D | dma-mapping-broken.h | 12 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, 19 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | dma-mapping.h | 12 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 29 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro
|
/linux-3.4.99/arch/tile/include/asm/ |
D | dma-mapping.h | 30 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 52 void *dma_alloc_coherent(struct device *dev, size_t size,
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | dma-mapping.h | 19 extern void *dma_alloc_coherent(struct device *, size_t, 27 return dma_alloc_coherent(dev, size, handle, flag); in dma_alloc_noncoherent()
|
/linux-3.4.99/drivers/scsi/bnx2fc/ |
D | bnx2fc_tgt.c | 644 tgt->sq = dma_alloc_coherent(&hba->pcidev->dev, tgt->sq_mem_size, in bnx2fc_alloc_session_resc() 657 tgt->cq = dma_alloc_coherent(&hba->pcidev->dev, tgt->cq_mem_size, in bnx2fc_alloc_session_resc() 670 tgt->rq = dma_alloc_coherent(&hba->pcidev->dev, tgt->rq_mem_size, in bnx2fc_alloc_session_resc() 682 tgt->rq_pbl = dma_alloc_coherent(&hba->pcidev->dev, tgt->rq_pbl_size, in bnx2fc_alloc_session_resc() 708 tgt->xferq = dma_alloc_coherent(&hba->pcidev->dev, tgt->xferq_mem_size, in bnx2fc_alloc_session_resc() 722 tgt->confq = dma_alloc_coherent(&hba->pcidev->dev, tgt->confq_mem_size, in bnx2fc_alloc_session_resc() 736 tgt->confq_pbl = dma_alloc_coherent(&hba->pcidev->dev, in bnx2fc_alloc_session_resc() 761 tgt->conn_db = dma_alloc_coherent(&hba->pcidev->dev, in bnx2fc_alloc_session_resc() 777 tgt->lcq = dma_alloc_coherent(&hba->pcidev->dev, tgt->lcq_mem_size, in bnx2fc_alloc_session_resc()
|
/linux-3.4.99/arch/c6x/include/asm/ |
D | dma-mapping.h | 85 extern void *dma_alloc_coherent(struct device *, size_t, dma_addr_t *, gfp_t); 88 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f))
|
/linux-3.4.99/arch/hexagon/include/asm/ |
D | dma-mapping.h | 38 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 74 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro
|
/linux-3.4.99/arch/unicore32/include/asm/ |
D | dma-mapping.h | 85 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro 107 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
|
/linux-3.4.99/arch/frv/include/asm/ |
D | dma-mapping.h | 15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 21 void *dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t gfp);
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | dma-mapping.h | 26 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro 51 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
|
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 117 tmp_addr = dma_alloc_coherent(&adapter->pdev->dev, temp_size, in qlcnic_fw_cmd_get_minidump_temp() 220 addr = dma_alloc_coherent(&adapter->pdev->dev, rq_size, in qlcnic_fw_cmd_create_rx_ctx() 226 addr = dma_alloc_coherent(&adapter->pdev->dev, rsp_size, in qlcnic_fw_cmd_create_rx_ctx() 376 rq_addr = dma_alloc_coherent(&adapter->pdev->dev, rq_size, in qlcnic_fw_cmd_create_tx_ctx() 382 rsp_addr = dma_alloc_coherent(&adapter->pdev->dev, rsp_size, in qlcnic_fw_cmd_create_tx_ctx() 487 tx_ring->hw_consumer = (__le32 *) dma_alloc_coherent(&pdev->dev, in qlcnic_alloc_hw_resources() 495 addr = dma_alloc_coherent(&pdev->dev, TX_DESC_RINGSIZE(tx_ring), in qlcnic_alloc_hw_resources() 508 addr = dma_alloc_coherent(&adapter->pdev->dev, in qlcnic_alloc_hw_resources() 524 addr = dma_alloc_coherent(&adapter->pdev->dev, in qlcnic_alloc_hw_resources() 665 nic_info_addr = dma_alloc_coherent(&adapter->pdev->dev, nic_size, in qlcnic_get_nic_info() [all …]
|
/linux-3.4.99/arch/avr32/mm/ |
D | dma-coherent.c | 96 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function 108 EXPORT_SYMBOL(dma_alloc_coherent);
|
/linux-3.4.99/arch/sh/include/asm/ |
D | dma-mapping.h | 42 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 55 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro
|
/linux-3.4.99/arch/mn10300/include/asm/ |
D | dma-mapping.h | 25 extern void *dma_alloc_coherent(struct device *dev, size_t size, 31 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f))
|
/linux-3.4.99/arch/blackfin/kernel/ |
D | dma-mapping.c | 90 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function 104 EXPORT_SYMBOL(dma_alloc_coherent);
|
/linux-3.4.99/arch/m68k/kernel/ |
D | dma_mm.c | 19 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function 61 EXPORT_SYMBOL(dma_alloc_coherent);
|
/linux-3.4.99/arch/microblaze/include/asm/ |
D | dma-mapping.h | 123 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 126 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) macro
|
/linux-3.4.99/drivers/scsi/qla4xxx/ |
D | ql4_bsg.c | 47 flash = dma_alloc_coherent(&ha->pdev->dev, length, &flash_dma, in qla4xxx_read_flash() 114 flash = dma_alloc_coherent(&ha->pdev->dev, length, &flash_dma, in qla4xxx_update_flash() 242 nvram = dma_alloc_coherent(&ha->pdev->dev, len, &nvram_dma, in qla4xxx_read_nvram() 313 nvram = dma_alloc_coherent(&ha->pdev->dev, len, &nvram_dma, in qla4xxx_update_nvram() 421 acb = dma_alloc_coherent(&ha->pdev->dev, len, &acb_dma, GFP_KERNEL); in qla4xxx_bsg_get_acb()
|