Searched refs:_mac80211_type (Results 1 – 1 of 1) sorted by relevance
527 #define IWL_MLD_ALLOC_FN(_type, _mac80211_type) \ argument531 struct ieee80211_##_mac80211_type *mac80211_ptr) \534 u8 arr_sz = ARRAY_SIZE(mld->fw_id_to_##_mac80211_type); \543 if (rcu_access_pointer(mld->fw_id_to_##_mac80211_type[idx])) \547 rcu_assign_pointer(mld->fw_id_to_##_mac80211_type[idx], mac80211_ptr); \553 #define IWL_MLD_ALLOC_FN_STATIC(_type, _mac80211_type) \ argument554 static IWL_MLD_ALLOC_FN(_type, _mac80211_type)