Home
last modified time | relevance | path

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

/net/mac80211/
Ddriver-ops.h198 unsigned int changed_flags, in drv_configure_filter() argument
204 trace_drv_configure_filter(local, changed_flags, total_flags, in drv_configure_filter()
206 local->ops->configure_filter(&local->hw, changed_flags, total_flags, in drv_configure_filter()
214 unsigned int changed_flags) in drv_config_iface_filter() argument
219 changed_flags); in drv_config_iface_filter()
223 changed_flags); in drv_config_iface_filter()
Dtrace.h498 unsigned int changed_flags,
502 TP_ARGS(local, changed_flags, total_flags, multicast),
513 __entry->changed = changed_flags;
528 unsigned int changed_flags),
530 TP_ARGS(local, sdata, filter_flags, changed_flags),
536 __field(unsigned int, changed_flags)
543 __entry->changed_flags = changed_flags;
550 __entry->changed_flags
Dmain.c39 unsigned int changed_flags; in ieee80211_configure_filter() local
68 changed_flags = local->filter_flags ^ new_flags; in ieee80211_configure_filter()
76 drv_configure_filter(local, changed_flags, &new_flags, mc); in ieee80211_configure_filter()