Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dcore.c1476 struct sk_buff *skb_ppdu, in rtw89_core_rx_to_mac80211() argument
1486 rtw89_core_rx_stats(rtwdev, phy_ppdu, desc_info, skb_ppdu); in rtw89_core_rx_to_mac80211()
1489 ieee80211_rx_napi(rtwdev->hw, NULL, skb_ppdu, napi); in rtw89_core_rx_to_mac80211()
1501 struct sk_buff *skb_ppdu = NULL, *tmp; in rtw89_core_rx_pending_skb() local
1507 skb_queue_walk_safe(&rtwdev->ppdu_sts.rx_queue[band], skb_ppdu, tmp) { in rtw89_core_rx_pending_skb()
1508 skb_unlink(skb_ppdu, &rtwdev->ppdu_sts.rx_queue[band]); in rtw89_core_rx_pending_skb()
1509 rx_status = IEEE80211_SKB_RXCB(skb_ppdu); in rtw89_core_rx_pending_skb()
1513 rtw89_core_rx_to_mac80211(rtwdev, phy_ppdu, desc_info, skb_ppdu, rx_status); in rtw89_core_rx_pending_skb()
1746 struct sk_buff *skb_ppdu, *tmp; in rtw89_core_flush_ppdu_rx_queue() local
1748 skb_queue_walk_safe(&ppdu_sts->rx_queue[band], skb_ppdu, tmp) { in rtw89_core_flush_ppdu_rx_queue()
[all …]