Home
last modified time | relevance | path

Searched refs:cmd_pool_dhandle (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/block/
Dcpqarray.h107 dma_addr_t cmd_pool_dhandle; member
Dcciss.h116 dma_addr_t cmd_pool_dhandle; member
Dcpqarray.c343 hba[i]->cmd_pool_dhandle); in cpqarray_remove_one()
424 &(hba[i]->cmd_pool_dhandle)); in cpqarray_register_ctlr()
488 hba[i]->cmd_pool, hba[i]->cmd_pool_dhandle); in cpqarray_register_ctlr()
1378 cmd_dhandle = h->cmd_pool_dhandle + i*sizeof(cmdlist_t); in cmd_alloc()
Dcciss.c1004 cmd_dma_handle = h->cmd_pool_dhandle + i * sizeof(CommandList_struct); in cmd_alloc()
4835 &(h->cmd_pool_dhandle)); in cciss_allocate_cmd_pool()
4887 h->cmd_pool, h->cmd_pool_dhandle); in cciss_free_cmd_pool()
/linux-4.4.14/drivers/scsi/
Dhpsa.h194 dma_addr_t cmd_pool_dhandle; member
Dhpsa.c5019 cmd_dma_handle = h->cmd_pool_dhandle + index * sizeof(*c); in hpsa_cmd_init()
5047 dma_addr_t cmd_dma_handle = h->cmd_pool_dhandle + index * sizeof(*c); in hpsa_cmd_partial_init()
7843 h->cmd_pool_dhandle); in hpsa_free_cmd_pool()
7845 h->cmd_pool_dhandle = 0; in hpsa_free_cmd_pool()
7864 &(h->cmd_pool_dhandle)); in hpsa_alloc_cmd_pool()