Home
last modified time | relevance | path

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

/Linux-v4.19/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))
/Linux-v4.19/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))
/Linux-v4.19/net/wireless/
Dtrace.h189 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" macro
412 BOOL_TO_STR(__entry->pairwise), MAC_PR_ARG(mac_addr))
453 BOOL_TO_STR(__entry->unicast),
454 BOOL_TO_STR(__entry->multicast))
512 BOOL_TO_STR(__entry->privacy), __entry->auth_type,
1153 MAC_PR_ARG(prev_bssid), BOOL_TO_STR(__entry->use_mfp),
1203 BOOL_TO_STR(__entry->local_state_change))
1276 __entry->auth_type, BOOL_TO_STR(__entry->privacy),
1671 BOOL_TO_STR(__entry->initiator),
1880 BOOL_TO_STR(__entry->offchan), __entry->wait,
[all …]