Home
last modified time | relevance | path

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

123

/linux-6.15/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-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c740 unsigned int changed_flags, in brcms_ops_configure_filter() argument
746 changed_flags &= MAC_FILTERS; in brcms_ops_configure_filter()
749 if (changed_flags & FIF_ALLMULTI) in brcms_ops_configure_filter()
751 if (changed_flags & FIF_FCSFAIL) in brcms_ops_configure_filter()
753 if (changed_flags & FIF_CONTROL) in brcms_ops_configure_filter()
755 if (changed_flags & FIF_OTHER_BSS) in brcms_ops_configure_filter()
757 if (changed_flags & FIF_PSPOLL) in brcms_ops_configure_filter()
759 if (changed_flags & FIF_BCN_PRBRESP_PROMISC) in brcms_ops_configure_filter()
/linux-6.15/drivers/net/wireless/silabs/wfx/
H A Dsta.h27 void wfx_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags,
/linux-6.15/drivers/net/wireless/st/cw1200/
H A Dsta.h27 unsigned int changed_flags,
/linux-6.15/drivers/net/wireless/marvell/libertas_tf/
H A Dmain.c375 unsigned int changed_flags, in lbtf_op_configure_filter() argument
384 changed_flags &= SUPPORTED_FIF_FLAGS; in lbtf_op_configure_filter()
387 if (!changed_flags) { in lbtf_op_configure_filter()
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c5250 DECLARE_BITMAP(changed_flags, I40E_PF_FLAGS_NBITS); in i40e_set_priv_flags()
5306 if (test_bit(I40E_FLAG_FW_LLDP_DIS, changed_flags)) in i40e_set_priv_flags()
5309 if (test_bit(I40E_FLAG_VEB_STATS_ENA, changed_flags) || in i40e_set_priv_flags()
5310 test_bit(I40E_FLAG_LEGACY_RX_ENA, changed_flags) || in i40e_set_priv_flags()
5331 if (test_bit(I40E_FLAG_FW_LLDP_DIS, changed_flags) && in i40e_set_priv_flags()
5338 if (test_bit(I40E_FLAG_RS_FEC, changed_flags) && in i40e_set_priv_flags()
5346 if (test_bit(I40E_FLAG_BASE_R_FEC, changed_flags) && in i40e_set_priv_flags()
5361 if (test_bit(I40E_FLAG_FD_ATR_ENA, changed_flags) && in i40e_set_priv_flags()
5386 if (test_bit(I40E_FLAG_RS_FEC, changed_flags) || in i40e_set_priv_flags()
5387 test_bit(I40E_FLAG_BASE_R_FEC, changed_flags)) { in i40e_set_priv_flags()
[all …]
/linux-6.15/drivers/net/wireless/intersil/p54/
H A Dmain.c389 unsigned int changed_flags, in p54_configure_filter() argument
399 if (changed_flags & FIF_OTHER_BSS) in p54_configure_filter()
402 if (changed_flags & FIF_ALLMULTI || multicast) in p54_configure_filter()
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c776 unsigned int changed_flags, in rtl_op_configure_filter() argument
784 if (0 == changed_flags) in rtl_op_configure_filter()
788 if (changed_flags & FIF_ALLMULTI) { in rtl_op_configure_filter()
803 if (changed_flags & FIF_FCSFAIL) { in rtl_op_configure_filter()
821 if (changed_flags & FIF_BCN_PRBRESP_PROMISC && in rtl_op_configure_filter()
834 if (changed_flags & FIF_CONTROL) { in rtl_op_configure_filter()
849 if (changed_flags & FIF_OTHER_BSS) { in rtl_op_configure_filter()
/linux-6.15/net/mac80211/
H A Ddriver-ops.h199 unsigned int changed_flags, in drv_configure_filter() argument
206 trace_drv_configure_filter(local, changed_flags, total_flags, in drv_configure_filter()
208 local->ops->configure_filter(&local->hw, changed_flags, total_flags, in drv_configure_filter()
216 unsigned int changed_flags) in drv_config_iface_filter() argument
222 changed_flags); in drv_config_iface_filter()
226 changed_flags); in drv_config_iface_filter()
H A Dtrace.h577 unsigned int changed_flags,
581 TP_ARGS(local, changed_flags, total_flags, multicast),
592 __entry->changed = changed_flags;
607 unsigned int changed_flags),
609 TP_ARGS(local, sdata, filter_flags, changed_flags),
615 __field(unsigned int, changed_flags)
622 __entry->changed_flags = changed_flags;
629 __entry->changed_flags
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-6.15/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c287 unsigned int changed_flags, in rtw89_ops_configure_filter() argument
302 if (changed_flags & FIF_ALLMULTI) { in rtw89_ops_configure_filter()
308 if (changed_flags & FIF_FCSFAIL) { in rtw89_ops_configure_filter()
314 if (changed_flags & FIF_OTHER_BSS) { in rtw89_ops_configure_filter()
320 if (changed_flags & FIF_BCN_PRBRESP_PROMISC) { in rtw89_ops_configure_filter()
331 if (changed_flags & FIF_PROBE_REQ) { in rtw89_ops_configure_filter()
/linux-6.15/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00lib.h84 const unsigned int changed_flags);
H A Drt2x00.h617 const unsigned int changed_flags);
1462 unsigned int changed_flags,
H A Drt2x00mac.c356 unsigned int changed_flags, in rt2x00mac_configure_filter() argument
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02.h153 unsigned int changed_flags,
/linux-6.15/drivers/net/wireless/intel/iwlegacy/
H A D4965.h156 unsigned int changed_flags,
/linux-6.15/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c1221 unsigned int changed_flags, in zd_op_configure_filter() argument
1234 changed_flags &= SUPPORTED_FIF_FLAGS; in zd_op_configure_filter()
1255 if (changed_flags & FIF_CONTROL) { in zd_op_configure_filter()
/linux-6.15/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c1578 unsigned int changed_flags, in rtl8180_configure_filter() argument
1584 if (changed_flags & FIF_FCSFAIL) in rtl8180_configure_filter()
1586 if (changed_flags & FIF_CONTROL) in rtl8180_configure_filter()
1588 if (changed_flags & FIF_OTHER_BSS) in rtl8180_configure_filter()
/linux-6.15/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-6.15/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c1310 unsigned int changed_flags, in rtl8187_configure_filter() argument
1316 if (changed_flags & FIF_FCSFAIL) in rtl8187_configure_filter()
1318 if (changed_flags & FIF_CONTROL) in rtl8187_configure_filter()
/linux-6.15/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-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1012 unsigned int changed_flags) in iwl_mvm_mld_config_iface_filter() argument
1017 if (!(changed_flags & FIF_PROBE_REQ)) in iwl_mvm_mld_config_iface_filter()
/linux-6.15/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-6.15/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c1027 unsigned int changed_flags, in iwlagn_configure_filter() argument
1043 changed_flags, *total_flags); in iwlagn_configure_filter()

123