Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_tx_rd64.h117 extern const char *nxge_tx2str(int);
127 const char *name = nxge_tx2str((int)offset); in TXDMA_REG_READ64()
H A Dnpi_tx_wr64.h117 extern const char *nxge_tx2str(int);
127 const char *name = nxge_tx2str((int)offset); in TXDMA_REG_WRITE64()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio.c878 nxge_tx2str( in nxge_tx2str() function