File tree 2 files changed +16
-0
lines changed
src/unix/linux_like/linux 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2077,6 +2077,14 @@ SOF_TIMESTAMPING_SOFTWARE
2077
2077
SOF_TIMESTAMPING_SYS_HARDWARE
2078
2078
SOF_TIMESTAMPING_TX_HARDWARE
2079
2079
SOF_TIMESTAMPING_TX_SOFTWARE
2080
+ SOF_TIMESTAMPING_OPT_ID
2081
+ SOF_TIMESTAMPING_TX_SCHED
2082
+ SOF_TIMESTAMPING_TX_ACK
2083
+ SOF_TIMESTAMPING_OPT_CMSG
2084
+ SOF_TIMESTAMPING_OPT_TSONLY
2085
+ SOF_TIMESTAMPING_OPT_STATS
2086
+ SOF_TIMESTAMPING_OPT_PKTINFO
2087
+ SOF_TIMESTAMPING_OPT_TX_SWHW
2080
2088
SOF_TXTIME_DEADLINE_MODE
2081
2089
SOF_TXTIME_REPORT_ERRORS
2082
2090
SOL_AAL
Original file line number Diff line number Diff line change @@ -2681,6 +2681,14 @@ pub const SOF_TIMESTAMPING_RX_SOFTWARE: ::c_uint = 1 << 3;
2681
2681
pub const SOF_TIMESTAMPING_SOFTWARE : :: c_uint = 1 << 4 ;
2682
2682
pub const SOF_TIMESTAMPING_SYS_HARDWARE : :: c_uint = 1 << 5 ;
2683
2683
pub const SOF_TIMESTAMPING_RAW_HARDWARE : :: c_uint = 1 << 6 ;
2684
+ pub const SOF_TIMESTAMPING_OPT_ID : :: c_uint = 1 << 7 ;
2685
+ pub const SOF_TIMESTAMPING_TX_SCHED : :: c_uint = 1 << 8 ;
2686
+ pub const SOF_TIMESTAMPING_TX_ACK : :: c_uint = 1 << 9 ;
2687
+ pub const SOF_TIMESTAMPING_OPT_CMSG : :: c_uint = 1 << 10 ;
2688
+ pub const SOF_TIMESTAMPING_OPT_TSONLY : :: c_uint = 1 << 11 ;
2689
+ pub const SOF_TIMESTAMPING_OPT_STATS : :: c_uint = 1 << 12 ;
2690
+ pub const SOF_TIMESTAMPING_OPT_PKTINFO : :: c_uint = 1 << 13 ;
2691
+ pub const SOF_TIMESTAMPING_OPT_TX_SWHW : :: c_uint = 1 << 14 ;
2684
2692
pub const SOF_TXTIME_DEADLINE_MODE : u32 = 1 << 0 ;
2685
2693
pub const SOF_TXTIME_REPORT_ERRORS : u32 = 1 << 1 ;
2686
2694
You can’t perform that action at this time.
0 commit comments