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

123

/linux-master/drivers/net/wireless/silabs/wfx/
H A Dsta.h27 void wfx_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags,
/linux-master/drivers/net/wireless/st/cw1200/
H A Dsta.h27 unsigned int changed_flags,
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c268 unsigned int changed_flags,
281 if (changed_flags & FIF_ALLMULTI) {
287 if (changed_flags & FIF_FCSFAIL) {
293 if (changed_flags & FIF_OTHER_BSS) {
299 if (changed_flags & FIF_BCN_PRBRESP_PROMISC) {
308 changed_flags, *new_flags, rtwdev->hal.rcr);
267 rtw_ops_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *new_flags, u64 multicast) argument
/linux-master/drivers/net/wireless/marvell/libertas_tf/
H A Dmain.c375 unsigned int changed_flags,
384 changed_flags &= SUPPORTED_FIF_FLAGS;
387 if (!changed_flags) {
374 lbtf_op_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *new_flags, u64 multicast) argument
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c223 unsigned int changed_flags,
237 if (changed_flags & FIF_ALLMULTI) {
243 if (changed_flags & FIF_FCSFAIL) {
249 if (changed_flags & FIF_OTHER_BSS) {
255 if (changed_flags & FIF_BCN_PRBRESP_PROMISC) {
266 if (changed_flags & FIF_PROBE_REQ) {
222 rtw89_ops_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *new_flags, u64 multicast) argument
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c740 unsigned int changed_flags,
746 changed_flags &= MAC_FILTERS;
749 if (changed_flags & FIF_ALLMULTI)
751 if (changed_flags & FIF_FCSFAIL)
753 if (changed_flags & FIF_CONTROL)
755 if (changed_flags & FIF_OTHER_BSS)
757 if (changed_flags & FIF_PSPOLL)
759 if (changed_flags & FIF_BCN_PRBRESP_PROMISC)
739 brcms_ops_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00lib.h84 const unsigned int changed_flags);
H A Drt2x00.h627 const unsigned int changed_flags);
1472 unsigned int changed_flags,
H A Drt2x00mac.c356 unsigned int changed_flags,
355 rt2x00mac_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02.h153 unsigned int changed_flags,
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c791 unsigned int changed_flags,
799 if (0 == changed_flags)
803 if (changed_flags & FIF_ALLMULTI) {
818 if (changed_flags & FIF_FCSFAIL) {
836 if (changed_flags & FIF_BCN_PRBRESP_PROMISC &&
849 if (changed_flags & FIF_CONTROL) {
864 if (changed_flags & FIF_OTHER_BSS) {
790 rtl_op_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *new_flags, u64 multicast) argument
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c5255 DECLARE_BITMAP(changed_flags, I40E_PF_FLAGS_NBITS);
5309 bitmap_xor(changed_flags, pf->flags, orig_flags, I40E_PF_FLAGS_NBITS);
5311 if (test_bit(I40E_FLAG_FW_LLDP_DIS, changed_flags))
5314 if (test_bit(I40E_FLAG_VEB_STATS_ENA, changed_flags) ||
5315 test_bit(I40E_FLAG_LEGACY_RX_ENA, changed_flags) ||
5316 test_bit(I40E_FLAG_SOURCE_PRUNING_DIS, changed_flags))
5336 if (test_bit(I40E_FLAG_FW_LLDP_DIS, changed_flags) &&
5343 if (test_bit(I40E_FLAG_RS_FEC, changed_flags) &&
5351 if (test_bit(I40E_FLAG_BASE_R_FEC, changed_flags) &&
5361 * The changed_flags valu
[all...]
/linux-master/net/mac80211/
H A Ddriver-ops.h199 unsigned int changed_flags,
206 trace_drv_configure_filter(local, changed_flags, total_flags,
208 local->ops->configure_filter(&local->hw, changed_flags, total_flags,
216 unsigned int changed_flags)
222 changed_flags);
226 changed_flags);
198 drv_configure_filter(struct ieee80211_local *local, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
213 drv_config_iface_filter(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, unsigned int filter_flags, unsigned int changed_flags) argument
H A Dtrace.h568 unsigned int changed_flags,
572 TP_ARGS(local, changed_flags, total_flags, multicast),
583 __entry->changed = changed_flags;
598 unsigned int changed_flags),
600 TP_ARGS(local, sdata, filter_flags, changed_flags),
606 __field(unsigned int, changed_flags)
613 __entry->changed_flags = changed_flags;
618 " filter_flags: %#x changed_flags: %#x",
620 __entry->changed_flags
[all...]
H A Dmain.c40 unsigned int changed_flags; local
72 changed_flags = local->filter_flags ^ new_flags;
80 drv_configure_filter(local, changed_flags, &new_flags, mc);
/linux-master/drivers/net/wireless/intersil/p54/
H A Dmain.c389 unsigned int changed_flags,
399 if (changed_flags & FIF_OTHER_BSS)
402 if (changed_flags & FIF_ALLMULTI || multicast)
388 p54_configure_filter(struct ieee80211_hw *dev, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
/linux-master/drivers/staging/vt6656/
H A Dmain_usb.c862 unsigned int changed_flags,
875 if (changed_flags & FIF_ALLMULTI) {
888 if (changed_flags & (FIF_OTHER_BSS | FIF_BCN_PRBRESP_PROMISC)) {
861 vnt_configure(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c1221 unsigned int changed_flags,
1234 changed_flags &= SUPPORTED_FIF_FLAGS;
1239 * has changed, no bit in changed_flags is set. To handle this
1240 * situation, we do not return if changed_flags is 0. If we do so,
1255 if (changed_flags & FIF_CONTROL) {
1220 zd_op_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *new_flags, u64 multicast) argument
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965.h156 unsigned int changed_flags,
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dmain.c100 mt76_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, argument
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c484 u32 orig_flags, new_flags, changed_flags; local
523 changed_flags = orig_flags ^ new_flags;
526 * The changed_flags value reflects the list of bits that were changed
531 if (changed_flags & IAVF_FLAG_LEGACY_RX) {
/linux-master/drivers/staging/vt6655/
H A Ddevice_main.c1570 unsigned int changed_flags,
1582 if (changed_flags & FIF_ALLMULTI) {
1614 if (changed_flags & (FIF_OTHER_BSS | FIF_BCN_PRBRESP_PROMISC)) {
1569 vnt_configure(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dmain.c973 unsigned int changed_flags,
999 if (changed_flags & FIF_OTHER_BSS) {
1005 if (ar->fw.rx_filter && changed_flags & ar->rx_filter_caps) {
972 carl9170_op_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *new_flags, u64 multicast) argument
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c1310 unsigned int changed_flags,
1316 if (changed_flags & FIF_FCSFAIL)
1318 if (changed_flags & FIF_CONTROL)
1309 rtl8187_configure_filter(struct ieee80211_hw *dev, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c367 ath5k_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, argument

Completed in 312 milliseconds

123