Lines Matching +full:ts +full:- +full:inv
1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
13 int __result = -EINVAL; \
14 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) { \
15 (__priv)->hw->__module->__cname((__arg0), ##__args); \
22 int __result = -EINVAL; \
23 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) \
24 __result = (__priv)->hw->__module->__cname((__arg0), ##__args); \
78 void (*get_timestamp)(void *desc, u32 ats, u64 *ts);
400 int (*get_mac_tx_timestamp)(struct mac_device_info *hw, u64 *ts);
405 bool en, bool ipv6, bool sa, bool inv,
408 bool en, bool udp, bool sa, bool inv,