Home
last modified time | relevance | path

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

123

/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/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/silabs/wfx/
H A Dsta.h27 void wfx_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags,
/linux/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/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/drivers/net/wireless/st/cw1200/
H A Dsta.h27 unsigned int changed_flags,
/linux/drivers/net/wireless/intersil/p54/
H A Dmain.c391 unsigned int changed_flags, in p54_configure_filter() argument
401 if (changed_flags & FIF_OTHER_BSS) in p54_configure_filter()
404 if (changed_flags & FIF_ALLMULTI || multicast) in p54_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;
632 __entry->changed_flags
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 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/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02.h153 unsigned int changed_flags,
/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/ath/ath12k/
H A Dmac.h236 unsigned int changed_flags,
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.h156 unsigned int changed_flags,
/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c1573 unsigned int changed_flags, in rtl8180_configure_filter() argument
1579 if (changed_flags & FIF_FCSFAIL) in rtl8180_configure_filter()
1581 if (changed_flags & FIF_CONTROL) in rtl8180_configure_filter()
1583 if (changed_flags & FIF_OTHER_BSS) in rtl8180_configure_filter()
/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()
/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/intel/iwlwifi/dvm/
H A Dmac80211.c1021 unsigned int changed_flags, in iwlagn_configure_filter() argument
1037 changed_flags, *total_flags); in iwlagn_configure_filter()

123