X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fsfc%2Fsfc_ev.h;h=2c401c724d64d980caaca6e32dc2933678bc62d6;hb=8d4659e70fc081ab220e44552af194900d720d2e;hp=872f79b9141b3af2d3d35e6275f6532b662b36ab;hpb=ffc905f3b856b96c6d8d864dba4052104fae4064;p=dpdk.git diff --git a/drivers/net/sfc/sfc_ev.h b/drivers/net/sfc/sfc_ev.h index 872f79b914..2c401c724d 100644 --- a/drivers/net/sfc/sfc_ev.h +++ b/drivers/net/sfc/sfc_ev.h @@ -20,9 +20,6 @@ extern "C" { #endif -/* Number of entries in the management event queue */ -#define SFC_MGMT_EVQ_ENTRIES (EFX_EVQ_MINNEVS) - struct sfc_adapter; struct sfc_dp_rxq; struct sfc_dp_txq; @@ -49,6 +46,7 @@ struct sfc_evq { efx_evq_t *common; const efx_ev_callbacks_t *callbacks; unsigned int read_ptr; + unsigned int read_ptr_primed; boolean_t exception; efsys_mem_t mem; struct sfc_dp_rxq *dp_rxq;