Lines Matching defs:timeout
165 * @timeout: time to wait in milliseconds
167 * Wait for a completion signal or until the timeout limit is reached
172 unsigned long timeout)
180 div_timeout = msecs_to_jiffies(timeout / retry);
851 unsigned long timeout = msecs_to_jiffies(20000);
871 timeout)) {
899 timeout)) {
967 unsigned long timeout = msecs_to_jiffies(20000);
990 timeout)) {
991 netdev_err(netdev, "timeout setting link state\n");
2395 "Adapter is resetting, skip timeout reset\n");
2402 netdev_dbg(dev, "Not yet time to tx timeout.\n");
5216 unsigned long timeout = msecs_to_jiffies(20000);
5233 if (!wait_for_completion_timeout(&adapter->init_done, timeout)) {