diff options
Diffstat (limited to 'drivers/net/xen-netback/common.h')
-rw-r--r-- | drivers/net/xen-netback/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/xen-netback/common.h b/drivers/net/xen-netback/common.h index 083ecc93fe5e..5f1fda44882b 100644 --- a/drivers/net/xen-netback/common.h +++ b/drivers/net/xen-netback/common.h | |||
@@ -230,6 +230,8 @@ struct xenvif { | |||
230 | */ | 230 | */ |
231 | bool disabled; | 231 | bool disabled; |
232 | unsigned long status; | 232 | unsigned long status; |
233 | unsigned long drain_timeout; | ||
234 | unsigned long stall_timeout; | ||
233 | 235 | ||
234 | /* Queues */ | 236 | /* Queues */ |
235 | struct xenvif_queue *queues; | 237 | struct xenvif_queue *queues; |
@@ -328,7 +330,7 @@ irqreturn_t xenvif_interrupt(int irq, void *dev_id); | |||
328 | extern bool separate_tx_rx_irq; | 330 | extern bool separate_tx_rx_irq; |
329 | 331 | ||
330 | extern unsigned int rx_drain_timeout_msecs; | 332 | extern unsigned int rx_drain_timeout_msecs; |
331 | extern unsigned int rx_drain_timeout_jiffies; | 333 | extern unsigned int rx_stall_timeout_msecs; |
332 | extern unsigned int xenvif_max_queues; | 334 | extern unsigned int xenvif_max_queues; |
333 | 335 | ||
334 | #ifdef CONFIG_DEBUG_FS | 336 | #ifdef CONFIG_DEBUG_FS |