Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c1620 kfree(mvm->mcast_filter_cmd); in iwl_op_mode_mvm_stop()
1621 mvm->mcast_filter_cmd = NULL; in iwl_op_mode_mvm_stop()
Dmac80211.c2009 struct iwl_mcast_filter_cmd *cmd = mvm->mcast_filter_cmd; in iwl_mvm_mc_iface_iterator()
2046 if (WARN_ON_ONCE(!mvm->mcast_filter_cmd)) in iwl_mvm_recalc_multicast()
2117 kfree(mvm->mcast_filter_cmd); in iwl_mvm_configure_filter()
2118 mvm->mcast_filter_cmd = cmd; in iwl_mvm_configure_filter()
Dmvm.h1090 struct iwl_mcast_filter_cmd *mcast_filter_cmd; member