Lines Matching defs:timeout
262 * @timeout: timeout value to set
267 unsigned long timeout)
269 WRITE_ONCE(n->gro_flush_timeout, timeout);
275 * @timeout: the timeout value to set
278 unsigned long timeout)
285 WRITE_ONCE(netdev->gro_flush_timeout, timeout);
287 napi_set_gro_flush_timeout(napi, timeout);
290 netdev->napi_config[i].gro_flush_timeout = timeout;
308 * @timeout: timeout value to set
313 unsigned long timeout)
315 WRITE_ONCE(n->irq_suspend_timeout, timeout);