Searched refs:MAXNAME (Results 1 – 6 of 6) sorted by relevance
| /linux/net/mac802154/ |
| H A D | trace.h | 15 #define MAXNAME 32 macro 16 #define LOCAL_ENTRY __array(char, wpan_phy_name, MAXNAME) 18 wpan_phy_name(local->hw.phy), MAXNAME)
|
| /linux/tools/perf/util/ |
| H A D | config.c | 35 #define MAXNAME (256) macro 177 if (len >= MAXNAME) in get_value() 221 if (baselen > MAXNAME / 2) in get_extended_base_var() 245 if (baselen > MAXNAME / 2) in get_base_var() 255 static char var[MAXNAME]; in perf_parse_file()
|
| /linux/net/ieee802154/ |
| H A D | trace.h | 14 #define MAXNAME 32 macro 15 #define WPAN_PHY_ENTRY __array(char, wpan_phy_name, MAXNAME) 18 MAXNAME)
|
| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | trace.h | 17 #define MAXNAME 32 macro 20 wiphy_name(dev->hw->wiphy), MAXNAME)
|
| /linux/net/mac80211/ |
| H A D | trace.h | 18 #define MAXNAME 32 macro 20 #define LOCAL_ASSIGN strscpy(__entry->wiphy_name, wiphy_name(local->hw.wiphy), MAXNAME)
|
| /linux/net/wireless/ |
| H A D | trace.h | 28 #define MAXNAME 32 macro 30 #define WIPHY_ASSIGN strscpy(__entry->wiphy_name, wiphy_name(wiphy), MAXNAME)
|