Searched refs:TXDMA_RESET (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hpi_txdma.h | 43 TXDMA_RESET = 0x4, enumerator
|
H A D | hpi_txdma.c | 60 return (hpi_txdma_channel_control(handle, TXDMA_RESET, channel)); in hpi_txdma_channel_reset() 117 case TXDMA_RESET: in hpi_txdma_channel_control()
|
H A D | hxge_txdma.c | 164 rs = hpi_txdma_channel_control(handle, TXDMA_RESET, channel); in hxge_reset_txdma_channel() 2762 if ((rs = hpi_txdma_channel_control(handle, TXDMA_RESET, channel)) != in hxge_txdma_fatal_err_recover()
|
/titanic_41/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_txdma.h | 64 TXDMA_RESET = 0x4, enumerator
|
H A D | npi_txdma.c | 745 return (npi_txdma_channel_control(handle, TXDMA_RESET, channel)); in npi_txdma_channel_reset() 947 case TXDMA_RESET: in npi_txdma_channel_control()
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 275 rs = npi_txdma_channel_control(handle, TXDMA_RESET, in nxge_reset_txdma_channel() 3323 if ((rs = npi_txdma_channel_control(handle, TXDMA_RESET, channel)) != in nxge_txdma_fatal_err_recover() 3502 (handle, TXDMA_RESET, tdc)) in nxge_tx_port_fatal_err_recover()
|