Lines Matching defs:cycles
71 #define MAX_MDIO_RETRIES 100 /* microseconds, typically 30 cycles */
72 #define MAX_CLOSE_WAIT 1000 /* microseconds, typically 2-3 cycles */
464 int cycles = 0;
480 while ((cycles < MAX_MDIO_RETRIES) &&
483 cycles++;
486 if (cycles == MAX_MDIO_RETRIES) {
493 printk(KERN_DEBUG "%s #%i: mdio_%s() took %i cycles\n", bus->name,
494 phy_id, write ? "write" : "read", cycles);
1338 netdev_debug(dev, "draining RX queue took %i cycles\n", i);
1358 netdev_debug(dev, "draining TX queues took %i cycles\n", i);