Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dhpsa.c7093 dma_addr_t paddr64; in hpsa_message() local
7113 cmd = dma_alloc_coherent(&pdev->dev, cmd_sz, &paddr64, GFP_KERNEL); in hpsa_message()
7123 paddr32 = cpu_to_le32(paddr64); in hpsa_message()
7128 cmd->CommandHeader.tag = cpu_to_le64(paddr64); in hpsa_message()
7146 if ((tag & ~HPSA_SIMPLE_ERROR_BITS) == paddr64) in hpsa_message()
7162 dma_free_coherent(&pdev->dev, cmd_sz, cmd, paddr64); in hpsa_message()