Searched refs:cmd_dma_handle (Results 1 – 2 of 2) sorted by relevance
/drivers/block/ |
D | cciss.c | 979 dma_addr_t cmd_dma_handle, err_dma_handle; in cmd_alloc() local 988 cmd_dma_handle = h->cmd_pool_dhandle + i * sizeof(CommandList_struct); in cmd_alloc() 998 c->busaddr = (__u32) cmd_dma_handle; in cmd_alloc() 1015 dma_addr_t cmd_dma_handle, err_dma_handle; in cmd_special_alloc() local 1018 &cmd_dma_handle); in cmd_special_alloc() 1029 sizeof(CommandList_struct), c, cmd_dma_handle); in cmd_special_alloc() 1034 c->busaddr = (__u32) cmd_dma_handle; in cmd_special_alloc()
|
/drivers/scsi/ |
D | hpsa.c | 4688 dma_addr_t cmd_dma_handle, err_dma_handle; in cmd_alloc() local 4705 cmd_dma_handle = h->cmd_pool_dhandle in cmd_alloc() 4715 c->busaddr = (u32) cmd_dma_handle; in cmd_alloc() 4733 dma_addr_t cmd_dma_handle, err_dma_handle; in cmd_special_alloc() local 4735 c = pci_zalloc_consistent(h->pdev, sizeof(*c), &cmd_dma_handle); in cmd_special_alloc() 4747 sizeof(*c), c, cmd_dma_handle); in cmd_special_alloc() 4752 c->busaddr = (u32) cmd_dma_handle; in cmd_special_alloc()
|