Searched refs:task_dma_attrs (Results 1 – 1 of 1) sorted by relevance
2154 ddi_dma_attr_t task_dma_attrs; in mptsas_alloc_handshake_msg() local2157 task_dma_attrs = mpt->m_msg_dma_attr; in mptsas_alloc_handshake_msg()2158 task_dma_attrs.dma_attr_sgllen = 1; in mptsas_alloc_handshake_msg()2159 task_dma_attrs.dma_attr_granular = (uint32_t)(alloc_size); in mptsas_alloc_handshake_msg()2162 if (mptsas_dma_addr_create(mpt, task_dma_attrs, in mptsas_alloc_handshake_msg()