Home
last modified time | relevance | path

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

/openbmc/linux/net/mac802154/
H A 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))
/openbmc/linux/net/ieee802154/
H A 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))
/openbmc/linux/net/wireless/
H A Dtrace.h213 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" macro
457 __entry->key_index, BOOL_TO_STR(__entry->pairwise),
500 BOOL_TO_STR(__entry->pairwise), __entry->mac_addr)
526 __entry->key_index, BOOL_TO_STR(__entry->unicast),
527 BOOL_TO_STR(__entry->multicast))
612 BOOL_TO_STR(__entry->privacy), __entry->auth_type,
1313 __entry->prev_bssid, BOOL_TO_STR(__entry->use_mfp),
1360 BOOL_TO_STR(__entry->local_state_change))
1433 __entry->auth_type, BOOL_TO_STR(__entry->privacy),
1835 BOOL_TO_STR(__entry->initiator),
[all …]