Home
last modified time | relevance | path

Searched refs:cmd_dma_handle (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/block/
Dcciss.c979 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()
/linux-4.1.27/drivers/scsi/
Dhpsa.c4670 dma_addr_t cmd_dma_handle, err_dma_handle; in cmd_alloc() local
4709 cmd_dma_handle = h->cmd_pool_dhandle + i * sizeof(*c); in cmd_alloc()
4717 c->busaddr = (u32) cmd_dma_handle; in cmd_alloc()