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