Home
last modified time | relevance | path

Searched refs:BOOL_TO_STR (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/mac802154/
Dtrace.h32 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" macro
153 BOOL_TO_STR(__entry->mode))
213 BOOL_TO_STR(__entry->is_coord))
264 BOOL_TO_STR(__entry->on))
/kernel/linux/linux-5.10/net/ieee802154/
Dtrace.h38 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" macro
276 WPAN_DEV_PR_ARG, BOOL_TO_STR(__entry->mode))
295 WPAN_DEV_PR_ARG, BOOL_TO_STR(__entry->ackreq))
/kernel/linux/linux-5.10/net/wireless/
Dtrace.h202 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" macro
443 BOOL_TO_STR(__entry->pairwise), MAC_PR_ARG(mac_addr))
481 __entry->mode, BOOL_TO_STR(__entry->pairwise),
505 BOOL_TO_STR(__entry->unicast),
506 BOOL_TO_STR(__entry->multicast))
581 BOOL_TO_STR(__entry->privacy), __entry->auth_type,
1227 MAC_PR_ARG(prev_bssid), BOOL_TO_STR(__entry->use_mfp),
1277 BOOL_TO_STR(__entry->local_state_change))
1350 __entry->auth_type, BOOL_TO_STR(__entry->privacy),
1745 BOOL_TO_STR(__entry->initiator),
[all …]