Lines Matching refs:conf
63 #define CHANCTX_ASSIGN CHANDEF_ASSIGN(&ctx->conf.def) \
64 MIN_CHANDEF_ASSIGN(&ctx->conf.min_def) \
65 __entry->rx_chains_static = ctx->conf.rx_chains_static; \
66 __entry->rx_chains_dynamic = ctx->conf.rx_chains_dynamic
327 __entry->flags = local->hw.conf.flags;
328 __entry->power_level = local->hw.conf.power_level;
329 __entry->dynamic_ps_timeout = local->hw.conf.dynamic_ps_timeout;
330 __entry->max_sleep_period = local->hw.conf.max_sleep_period;
331 __entry->listen_interval = local->hw.conf.listen_interval;
333 local->hw.conf.long_frame_max_tx_count;
335 local->hw.conf.short_frame_max_tx_count;
336 CHANDEF_ASSIGN(&local->hw.conf.chandef)
337 __entry->smps = local->hw.conf.smps_mode;
549 struct ieee80211_key_conf *conf,
552 TP_ARGS(local, sdata, conf, sta, iv32),