Lines Matching defs:cycles
64 #define MAX_MDIO_RETRIES 100 /* microseconds, typically 30 cycles */
65 #define MAX_CLOSE_WAIT 1000 /* microseconds, typically 2-3 cycles */
443 int cycles = 0;
459 while ((cycles < MAX_MDIO_RETRIES) &&
462 cycles++;
465 if (cycles == MAX_MDIO_RETRIES) {
472 printk(KERN_DEBUG "%s #%i: mdio_%s() took %i cycles\n", bus->name,
473 phy_id, write ? "write" : "read", cycles);
1316 netdev_debug(dev, "draining RX queue took %i cycles\n", i);
1336 netdev_debug(dev, "draining TX queues took %i cycles\n", i);