Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_common_impl.h34 #define HPI_REGP(hpi_handle) (hpi_handle.regp) macro
144 (uint32_t *)(HPI_REGP(hpi_handle) + offset)))
153 (uint64_t *)(HPI_REGP(hpi_handle) + offset)))
161 (uint32_t *)(HPI_REGP(hpi_handle) + \
168 (uint64_t *)(HPI_REGP(hpi_handle) + \
175 (uint64_t *)HPI_REGP(hpi_handle)); \
181 (uint64_t *)HPI_REGP(hpi_handle), data); \
199 (uint32_t *)(HPI_REGP(hpi_handle) + offset), data))
202 (uint64_t *)(HPI_REGP(hpi_handle) + offset), data))
205 (uint64_t *)HPI_REGP(hpi_handle)); \
[all …]