Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_init.c695 (uint32_t)(mpt->m_req_frame_dma_addr >> 32)); in mptsas_do_ioc_init()
697 (uint32_t)mpt->m_req_frame_dma_addr); in mptsas_do_ioc_init()
H A Dmptsas.c2686 mpt->m_req_frame_dma_addr = cookie.dmac_laddress; in mptsas_alloc_request_frames()
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h817 uint64_t m_req_frame_dma_addr; member