ieee80211_rx_napi
ieee80211_rx_napi(ar->hw, NULL, skb, &ar->napi);
ieee80211_rx_napi(ar->hw, NULL, skb, &ar->napi);
ieee80211_rx_napi(ar->hw, pubsta, msdu, napi);
ieee80211_rx_napi(ath12k_pdev_dp_to_hw(dp_pdev), pubsta, msdu, napi);
ieee80211_rx_napi(ath12k_pdev_dp_to_hw(dp_pdev), pubsta, msdu, napi);
ieee80211_rx_napi(priv->hw, NULL, skb, priv->napi);
ieee80211_rx_napi(mld->hw, sta, skb, napi);
ieee80211_rx_napi(mld->hw, NULL, skb, napi);
ieee80211_rx_napi(mld->hw, NULL, skb, NULL);
ieee80211_rx_napi(mvm->hw, NULL, skb, NULL);
ieee80211_rx_napi(mvm->hw, sta, skb, napi);
ieee80211_rx_napi(mvm->hw, sta, skb, napi);
ieee80211_rx_napi(mvm->hw, sta, skb, napi);
ieee80211_rx_napi(mvm->hw, NULL, skb, NULL);
ieee80211_rx_napi(rtwdev->hw, NULL, new, napi);
ieee80211_rx_napi(rtwdev->hw, NULL, skb_ppdu, napi);
void ieee80211_rx_napi(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
ieee80211_rx_napi(hw, NULL, skb, NULL);
EXPORT_SYMBOL(ieee80211_rx_napi);