Home
last modified time | relevance | path

Searched refs:TXDMA_WAIT_LOOP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_txdma.c29 #define TXDMA_WAIT_LOOP 10000 macro
452 } while (loop < TXDMA_WAIT_LOOP); in hpi_txdma_control_reset_wait()
454 if (loop == TXDMA_WAIT_LOOP) { in hpi_txdma_control_reset_wait()
477 } while (loop < TXDMA_WAIT_LOOP); in hpi_txdma_control_stop_wait()
479 if (loop == TXDMA_WAIT_LOOP) { in hpi_txdma_control_stop_wait()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.c30 #define TXDMA_WAIT_LOOP 10000 macro
2009 } while (loop < TXDMA_WAIT_LOOP); in npi_txdma_control_reset_wait()
2011 if (loop == TXDMA_WAIT_LOOP) { in npi_txdma_control_reset_wait()
2033 } while (loop < TXDMA_WAIT_LOOP); in npi_txdma_control_stop_wait()
2035 if (loop == TXDMA_WAIT_LOOP) { in npi_txdma_control_stop_wait()
2058 } while (loop < TXDMA_WAIT_LOOP); in npi_txdma_control_resume_wait()
2060 if (loop == TXDMA_WAIT_LOOP) { in npi_txdma_control_resume_wait()