Searched refs:alloc_dma (Results 1 – 6 of 6) sorted by relevance
/openbmc/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()
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptbase.c | 2736 ioc->alloc_dma); in mpt_adapter_disable() 3375 ioc_init.HostMfaHighAddr = cpu_to_le32((u32)((u64)ioc->alloc_dma >> 32)); in SendIocInit() 4432 dma_addr_t alloc_dma; in PrimeIocFifos() local 4492 &alloc_dma, GFP_KERNEL); in PrimeIocFifos() 4500 ioc->name, mem, (void *)(ulong)alloc_dma, total_size, total_size)); in PrimeIocFifos() 4505 ioc->alloc_dma = alloc_dma; in PrimeIocFifos() 4508 ioc->reply_frames_low_dma = (u32) (alloc_dma & 0xFFFFFFFF); in PrimeIocFifos() 4511 ioc->name, ioc->reply_frames, (void *)(ulong)alloc_dma)); in PrimeIocFifos() 4513 alloc_dma += reply_sz; in PrimeIocFifos() 4519 ioc->req_frames_dma = alloc_dma; in PrimeIocFifos() [all …]
|
H A D | mptbase.h | 633 dma_addr_t alloc_dma; member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 2183 &cmd->alloc_dma, GFP_KERNEL); in alloc_cmd_page() 2190 cmd->dma = cmd->alloc_dma; in alloc_cmd_page() 2196 cmd->alloc_dma); in alloc_cmd_page() 2199 &cmd->alloc_dma, GFP_KERNEL); in alloc_cmd_page() 2204 cmd->dma = ALIGN(cmd->alloc_dma, MLX5_ADAPTER_PAGE_SIZE); in alloc_cmd_page() 2212 cmd->alloc_dma); in free_cmd_page()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_tiler.c | 209 static void *alloc_dma(struct dmm_txn *txn, size_t sz, dma_addr_t *pa) in alloc_dma() function 355 pat = alloc_dma(txn, sizeof(*pat), &pat_pa); in dmm_txn_append() 371 data = alloc_dma(txn, 4*i, &data_pa); in dmm_txn_append()
|
/openbmc/linux/include/linux/mlx5/ |
H A D | driver.h | 304 dma_addr_t alloc_dma; member
|