Home
last modified time | relevance | path

Searched refs:mcast_filter_cmd (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmld.h292 struct iwl_mcast_filter_cmd *mcast_filter_cmd; member
H A Dmac80211.c816 struct iwl_mcast_filter_cmd *cmd = mld->mcast_filter_cmd; in iwl_mld_mc_iface_iterator()
848 if (WARN_ON_ONCE(!mld->mcast_filter_cmd)) in iwl_mld_recalc_multicast_filter()
904 kfree(mld->mcast_filter_cmd); in iwl_mld_mac80211_configure_filter()
905 mld->mcast_filter_cmd = cmd; in iwl_mld_mac80211_configure_filter()
H A Dmld.c531 kfree(mld->mcast_filter_cmd); in iwl_op_mode_mld_stop()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1584 kfree(mvm->mcast_filter_cmd); in iwl_op_mode_mvm_stop()
1585 mvm->mcast_filter_cmd = NULL; in iwl_op_mode_mvm_stop()
H A Dmac80211.c1911 struct iwl_mcast_filter_cmd *cmd = mvm->mcast_filter_cmd; in iwl_mvm_mc_iface_iterator()
1948 if (WARN_ON_ONCE(!mvm->mcast_filter_cmd)) in iwl_mvm_recalc_multicast()
2019 kfree(mvm->mcast_filter_cmd); in iwl_mvm_configure_filter()
2020 mvm->mcast_filter_cmd = cmd; in iwl_mvm_configure_filter()
H A Dmvm.h1011 struct iwl_mcast_filter_cmd *mcast_filter_cmd; member