Searched refs:cmd_dma_handle (Results 1 – 2 of 2) sorted by relevance
995 dma_addr_t cmd_dma_handle, err_dma_handle; in cmd_alloc() local1004 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() local1034 &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()
5014 dma_addr_t cmd_dma_handle, err_dma_handle; in hpsa_cmd_init() local5019 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() local5053 c->busaddr = (u32) cmd_dma_handle; in hpsa_cmd_partial_init()