Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c262 return sc->sense_buf + (phys_addr - sc->sense_buf_phys); in mpi3mr_get_sensebuf_virt_addr()
282 U64 sense_buf_phys) in mpi3mr_repost_sense_buf() argument
291 sc->sense_buf_q[old_idx] = sense_buf_phys; in mpi3mr_repost_sense_buf()
1720 for (i = 0, phys_addr = sc->sense_buf_phys; in mpi3mr_setup_reply_free_queues()
1832 mpi3mr_memaddr_cb, &sc->sense_buf_phys, BUS_DMA_NOWAIT); in mpi3mr_reply_dma_alloc()
1837 (sz / 1024), (unsigned long long)sc->sense_buf_phys); in mpi3mr_reply_dma_alloc()
5418 if (sc->sense_buf && sc->sense_buf_phys) { in mpi3mr_free_mem()
H A Dmpi3mr.h635 bus_addr_t sense_buf_phys; member