Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
Dcciss.c385 dma_addr_t cmd_dma_handle, err_dma_handle; in cmd_alloc() local
389 h->pdev, sizeof(CommandList_struct), &cmd_dma_handle); in cmd_alloc()
401 sizeof(CommandList_struct), c, cmd_dma_handle); in cmd_alloc()
417 cmd_dma_handle = h->cmd_pool_dhandle in cmd_alloc()
426 c->busaddr = (__u32) cmd_dma_handle; in cmd_alloc()