]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/cnxk/roc_idev_priv.h
common/cnxk: add CPT get/set
[dpdk.git] / drivers / common / cnxk / roc_idev_priv.h
index 384f667ea6f72938a30c7f3f9bc25eb211fbf30d..84e6f1ef2db0e0f1c11d420c08364e560b922d37 100644 (file)
@@ -8,6 +8,7 @@
 /* Intra device related functions */
 struct npa_lf;
 struct roc_bphy;
+struct roc_cpt;
 struct idev_cfg {
        uint16_t sso_pf_func;
        uint16_t npa_pf_func;
@@ -18,6 +19,7 @@ struct idev_cfg {
        uint16_t num_lmtlines;
        uint64_t lmt_base_addr;
        struct roc_bphy *bphy;
+       struct roc_cpt *cpt;
 };
 
 /* Generic */