Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/packetengines/
H A Dhamachi.c795 int bogus_cnt = 1000; in read_eeprom() local
798 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0); in read_eeprom()
801 bogus_cnt = 1000; in read_eeprom()
802 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0); in read_eeprom()
805 (int)readb(ioaddr + EECmdStatus), 1000- bogus_cnt); in read_eeprom()
1474 " of %d, bogus_cnt %d.\n", in hamachi_rx()
H A Dyellowfin.c530 int bogus_cnt = 10000; /* Typical 33Mhz: 1050 ticks */ in read_eeprom() local
534 while ((ioread8(ioaddr + EEStatus) & 0x80) && --bogus_cnt > 0) in read_eeprom()
1128 printk(KERN_DEBUG " %s() normal Rx pkt length %d of %d, bogus_cnt %d\n", in yellowfin_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/packetengines/
H A Dhamachi.c799 int bogus_cnt = 1000; in read_eeprom() local
802 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0); in read_eeprom()
805 bogus_cnt = 1000; in read_eeprom()
806 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0); in read_eeprom()
809 (int)readb(ioaddr + EECmdStatus), 1000- bogus_cnt); in read_eeprom()
1478 " of %d, bogus_cnt %d.\n", in hamachi_rx()
H A Dyellowfin.c532 int bogus_cnt = 10000; /* Typical 33Mhz: 1050 ticks */ in read_eeprom() local
536 while ((ioread8(ioaddr + EEStatus) & 0x80) && --bogus_cnt > 0) in read_eeprom()
1130 printk(KERN_DEBUG " %s() normal Rx pkt length %d of %d, bogus_cnt %d\n", in yellowfin_rx()
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c1348 char bogus_cnt = INTR_WORK; /* Work we are willing to do. */ in smc_interrupt() local
1381 if (bogus_cnt == INTR_WORK) in smc_interrupt()
1421 } while (--bogus_cnt); in smc_interrupt()
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c1351 char bogus_cnt = INTR_WORK; /* Work we are willing to do. */ in smc_interrupt() local
1384 if (bogus_cnt == INTR_WORK) in smc_interrupt()
1424 } while (--bogus_cnt); in smc_interrupt()

Completed in 18 milliseconds