]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/octeontx2/otx2_mbox.h
net/octeontx2: support read clock
[dpdk.git] / drivers / common / octeontx2 / otx2_mbox.h
index c0bb676b25a488c3023741c9407ef0980bd62b4b..b2c59c86e1bcf832b28884326a1ce1a1ef841535 100644 (file)
@@ -1354,11 +1354,13 @@ struct ptp_req {
        struct mbox_msghdr hdr;
        uint8_t __otx2_io op;
        int64_t __otx2_io scaled_ppm;
        struct mbox_msghdr hdr;
        uint8_t __otx2_io op;
        int64_t __otx2_io scaled_ppm;
+       uint8_t __otx2_io is_pmu;
 };
 
 struct ptp_rsp {
        struct mbox_msghdr hdr;
        uint64_t __otx2_io clk;
 };
 
 struct ptp_rsp {
        struct mbox_msghdr hdr;
        uint64_t __otx2_io clk;
+       uint64_t __otx2_io tsc;
 };
 
 struct get_hw_cap_rsp {
 };
 
 struct get_hw_cap_rsp {