Home
last modified time | relevance | path

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

123

/linux/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c277 unsigned int changed_flags, in rtw_ops_configure_filter()
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);
268 rtw_ops_configure_filter(struct ieee80211_hw * hw,unsigned int changed_flags,unsigned int * new_flags,u64 multicast) rtw_ops_configure_filter() argument
/linux/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/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c225 unsigned int changed_flags, in rtw89_ops_configure_filter()
239 if (changed_flags & FIF_ALLMULTI) { in rtw89_ops_configure_filter()
245 if (changed_flags & FIF_FCSFAIL) { in rtw89_ops_configure_filter()
251 if (changed_flags & FIF_OTHER_BSS) { in rtw89_ops_configure_filter()
257 if (changed_flags & FIF_BCN_PRBRESP_PROMISC) { in rtw89_ops_configure_filter()
268 if (changed_flags & FIF_PROBE_REQ) { in rtw89_ops_configure_filter()
223 rtw89_ops_configure_filter(struct ieee80211_hw * hw,unsigned int changed_flags,unsigned int * new_flags,u64 multicast) rtw89_ops_configure_filter() argument
/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/st/cw1200/
H A Dsta.h27 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/ethernet/intel/i40e/
H A Di40e_ethtool.c5248 DECLARE_BITMAP(changed_flags, I40E_PF_FLAGS_NBITS);
5302 bitmap_xor(changed_flags, pf->flags, orig_flags, I40E_PF_FLAGS_NBITS); in i40e_set_priv_flags()
5304 if (test_bit(I40E_FLAG_FW_LLDP_DIS, changed_flags)) in i40e_set_priv_flags()
5307 if (test_bit(I40E_FLAG_VEB_STATS_ENA, changed_flags) || in i40e_set_priv_flags()
5308 test_bit(I40E_FLAG_LEGACY_RX_ENA, changed_flags) || in i40e_set_priv_flags()
5309 test_bit(I40E_FLAG_SOURCE_PRUNING_DIS, changed_flags)) in i40e_set_priv_flags()
5329 if (test_bit(I40E_FLAG_FW_LLDP_DIS, changed_flags) && in i40e_set_priv_flags()
5336 if (test_bit(I40E_FLAG_RS_FEC, changed_flags) && in i40e_set_priv_flags()
5344 if (test_bit(I40E_FLAG_BASE_R_FEC, changed_flags) && in i40e_set_priv_flags()
5354 * The changed_flags valu in i40e_set_priv_flags()
[all...]
/linux/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/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/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/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/staging/vt6656/
H A Dmain_usb.c862 unsigned int changed_flags, in vnt_configure() argument
875 if (changed_flags & FIF_ALLMULTI) { in vnt_configure()
888 if (changed_flags & (FIF_OTHER_BSS | FIF_BCN_PRBRESP_PROMISC)) { in vnt_configure()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02.h153 unsigned int changed_flags,
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.h156 unsigned int changed_flags,
/linux/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/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/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/staging/vt6655/
H A Ddevice_main.c1570 unsigned int changed_flags, in vnt_configure() argument
1582 if (changed_flags & FIF_ALLMULTI) { in vnt_configure()
1614 if (changed_flags & (FIF_OTHER_BSS | FIF_BCN_PRBRESP_PROMISC)) { in vnt_configure()
/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/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/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

123