Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcciss.c995 dma_addr_t cmd_dma_handle, err_dma_handle; in cmd_alloc() local
1004 cmd_dma_handle = h->cmd_pool_dhandle + i * sizeof(CommandList_struct); in cmd_alloc()
1014 c->busaddr = (__u32) cmd_dma_handle; in cmd_alloc()
1031 dma_addr_t cmd_dma_handle, err_dma_handle; in cmd_special_alloc() local
1034 &cmd_dma_handle); in cmd_special_alloc()
1045 sizeof(CommandList_struct), c, cmd_dma_handle); in cmd_special_alloc()
1050 c->busaddr = (__u32) cmd_dma_handle; in cmd_special_alloc()
/linux-4.4.14/drivers/scsi/
Dhpsa.c5014 dma_addr_t cmd_dma_handle, err_dma_handle; in hpsa_cmd_init() local
5019 cmd_dma_handle = h->cmd_pool_dhandle + index * sizeof(*c); in hpsa_cmd_init()
5025 c->busaddr = (u32) cmd_dma_handle; in hpsa_cmd_init()
5047 dma_addr_t cmd_dma_handle = h->cmd_pool_dhandle + index * sizeof(*c); in hpsa_cmd_partial_init() local
5053 c->busaddr = (u32) cmd_dma_handle; in hpsa_cmd_partial_init()