Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c462 #define MAXBOGUS 20 in wait_for_dma_complete() macro
469 while (!(getisr(data) & ISR_DMADONE) && ++bogus < MAXBOGUS) { in wait_for_dma_complete()
472 if (bogus >= MAXBOGUS) in wait_for_dma_complete()
483 } while (where < addr + size && ++bogus < MAXBOGUS); in wait_for_dma_complete()
485 if (bogus >= MAXBOGUS * 2) { in wait_for_dma_complete()