Searched refs:bogus_cnt (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/packetengines/
H A Dhamachi.c794 int bogus_cnt = 1000; read_eeprom() local
797 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0); read_eeprom()
800 bogus_cnt = 1000; read_eeprom()
801 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0); read_eeprom()
804 (int)readb(ioaddr + EECmdStatus), 1000- bogus_cnt); read_eeprom()
1469 " of %d, bogus_cnt %d.\n", hamachi_rx()
H A Dyellowfin.c526 int bogus_cnt = 10000; /* Typical 33Mhz: 1050 ticks */ read_eeprom() local
530 while ((ioread8(ioaddr + EEStatus) & 0x80) && --bogus_cnt > 0) read_eeprom()
1120 printk(KERN_DEBUG " %s() normal Rx pkt length %d of %d, bogus_cnt %d\n", yellowfin_rx()
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c1348 char bogus_cnt = INTR_WORK; /* Work we are willing to do. */ smc_interrupt() local
1381 if (bogus_cnt == INTR_WORK) smc_interrupt()
1421 } while (--bogus_cnt); smc_interrupt()
/linux-4.4.14/drivers/net/ethernet/dlink/
H A Dsundance.c1379 ", bogus_cnt %d.\n", rx_poll()

Completed in 244 milliseconds