Searched refs:alloc_dma (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/caif/ |
| 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/ |
| A D | mptbase.c | 2732 ioc->alloc_dma); in mpt_adapter_disable() 4428 dma_addr_t alloc_dma; in PrimeIocFifos() local 4488 &alloc_dma, GFP_KERNEL); in PrimeIocFifos() 4501 ioc->alloc_dma = alloc_dma; in PrimeIocFifos() 4509 alloc_dma += reply_sz; in PrimeIocFifos() 4515 ioc->req_frames_dma = alloc_dma; in PrimeIocFifos() 4523 alloc_dma += ioc->req_sz; in PrimeIocFifos() 4528 ioc->ChainBufferDMA = alloc_dma; in PrimeIocFifos() 4582 alloc_dma = ioc->alloc_dma; in PrimeIocFifos() 4589 alloc_dma += ioc->reply_sz; in PrimeIocFifos() [all …]
|
| A D | mptbase.h | 633 dma_addr_t alloc_dma; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | cmd.c | 2269 &cmd->alloc_dma, GFP_KERNEL); in alloc_cmd_page() 2276 cmd->dma = cmd->alloc_dma; in alloc_cmd_page() 2282 cmd->alloc_dma); in alloc_cmd_page() 2285 &cmd->alloc_dma, GFP_KERNEL); in alloc_cmd_page() 2290 cmd->dma = ALIGN(cmd->alloc_dma, MLX5_ADAPTER_PAGE_SIZE); in alloc_cmd_page() 2298 cmd->alloc_dma); in free_cmd_page()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| 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()
|
| /linux/include/linux/mlx5/ |
| A D | driver.h | 309 dma_addr_t alloc_dma; member
|
Completed in 37 milliseconds