net/sfc: use NIC EVQ descs limits instead of defines
[dpdk.git] / drivers / net / sfc / sfc.h
index 6c99e9e..a4b9a3f 100644 (file)
@@ -250,6 +250,9 @@ struct sfc_adapter {
        unsigned int                    txq_max_entries;
        unsigned int                    txq_min_entries;
 
+       unsigned int                    evq_max_entries;
+       unsigned int                    evq_min_entries;
+
        uint32_t                        evq_flags;
        unsigned int                    evq_count;