Lines Matching +full:sync +full:- +full:flag
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
38 SOF_TIMESTAMPING_MASK = (SOF_TIMESTAMPING_LAST - 1) |
53 * struct so_timestamping - SO_TIMESTAMPING parameter
57 * if flag SOF_TIMESTAMPING_BIND_PHC is set.
65 * struct hwtstamp_config - %SIOCGHWTSTAMP and %SIOCSHWTSTAMP parameter
83 /* possible values for hwtstamp_config->flags */
86 * With this flag, the user could get bond active interface's
95 HWTSTAMP_FLAG_MASK = (HWTSTAMP_FLAG_LAST - 1) | HWTSTAMP_FLAG_LAST
98 /* possible values for hwtstamp_config->tx_type */
118 * directly into Sync packets. In this case, transmitted Sync
127 * case, neither transmitted Sync nor PDelay_Resp packets will
136 /* possible values for hwtstamp_config->rx_filter */
149 /* PTP v1, UDP, Sync packet */
155 /* PTP v2, UDP, Sync packet */
162 /* 802.AS1, Ethernet, Sync packet */
169 /* PTP v2/802.AS1, any layer, Sync packet */
197 SOF_TXTIME_FLAGS_MASK = (SOF_TXTIME_FLAGS_LAST - 1) |