Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c55 ieee->stats_IndicateArray[index] = pReorderEntry->prxb; in RxPktPendingTimeout()
433 struct ieee80211_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local
434 if (unlikely(!prxb)) { in RemoveTsEntry()
438 for(i =0; i < prxb->nr_subframes; i++) in RemoveTsEntry()
439 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry()
441 kfree(prxb); in RemoveTsEntry()
442 prxb = NULL; in RemoveTsEntry()
Dieee80211_rx.c546 struct ieee80211_rxb *prxb = prxbIndicateArray[j]; in ieee80211_indicate_packets() local
547 for(i = 0; i<prxb->nr_subframes; i++) { in ieee80211_indicate_packets()
548 struct sk_buff *sub_skb = prxb->subframes[i]; in ieee80211_indicate_packets()
559 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets()
560 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets()
564 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets()
565 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets()
581 kfree(prxb); in ieee80211_indicate_packets()
582 prxb = NULL; in ieee80211_indicate_packets()
588 struct ieee80211_rxb *prxb, in RxReorderIndicatePacket() argument
[all …]
Dieee80211.h1479 struct ieee80211_rxb *prxb; member
/Linux-v4.19/drivers/staging/rtl8192e/
Drtl819x_TSProc.c64 pReorderEntry->prxb; in RxPktPendingTimeout()
428 struct rtllib_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local
430 if (unlikely(!prxb)) in RemoveTsEntry()
432 for (i = 0; i < prxb->nr_subframes; i++) in RemoveTsEntry()
433 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry()
434 kfree(prxb); in RemoveTsEntry()
435 prxb = NULL; in RemoveTsEntry()
Drtllib_rx.c490 struct rtllib_rxb *prxb = prxbIndicateArray[j]; in rtllib_indicate_packets() local
492 for (i = 0; i < prxb->nr_subframes; i++) { in rtllib_indicate_packets()
493 struct sk_buff *sub_skb = prxb->subframes[i]; in rtllib_indicate_packets()
508 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in rtllib_indicate_packets()
509 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in rtllib_indicate_packets()
515 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in rtllib_indicate_packets()
516 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in rtllib_indicate_packets()
536 kfree(prxb); in rtllib_indicate_packets()
537 prxb = NULL; in rtllib_indicate_packets()
563 ieee->RfdArray[RfdCnt] = pRxReorderEntry->prxb; in rtllib_FlushRxTsPendingPkts()
[all …]
Drtllib.h1230 struct rtllib_rxb *prxb; member