net/qede/base: changes for VF queue zone
[dpdk.git] / drivers / net / qede / base / ecore_sriov.h
index 5eb3484..1750f0d 100644 (file)
@@ -63,6 +63,10 @@ struct ecore_iov_vf_mbx {
                                         */
 };
 
+#define ECORE_IOV_LEGACY_QID_RX (0)
+#define ECORE_IOV_LEGACY_QID_TX (1)
+#define ECORE_IOV_QID_INVALID (0xFE)
+
 struct ecore_vf_queue_cid {
        bool b_is_tx;
        struct ecore_queue_cid *p_cid;