Lines Matching refs:enabled
318 TP_PROTO(struct ieee80211_local *local, bool enabled),
319 TP_ARGS(local, enabled),
322 __field(bool, enabled)
326 __entry->enabled = enabled;
328 TP_printk(LOCAL_PR_FMT " enabled:%d", LOCAL_PR_ARG, __entry->enabled)
2438 struct ieee80211_sta *sta, bool enabled),
2440 TP_ARGS(local, sdata, sta, enabled),
2446 __field(bool, enabled)
2453 __entry->enabled = enabled;
2458 LOCAL_PR_ARG, VIF_PR_ARG, STA_PR_ARG, __entry->enabled
2465 struct ieee80211_sta *sta, bool enabled),
2467 TP_ARGS(local, sdata, sta, enabled)
2473 struct ieee80211_sta *sta, bool enabled),
2475 TP_ARGS(local, sdata, sta, enabled)