Searched refs:alloc_dma (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/caif/ |
| H A D | caif_virtio.c | 121 dma_addr_t alloc_dma; member 364 cfv->alloc_dma); in cfv_destroy_genpool() 397 cfv->allocsz, &cfv->alloc_dma, in cfv_create_genpool()
|
| /linux/drivers/message/fusion/ |
| H A D | mptbase.c | 2735 ioc->alloc_dma); in mpt_adapter_disable() 3374 ioc_init.HostMfaHighAddr = cpu_to_le32((u32)((u64)ioc->alloc_dma >> 32)); in SendIocInit() 4431 dma_addr_t alloc_dma; in PrimeIocFifos() local 4491 &alloc_dma, GFP_KERNEL); in PrimeIocFifos() 4499 ioc->name, mem, (void *)(ulong)alloc_dma, total_size, total_size)); in PrimeIocFifos() 4504 ioc->alloc_dma = alloc_dma; in PrimeIocFifos() 4507 ioc->reply_frames_low_dma = (u32) (alloc_dma & 0xFFFFFFFF); in PrimeIocFifos() 4510 ioc->name, ioc->reply_frames, (void *)(ulong)alloc_dma)); in PrimeIocFifos() 4512 alloc_dma += reply_sz; in PrimeIocFifos() 4518 ioc->req_frames_dma = alloc_dma; in PrimeIocFifos() [all …]
|
| H A D | mptbase.h | 633 dma_addr_t alloc_dma; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | cmd.c | 2392 &cmd->alloc_dma, GFP_KERNEL); in alloc_cmd_page() 2399 cmd->dma = cmd->alloc_dma; in alloc_cmd_page() 2405 cmd->alloc_dma); in alloc_cmd_page() 2408 &cmd->alloc_dma, GFP_KERNEL); in alloc_cmd_page() 2413 cmd->dma = ALIGN(cmd->alloc_dma, MLX5_ADAPTER_PAGE_SIZE); in alloc_cmd_page() 2421 cmd->alloc_dma); in free_cmd_page()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_dmm_tiler.c | 211 static void *alloc_dma(struct dmm_txn *txn, size_t sz, dma_addr_t *pa) in alloc_dma() function 357 pat = alloc_dma(txn, sizeof(*pat), &pat_pa); in dmm_txn_append() 373 data = alloc_dma(txn, 4*i, &data_pa); in dmm_txn_append()
|
| /linux/include/linux/mlx5/ |
| H A D | driver.h | 315 dma_addr_t alloc_dma; member
|