X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fsfc%2Fsfc.h;h=5fd734e6354526607caccb76c654d0db04c90e0c;hb=6caeec474179a8337fc239dac3628c5e4ac84596;hp=e77639e15f16d8b98cc78386b10bc1763c64648b;hpb=df456342a72bc9c7d38b235928edac4624aaa203;p=dpdk.git diff --git a/drivers/net/sfc/sfc.h b/drivers/net/sfc/sfc.h index e77639e15f..5fd734e635 100644 --- a/drivers/net/sfc/sfc.h +++ b/drivers/net/sfc/sfc.h @@ -139,7 +139,6 @@ struct sfc_intr { boolean_t lsc_intr; }; -struct sfc_evq_info; struct sfc_rxq_info; struct sfc_txq_info; struct sfc_dp_rx; @@ -204,10 +203,10 @@ struct sfc_adapter { uint32_t evq_flags; unsigned int evq_count; - struct sfc_evq_info *evq_info; unsigned int mgmt_evq_index; rte_spinlock_t mgmt_evq_lock; + struct sfc_evq *mgmt_evq; unsigned int rxq_count; struct sfc_rxq_info *rxq_info;