net/bnx2x: add multicast MAC address filtering
[dpdk.git] / drivers / crypto / octeontx2 / otx2_cryptodev.h
index d26c1f3..c0aa661 100644 (file)
@@ -23,6 +23,12 @@ struct otx2_cpt_vf {
        /**< Base class */
        uint16_t max_queues;
        /**< Max queues supported */
+       uint8_t nb_queues;
+       /**< Number of crypto queues attached */
+       uint16_t lf_msixoff[OTX2_CPT_MAX_LFS];
+       /**< MSI-X offsets */
+       uint8_t err_intr_registered:1;
+       /**< Are error interrupts registered? */
 };
 
 #define CPT_LOGTYPE otx2_cpt_logtype
@@ -32,6 +38,6 @@ extern int otx2_cpt_logtype;
 /*
  * Crypto device driver ID
  */
-uint8_t otx2_cryptodev_driver_id;
+extern uint8_t otx2_cryptodev_driver_id;
 
 #endif /* _OTX2_CRYPTODEV_H_ */