Searched refs:TXDMA_STOP (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hpi_txdma.h | 44 TXDMA_STOP = 0x5, enumerator in enum:_txdma_cs_cntl_e
|
H A D | hpi_txdma.c | 78 return (hpi_txdma_channel_control(handle, TXDMA_STOP, channel)); 134 case TXDMA_STOP:
|
H A D | hxge_txdma.c | 2745 rs = hpi_txdma_channel_control(handle, TXDMA_STOP, channel); 2883 rs = hpi_txdma_channel_control(handle, TXDMA_STOP, channel);
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_txdma.h | 65 TXDMA_STOP = 0x5, enumerator in enum:_txdma_cs_cntl_e
|
H A D | npi_txdma.c | 816 return (npi_txdma_channel_control(handle, TXDMA_STOP, channel)); 902 * - TXDMA_STOP 964 case TXDMA_STOP:
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 3308 rs = npi_txdma_channel_control(handle, TXDMA_STOP, channel); 3470 (handle, TXDMA_STOP, tdc);
|
Completed in 76 milliseconds