Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_init.c696 (uint32_t)(mpt->m_req_frame_dma_addr >> 32)); in mptsas_do_ioc_init()
698 (uint32_t)mpt->m_req_frame_dma_addr); in mptsas_do_ioc_init()
H A Dmptsas.c2717 mpt->m_req_frame_dma_addr = cookie.dmac_laddress; in mptsas_alloc_request_frames()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h819 uint64_t m_req_frame_dma_addr; member