Searched refs:BOOL_TO_STR (Results 1 – 3 of 3) sorted by relevance
/linux/net/mac802154/ |
H A D | trace.h | 32 #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/net/ieee802154/ |
H A D | trace.h | 38 #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/net/wireless/ |
H A D | trace.h | 221 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" macro 539 __entry->key_index, BOOL_TO_STR(__entry->pairwise), 582 BOOL_TO_STR(__entry->pairwise), __entry->mac_addr) 608 __entry->key_index, BOOL_TO_STR(__entry->unicast), 609 BOOL_TO_STR(__entry->multicast)) 694 BOOL_TO_STR(__entry->privacy), __entry->auth_type, 1409 __entry->prev_bssid, BOOL_TO_STR(__entry->use_mfp), 1458 BOOL_TO_STR(__entry->local_state_change)) 1531 __entry->auth_type, BOOL_TO_STR(__entry->privacy), 1933 BOOL_TO_STR(__entry->initiator), [all …]
|