Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Dcore.c1741 struct sk_buff *skb_ppdu, in rtw89_core_rx_to_mac80211() argument
1751 rtw89_core_rx_stats(rtwdev, phy_ppdu, desc_info, skb_ppdu); in rtw89_core_rx_to_mac80211()
1752 rtw89_core_update_radiotap(rtwdev, skb_ppdu, rx_status); in rtw89_core_rx_to_mac80211()
1755 ieee80211_rx_napi(rtwdev->hw, NULL, skb_ppdu, napi); in rtw89_core_rx_to_mac80211()
1767 struct sk_buff *skb_ppdu = NULL, *tmp; in rtw89_core_rx_pending_skb() local
1773 skb_queue_walk_safe(&rtwdev->ppdu_sts.rx_queue[band], skb_ppdu, tmp) { in rtw89_core_rx_pending_skb()
1774 skb_unlink(skb_ppdu, &rtwdev->ppdu_sts.rx_queue[band]); in rtw89_core_rx_pending_skb()
1775 rx_status = IEEE80211_SKB_RXCB(skb_ppdu); in rtw89_core_rx_pending_skb()
1779 rtw89_core_rx_to_mac80211(rtwdev, phy_ppdu, desc_info, skb_ppdu, rx_status); in rtw89_core_rx_pending_skb()
2017 struct sk_buff *skb_ppdu, *tmp; in rtw89_core_flush_ppdu_rx_queue() local
[all …]