Searched refs:boguscnt (Results 1 - 14 of 14) sorted by relevance

/drivers/net/ethernet/packetengines/
H A Dhamachi.c386 -adjusted boguscnt in hamachi_rx() to depend on interrupt
583 int option, i, rx_int_var, tx_int_var, boguscnt; local
680 for (boguscnt = 0; (!(i & 0x080)) && boguscnt < 1000; boguscnt++){
1297 long boguscnt = max_interrupt_work; local
1369 if (--boguscnt < 0) {
1402 int boguscnt = (hmp->dirty_rx + RX_RING_SIZE) - hmp->cur_rx; local
1428 if (--boguscnt < 0)
1470 pkt_len, data_size, boguscnt);
[all...]
H A Dyellowfin.c894 int boguscnt = max_interrupt_work; local
1019 if (--boguscnt < 0) {
1040 int boguscnt = yp->dirty_rx + RX_RING_SIZE - yp->cur_rx; local
1071 if (--boguscnt < 0)
1121 __func__, pkt_len, data_size, boguscnt);
/drivers/net/ethernet/adaptec/
H A Dstarfire.c656 int boguscnt; local
732 boguscnt = 1000;
733 while (--boguscnt > 0) {
738 if (boguscnt == 0)
807 boguscnt = 1000;
808 while (--boguscnt > 0)
811 if (boguscnt == 0) {
852 int result, boguscnt=1000; local
856 } while ((result & 0xC0000000) != 0x80000000 && --boguscnt > 0);
857 if (boguscnt
1282 int boguscnt = max_interrupt_work; local
[all...]
/drivers/net/ethernet/amd/
H A Dlance.c663 int boguscnt; local
680 for (boguscnt = 100; boguscnt > 0; --boguscnt)
1025 int csr0, ioaddr, boguscnt=10; local
1035 --boguscnt >= 0) {
H A Dariadne.c244 int csr0, boguscnt; local
254 boguscnt = 10;
255 while ((csr0 = lance->RDP) & (ERR | RINT | TINT) && --boguscnt >= 0) {
H A Datarilance.c854 int csr0, boguscnt = 10; local
869 --boguscnt >= 0) {
H A Dpcnet32.c2474 int boguscnt = max_interrupt_work; local
2482 while ((csr0 & 0x8f00) && --boguscnt >= 0) {
/drivers/net/ethernet/dlink/
H A Dsundance.c728 int boguscnt = 10000; /* Typical 1900 ticks. */ local
735 } while (--boguscnt > 0);
1336 int boguscnt = np->budget; local
1346 if (--boguscnt < 0) {
1380 pkt_len, boguscnt);
/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c1711 int value, boguscnt = 100000; local
1715 } while (value < 0 && --boguscnt > 0);
1718 if (boguscnt <= 0)
H A Dtulip_core.c1524 int value, boguscnt = 100000; local
1528 } while (value < 0 && --boguscnt > 0);
/drivers/net/ethernet/
H A Dfealnx.c1438 long boguscnt = max_interrupt_work; local
1569 if (--boguscnt < 0) {
/drivers/net/ethernet/renesas/
H A Dsh_eth.c1389 int boguscnt = (mdp->dirty_rx + mdp->num_rx_ring) - mdp->cur_rx; local
1400 if (--boguscnt < 0)
/drivers/net/ethernet/sis/
H A Dsis900.c1670 int boguscnt = max_interrupt_work; local
1701 if (--boguscnt < 0) {
/drivers/net/ethernet/natsemi/
H A Dnatsemi.c2270 int boguscnt = np->dirty_rx + RX_RING_SIZE - np->cur_rx; local
2282 if (--boguscnt < 0)

Completed in 270 milliseconds