Searched refs:rx_drain_timeout_msecs (Results 1 – 2 of 2) sorted by relevance
62 unsigned int rx_drain_timeout_msecs = 10000; variable 63 module_param(rx_drain_timeout_msecs, uint, 0444);
515 vif->drain_timeout = msecs_to_jiffies(rx_drain_timeout_msecs); in xenvif_alloc()