sfc: Do not assume efx_nic_type::ev_fini is idempotent
[deliverable/linux.git] / drivers / net / ethernet / sfc / net_driver.h
index 7aa0e0f4f0c66dd8321be8c206382775d34a054b..694c572a3bf5f94b683d567e576df6d7866c3436 100644 (file)
@@ -356,6 +356,7 @@ enum efx_rx_alloc_method {
  * @efx: Associated Efx NIC
  * @channel: Channel instance number
  * @type: Channel type definition
+ * @eventq_init: Event queue initialised flag
  * @enabled: Channel enabled indicator
  * @irq: IRQ number (MSI and MSI-X only)
  * @irq_moderation: IRQ moderation value (in hardware ticks)
@@ -387,6 +388,7 @@ struct efx_channel {
        struct efx_nic *efx;
        int channel;
        const struct efx_channel_type *type;
+       bool eventq_init;
        bool enabled;
        int irq;
        unsigned int irq_moderation;
This page took 0.023679 seconds and 5 git commands to generate.