Home
last modified time | relevance | path

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

12

/linux/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c277 unsigned int changed_flags, in rtw_ops_configure_filter() argument
290 if (changed_flags & FIF_ALLMULTI) { in rtw_ops_configure_filter()
296 if (changed_flags & FIF_FCSFAIL) { in rtw_ops_configure_filter()
302 if (changed_flags & FIF_OTHER_BSS) { in rtw_ops_configure_filter()
308 if (changed_flags & FIF_BCN_PRBRESP_PROMISC) { in rtw_ops_configure_filter()
317 changed_flags, *new_flags, rtwdev->hal.rcr); in rtw_ops_configure_filter()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c742 unsigned int changed_flags, in brcms_ops_configure_filter() argument
748 changed_flags &= MAC_FILTERS; in brcms_ops_configure_filter()
751 if (changed_flags & FIF_ALLMULTI) in brcms_ops_configure_filter()
753 if (changed_flags & FIF_FCSFAIL) in brcms_ops_configure_filter()
755 if (changed_flags & FIF_CONTROL) in brcms_ops_configure_filter()
757 if (changed_flags & FIF_OTHER_BSS) in brcms_ops_configure_filter()
759 if (changed_flags & FIF_PSPOLL) in brcms_ops_configure_filter()
761 if (changed_flags & FIF_BCN_PRBRESP_PROMISC) in brcms_ops_configure_filter()
/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.h27 void wfx_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags,
H A Dsta.c81 void wfx_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, in wfx_configure_filter() argument
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c5245 DECLARE_BITMAP(changed_flags, I40E_PF_FLAGS_NBITS); in i40e_set_priv_flags()
5299 bitmap_xor(changed_flags, new_flags, orig_flags, I40E_PF_FLAGS_NBITS); in i40e_set_priv_flags()
5301 if (test_bit(I40E_FLAG_FW_LLDP_DIS, changed_flags)) in i40e_set_priv_flags()
5304 if (test_bit(I40E_FLAG_VEB_STATS_ENA, changed_flags) || in i40e_set_priv_flags()
5305 test_bit(I40E_FLAG_LEGACY_RX_ENA, changed_flags) || in i40e_set_priv_flags()
5306 test_bit(I40E_FLAG_SOURCE_PRUNING_DIS, changed_flags)) in i40e_set_priv_flags()
5326 if (test_bit(I40E_FLAG_FW_LLDP_DIS, changed_flags) && in i40e_set_priv_flags()
5333 if (test_bit(I40E_FLAG_RS_FEC, changed_flags) && in i40e_set_priv_flags()
5341 if (test_bit(I40E_FLAG_BASE_R_FEC, changed_flags) && in i40e_set_priv_flags()
5356 if (test_bit(I40E_FLAG_FD_ATR_ENA, changed_flags) && in i40e_set_priv_flags()
[all …]
/linux/drivers/net/wireless/st/cw1200/
H A Dsta.h27 unsigned int changed_flags,
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c765 unsigned int changed_flags, in rtl_op_configure_filter() argument
773 if (0 == changed_flags) in rtl_op_configure_filter()
777 if (changed_flags & FIF_ALLMULTI) { in rtl_op_configure_filter()
792 if (changed_flags & FIF_FCSFAIL) { in rtl_op_configure_filter()
810 if (changed_flags & FIF_BCN_PRBRESP_PROMISC && in rtl_op_configure_filter()
823 if (changed_flags & FIF_CONTROL) { in rtl_op_configure_filter()
838 if (changed_flags & FIF_OTHER_BSS) { in rtl_op_configure_filter()
/linux/net/mac80211/
H A Dtrace.h580 unsigned int changed_flags,
584 TP_ARGS(local, changed_flags, total_flags, multicast),
595 __entry->changed = changed_flags;
610 unsigned int changed_flags),
612 TP_ARGS(local, sdata, filter_flags, changed_flags),
618 __field(unsigned int, changed_flags)
625 __entry->changed_flags = changed_flags;
630 " filter_flags: %#x changed_flags: %#x",
632 __entry->changed_flags
[all...]
H A Ddriver-ops.h201 unsigned int changed_flags, in drv_configure_filter() argument
208 trace_drv_configure_filter(local, changed_flags, total_flags, in drv_configure_filter()
210 local->ops->configure_filter(&local->hw, changed_flags, total_flags, in drv_configure_filter()
218 unsigned int changed_flags) in drv_config_iface_filter() argument
224 changed_flags); in drv_config_iface_filter()
228 changed_flags); in drv_config_iface_filter()
H A Dmain.c40 unsigned int changed_flags; in ieee80211_configure_filter() local
72 changed_flags = local->filter_flags ^ new_flags; in ieee80211_configure_filter()
80 drv_configure_filter(local, changed_flags, &new_flags, mc); in ieee80211_configure_filter()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c306 unsigned int changed_flags, in rtw89_ops_configure_filter() argument
320 if (changed_flags & FIF_ALLMULTI) { in rtw89_ops_configure_filter()
326 if (changed_flags & FIF_FCSFAIL) { in rtw89_ops_configure_filter()
332 if (changed_flags & FIF_OTHER_BSS) { in rtw89_ops_configure_filter()
338 if (changed_flags & FIF_BCN_PRBRESP_PROMISC) { in rtw89_ops_configure_filter()
349 if (changed_flags & FIF_PROBE_REQ) { in rtw89_ops_configure_filter()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00lib.h84 const unsigned int changed_flags);
H A Drt2x00mac.c356 unsigned int changed_flags, in rt2x00mac_configure_filter() argument
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c1224 unsigned int changed_flags, in zd_op_configure_filter() argument
1237 changed_flags &= SUPPORTED_FIF_FLAGS; in zd_op_configure_filter()
1258 if (changed_flags & FIF_CONTROL) { in zd_op_configure_filter()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.h156 unsigned int changed_flags,
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c808 unsigned int changed_flags) in iwl_mvm_mld_config_iface_filter() argument
813 if (!(changed_flags & FIF_PROBE_REQ)) in iwl_mvm_mld_config_iface_filter()
H A Dmac80211.c2011 unsigned int changed_flags, in iwl_mvm_configure_filter() argument
2026 if (changed_flags & FIF_ALLMULTI) in iwl_mvm_configure_filter()
2040 unsigned int changed_flags) in iwl_mvm_config_iface_filter() argument
2045 if (!(changed_flags & FIF_PROBE_REQ)) in iwl_mvm_config_iface_filter()
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dmain.c100 mt76_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, in mt76_configure_filter() argument
/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c1322 unsigned int changed_flags, in rtl8187_configure_filter() argument
1328 if (changed_flags & FIF_FCSFAIL) in rtl8187_configure_filter()
1330 if (changed_flags & FIF_CONTROL) in rtl8187_configure_filter()
/linux/drivers/net/wireless/ath/carl9170/
H A Dmain.c973 unsigned int changed_flags, in carl9170_op_configure_filter() argument
999 if (changed_flags & FIF_OTHER_BSS) { in carl9170_op_configure_filter()
1005 if (ar->fw.rx_filter && changed_flags & ar->rx_filter_caps) { in carl9170_op_configure_filter()
/linux/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c367 ath5k_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, in ath5k_configure_filter() argument
/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c538 unsigned int changed_flags, in plfxlc_op_configure_filter() argument
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c2054 unsigned int changed_flags, in at76_configure_filter() argument
2062 __func__, changed_flags, *total_flags); in at76_configure_filter()
2064 flags = changed_flags & AT76_SUPPORTED_FILTERS; in at76_configure_filter()
/linux/net/bridge/
H A Dbr_private.h1378 br_mdb_should_notify(const struct net_bridge *br, u8 changed_flags) in br_mdb_should_notify() argument
1381 (changed_flags & MDB_PG_FLAGS_OFFLOAD_FAILED); in br_mdb_should_notify()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c847 unsigned int changed_flags, in iwl_mld_mac80211_configure_filter() argument
861 if (changed_flags & FIF_ALLMULTI) in iwl_mld_mac80211_configure_filter()

12