Home
last modified time | relevance | path

Searched defs:npi_handle (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common_impl.h34 #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 Dnxge_rxdma.h200 npi_handle_t npi_handle; member
H A Dnxge_impl.h570 npi_handle_t npi_handle; member
H A Dnxge.h639 npi_handle_t npi_handle; member
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c168 npi_handle_t npi_handle; in nxge_start() local