Lines Matching +full:no +full:- +full:sync +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
49 SOF_TIMESTAMPING_MASK = (SOF_TIMESTAMPING_LAST - 1) |
64 * struct so_timestamping - SO_TIMESTAMPING parameter
76 * struct hwtstamp_config - %SIOCGHWTSTAMP and %SIOCSHWTSTAMP parameter
85 * the driver may use a more general filter mode. In this case
86 * @rx_filter will indicate the actual mode on return.
94 /* possible values for hwtstamp_config->flags */
106 HWTSTAMP_FLAG_MASK = (HWTSTAMP_FLAG_LAST - 1) | HWTSTAMP_FLAG_LAST
109 /* possible values for hwtstamp_config->tx_type */
112 * No outgoing packet will need hardware time stamping;
113 * should a packet arrive which asks for it, no hardware
129 * directly into Sync packets. In this case, transmitted Sync
138 * case, neither transmitted Sync nor PDelay_Resp packets will
147 /* possible values for hwtstamp_config->rx_filter */
149 /* time stamp no incoming packet at all */
160 /* PTP v1, UDP, Sync packet */
166 /* PTP v2, UDP, Sync packet */
173 /* 802.AS1, Ethernet, Sync packet */
180 /* PTP v2/802.AS1, any layer, Sync packet */
208 SOF_TXTIME_FLAGS_MASK = (SOF_TXTIME_FLAGS_LAST - 1) |