Home
last modified time | relevance | path

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

/drivers/scsi/
Dhpsa.c7047 static const size_t cmd_sz = sizeof(*cmd) + in hpsa_message() local
7069 cmd = dma_alloc_coherent(&pdev->dev, cmd_sz, &paddr64, GFP_KERNEL); in hpsa_message()
7118 dma_free_coherent(&pdev->dev, cmd_sz, cmd, paddr64); in hpsa_message()