Searched defs:npi_handle (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_common_impl.h | 34 #define NPI_REGH(npi_handle) (npi_handle.regh) argument 35 #define NPI_REGP(npi_handle) (npi_handle.regp) argument 211 #define NXGE_NPI_PIO_READ8(npi_handle, offset) \ argument 215 #define NXGE_NPI_PIO_READ16(npi_handle, offset) \ argument 219 #define NXGE_NPI_PIO_READ32(npi_handle, offset) \ argument 224 #define NXGE_NPI_PIO_READ64(npi_handle, offset) \ argument 228 #define NXGE_NPI_PIO_READ64(npi_handle, offset) \ argument 233 #define NXGE_NPI_PIO_WRITE8(npi_handle, offset, data) \ argument 237 #define NXGE_NPI_PIO_WRITE16(npi_handle, offset, data) \ argument 241 #define NXGE_NPI_PIO_WRITE32(npi_handle, offset, data) \ argument [all …]
|
H A D | nxge_rxdma.h | 200 npi_handle_t npi_handle; member
|
H A D | nxge_impl.h | 570 npi_handle_t npi_handle; member
|
H A D | nxge.h | 639 npi_handle_t npi_handle; member
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 168 npi_handle_t npi_handle; in nxge_start() local
|