Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/acpi/apei/
Dghes.c289 u64 buf_paddr; in ghes_read_estatus() local
293 rc = acpi_atomic_read(&buf_paddr, &g->error_status_address); in ghes_read_estatus()
301 if (!buf_paddr) in ghes_read_estatus()
304 ghes_copy_tofrom_phys(ghes->estatus, buf_paddr, in ghes_read_estatus()
309 ghes->buffer_paddr = buf_paddr; in ghes_read_estatus()
321 buf_paddr + sizeof(*ghes->estatus), in ghes_read_estatus()
/linux-2.6.39/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()
519 kioc->buf_paddr = 0; in mraid_mm_attach_buf()
544 kioc->buf_paddr = pool->paddr; in mraid_mm_attach_buf()
572 &kioc->buf_paddr); in mraid_mm_attach_buf()
619 kioc->buf_paddr = 0; in mraid_mm_alloc_kioc()
656 kioc->buf_paddr); in mraid_mm_dealloc_kioc()
Dmegaraid_ioctl.h148 dma_addr_t buf_paddr; member