Searched defs:hpi_handle (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_send.c119 hpi_handle_t hpi_handle; local
240 hpi_handle = desc_area.hpi_handle;
805 hpi_handle.regp = (uint32_t)tx_desc_p;
807 hpi_handle.regp = (uint64_t)tx_desc_p;
810 (void) hpi_txdma_desc_set_zero(hpi_handle, 1);
H A Dhxge_impl.h98 #define HXGE_DEV_HPI_HANDLE(hxgep) (hxgep->hpi_handle)
103 #define HPI_ACC_HANDLE_SET(hxgep, ah) (hxgep->hpi_handle.regh = ah)
105 hxgep->hpi_handle.is_vraddr = B_FALSE; \
106 hxgep->hpi_handle.function.instance = hxgep->instance; \
107 hxgep->hpi_handle.function.function = 0; \
108 hxgep->hpi_handle.hxgep = (void *) hxgep; \
109 hxgep->hpi_handle.regp = ap;
114 hxgep->hpi_handle.function.instance = hxgep->instance; \
115 hxgep->hpi_handle.function.function = 0; \
127 #define HPI_DMA_ACC_HANDLE_SET(dmap, ah) (dmap->hpi_handle
198 hpi_handle_t hpi_handle; member in struct:_hxge_dma_common_t
[all...]
H A Dhxge.h298 hpi_handle_t hpi_handle; member in struct:_hxge_t

Completed in 64 milliseconds