Searched defs:field (Results 1 – 9 of 9) sorted by relevance
/net/mac80211/ |
D | debugfs_netdev.c | 72 #define IEEE80211_IF_FMT(name, field, format_string) \ argument 79 #define IEEE80211_IF_FMT_DEC(name, field) \ argument 81 #define IEEE80211_IF_FMT_HEX(name, field) \ argument 83 #define IEEE80211_IF_FMT_LHEX(name, field) \ argument 85 #define IEEE80211_IF_FMT_SIZE(name, field) \ argument 88 #define IEEE80211_IF_FMT_HEXARRAY(name, field) \ argument 103 #define IEEE80211_IF_FMT_ATOMIC(name, field) \ argument 111 #define IEEE80211_IF_FMT_MAC(name, field) \ argument 119 #define IEEE80211_IF_FMT_DEC_DIV_16(name, field) \ argument 127 #define IEEE80211_IF_FMT_JIFFIES_TO_MS(name, field) \ argument [all …]
|
D | debugfs_sta.c | 21 #define STA_READ(name, field, format_string) \ argument 30 #define STA_READ_D(name, field) STA_READ(name, field, "%d\n") argument 31 #define STA_READ_U(name, field) STA_READ(name, field, "%u\n") argument 32 #define STA_READ_S(name, field) STA_READ(name, field, "%s\n") argument 49 #define STA_FILE(name, field, format) \ argument 395 #define DEBUGFS_ADD_COUNTER(name, field) \ argument
|
D | debugfs.c | 225 #define DEBUGFS_STATS_ADD(name, field) \ argument
|
/net/dccp/ |
D | dccp.h | 201 #define DCCP_INC_STATS(field) SNMP_INC_STATS(dccp_statistics, field) argument 202 #define DCCP_INC_STATS_BH(field) SNMP_INC_STATS_BH(dccp_statistics, field) argument 203 #define DCCP_DEC_STATS(field) SNMP_DEC_STATS(dccp_statistics, field) argument
|
/net/irda/ |
D | qos.c | 225 static inline int value_lower_bits(__u32 value, __u32 *array, int size, __u16 *field) in value_lower_bits() 251 static inline int value_highest_bit(__u32 value, __u32 *array, int size, __u16 *field) in value_highest_bit()
|
/net/ieee802154/ |
D | wpan-class.c | 41 #define MASTER_SHOW(field, format_string) \ argument
|
/net/openvswitch/ |
D | flow.c | 123 #define SW_FLOW_KEY_OFFSET(field) \ argument
|
/net/core/ |
D | net-sysfs.c | 58 #define NETDEVICE_SHOW(field, format_string) \ argument
|
/net/ipv4/ |
D | route.c | 199 #define RT_CACHE_STAT_INC(field) __this_cpu_inc(rt_cache_stat.field) argument
|