]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/octeontx2/otx2_tm.c
net/ice/base: initialize structures to zero
[dpdk.git] / drivers / net / octeontx2 / otx2_tm.c
index 24692069532be4f863f0317d6ec2c1336c2c4190..12903ec1b8dcef8530355b70721371f56333395e 100644 (file)
@@ -59,7 +59,7 @@ static bool
 nix_tm_have_tl1_access(struct otx2_eth_dev *dev)
 {
        bool is_lbk = otx2_dev_is_lbk(dev);
-       return otx2_dev_is_pf(dev) && !otx2_dev_is_A0(dev) &&
+       return otx2_dev_is_pf(dev) && !otx2_dev_is_Ax(dev) &&
                !is_lbk && !dev->maxvf;
 }