Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_mm.c460 mbox->xferaddr = (uint32_t)kioc->buf_paddr; in mimd_to_kioc()
487 pthru32->dataxferaddr = kioc->buf_paddr; in mimd_to_kioc()
521 kioc->buf_paddr = 0; in mraid_mm_attach_buf()
546 kioc->buf_paddr = pool->paddr; in mraid_mm_attach_buf()
574 &kioc->buf_paddr); in mraid_mm_attach_buf()
621 kioc->buf_paddr = 0; in mraid_mm_alloc_kioc()
658 kioc->buf_paddr); in mraid_mm_dealloc_kioc()
Dmegaraid_ioctl.h148 dma_addr_t buf_paddr; member
/linux-4.4.14/drivers/acpi/apei/
Dghes.c336 u64 buf_paddr; in ghes_read_estatus() local
340 rc = apei_read(&buf_paddr, &g->error_status_address); in ghes_read_estatus()
348 if (!buf_paddr) in ghes_read_estatus()
351 ghes_copy_tofrom_phys(ghes->estatus, buf_paddr, in ghes_read_estatus()
356 ghes->buffer_paddr = buf_paddr; in ghes_read_estatus()
368 buf_paddr + sizeof(*ghes->estatus), in ghes_read_estatus()