Searched refs:skb_ppdu (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | core.c | 3278 struct sk_buff *skb_ppdu, in rtw89_core_rx_to_mac80211() argument 3288 rtw89_core_rx_stats(rtwdev, phy_ppdu, desc_info, skb_ppdu); in rtw89_core_rx_to_mac80211() 3290 rtw89_core_update_radiotap(rtwdev, skb_ppdu, rx_status); in rtw89_core_rx_to_mac80211() 3292 rtw89_core_update_rx_freq_from_ie(rtwdev, skb_ppdu, rx_status); in rtw89_core_rx_to_mac80211() 3297 ieee80211_rx_napi(rtwdev->hw, NULL, skb_ppdu, napi); in rtw89_core_rx_to_mac80211() 3309 struct sk_buff *skb_ppdu = NULL, *tmp; in rtw89_core_rx_pending_skb() local 3315 skb_queue_walk_safe(&rtwdev->ppdu_sts.rx_queue[band], skb_ppdu, tmp) { in rtw89_core_rx_pending_skb() 3316 skb_unlink(skb_ppdu, &rtwdev->ppdu_sts.rx_queue[band]); in rtw89_core_rx_pending_skb() 3317 rx_status = IEEE80211_SKB_RXCB(skb_ppdu); in rtw89_core_rx_pending_skb() 3321 rtw89_core_rx_to_mac80211(rtwdev, phy_ppdu, desc_info, skb_ppdu, rx_status); in rtw89_core_rx_pending_skb() [all …]
|