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

/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhpi_txdma.c31 #define TXDMA_WAIT_LOOP 10000 macro
454 } while (loop < TXDMA_WAIT_LOOP);
456 if (loop == TXDMA_WAIT_LOOP) {
479 } while (loop < TXDMA_WAIT_LOOP);
481 if (loop == TXDMA_WAIT_LOOP) {
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.c32 #define TXDMA_WAIT_LOOP 10000 macro
2015 } while (loop < TXDMA_WAIT_LOOP);
2017 if (loop == TXDMA_WAIT_LOOP) {
2039 } while (loop < TXDMA_WAIT_LOOP);
2041 if (loop == TXDMA_WAIT_LOOP) {
2064 } while (loop < TXDMA_WAIT_LOOP);
2066 if (loop == TXDMA_WAIT_LOOP) {

Completed in 99 milliseconds