Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h255 extern struct ddi_dma_attr *p_hal_dma_attr; in __xge_os_dma_malloc()
257 ret = ddi_dma_alloc_handle(pdev, p_hal_dma_attr, in __xge_os_dma_malloc()
H A Dxgell.c94 struct ddi_dma_attr *p_hal_dma_attr = &hal_dma_attr; variable
324 if (ddi_dma_alloc_handle(hldev->pdev, p_hal_dma_attr, DDI_DMA_SLEEP, in xgell_rx_buffer_alloc()