Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pcn/
H A Dpcnimpl.h129 ddi_dma_handle_t pb_dmah; member
250 (void) ddi_dma_sync(pb->pb_dmah, 0, len, who)
H A Dpcn.c1532 (void) ddi_dma_unbind_handle(buf->pb_dmah); in pcn_destroybuf()
1535 if (buf->pb_dmah) in pcn_destroybuf()
1536 ddi_dma_free_handle(&buf->pb_dmah); in pcn_destroybuf()
1551 NULL, &buf->pb_dmah) != DDI_SUCCESS) { in pcn_allocbuf()
1556 if (ddi_dma_mem_alloc(buf->pb_dmah, PCN_BUFSZ, &pcn_bufattr, in pcn_allocbuf()
1563 if (ddi_dma_addr_bind_handle(buf->pb_dmah, NULL, buf->pb_buf, len, in pcn_allocbuf()