Home
last modified time | relevance | path

Searched refs:changed_flags (Results 1 – 3 of 3) sorted by relevance

/net/mac80211/
Ddriver-ops.h189 unsigned int changed_flags, in drv_configure_filter() argument
195 trace_drv_configure_filter(local, changed_flags, total_flags, in drv_configure_filter()
197 local->ops->configure_filter(&local->hw, changed_flags, total_flags, in drv_configure_filter()
205 unsigned int changed_flags) in drv_config_iface_filter() argument
210 changed_flags); in drv_config_iface_filter()
214 changed_flags); in drv_config_iface_filter()
Dtrace.h545 unsigned int changed_flags,
549 TP_ARGS(local, changed_flags, total_flags, multicast),
560 __entry->changed = changed_flags;
575 unsigned int changed_flags),
577 TP_ARGS(local, sdata, filter_flags, changed_flags),
583 __field(unsigned int, changed_flags)
590 __entry->changed_flags = changed_flags;
597 __entry->changed_flags
Dmain.c39 unsigned int changed_flags; in ieee80211_configure_filter() local
71 changed_flags = local->filter_flags ^ new_flags; in ieee80211_configure_filter()
79 drv_configure_filter(local, changed_flags, &new_flags, mc); in ieee80211_configure_filter()