Lines Matching defs:timeout
385 * @timeout: time to wait in milliseconds
387 * Wait for a completion signal or until the timeout limit is reached
392 unsigned long timeout)
400 div_timeout = msecs_to_jiffies(timeout / retry);
443 * low memory situations can cause resets to fail/timeout and for LPAR to
1510 unsigned long flags, timeout = msecs_to_jiffies(20000);
1531 timeout)) {
1557 timeout)) {
1576 /* Default/timeout error handling, reset and start fresh */
1682 unsigned long timeout = msecs_to_jiffies(20000);
1705 timeout)) {
1706 netdev_err(netdev, "timeout setting link state\n");
3070 unsigned long timeout = msecs_to_jiffies(30000);
3090 if (!wait_for_completion_timeout(&adapter->init_done, timeout)) {
3127 unsigned int timeout = 5000;
3151 !wait_for_completion_timeout(&adapter->probe_done, timeout)) {
3397 "Adapter is resetting, skip timeout reset\n");
3404 netdev_dbg(dev, "Not yet time to tx timeout.\n");
6241 unsigned long timeout = msecs_to_jiffies(20000);
6254 if (!wait_for_completion_timeout(&adapter->init_done, timeout)) {