Searched defs:hpi_handle (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_common_impl.h | 33 #define HPI_REGH(hpi_handle) (hpi_handle.regh) argument 34 #define HPI_REGP(hpi_handle) (hpi_handle.regp) argument 142 #define HXGE_HPI_PIO_READ32(hpi_handle, offset) \ argument 147 #define HXGE_HPI_PIO_READ64(hpi_handle, offset) \ argument 151 #define HXGE_HPI_PIO_READ64(hpi_handle, offset) \ argument 158 #define HXGE_HPI_PIO_WRITE32(hpi_handle, offset, data) { \ argument 165 #define HXGE_HPI_PIO_WRITE64(hpi_handle, offset, data) { \ argument 172 #define HXGE_MEM_PIO_READ64(hpi_handle, val_p) { \ argument 178 #define HXGE_MEM_PIO_WRITE64(hpi_handle, data) { \ argument 197 #define HXGE_HPI_PIO_WRITE32(hpi_handle, offset, data) \ argument [all …]
|
H A D | hxge_send.c | 119 hpi_handle_t hpi_handle; in hxge_start() local
|
H A D | hxge_impl.h | 198 hpi_handle_t hpi_handle; member
|
H A D | hxge.h | 298 hpi_handle_t hpi_handle; member
|