Home
last modified time | relevance | path

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

/drivers/staging/rtl8192e/
Drtl819x_TSProc.c65 pReorderEntry->prxb; in RxPktPendingTimeout()
447 struct rtllib_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local
449 if (unlikely(!prxb)) in RemoveTsEntry()
451 for (i = 0; i < prxb->nr_subframes; i++) in RemoveTsEntry()
452 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry()
453 kfree(prxb); in RemoveTsEntry()
454 prxb = NULL; in RemoveTsEntry()
Drtllib_rx.c479 struct rtllib_rxb *prxb = prxbIndicateArray[j]; in rtllib_indicate_packets() local
481 for (i = 0; i < prxb->nr_subframes; i++) { in rtllib_indicate_packets()
482 struct sk_buff *sub_skb = prxb->subframes[i]; in rtllib_indicate_packets()
493 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in rtllib_indicate_packets()
494 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in rtllib_indicate_packets()
500 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in rtllib_indicate_packets()
501 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in rtllib_indicate_packets()
519 kfree(prxb); in rtllib_indicate_packets()
520 prxb = NULL; in rtllib_indicate_packets()
540 ieee->RfdArray[RfdCnt] = pRxReorderEntry->prxb; in rtllib_FlushRxTsPendingPkts()
[all …]
Drtllib.h1763 struct rtllib_rxb *prxb; member
/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c60 stats_IndicateArray[index] = pReorderEntry->prxb; in RxPktPendingTimeout()
499 struct ieee80211_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local
500 if (unlikely(!prxb)) in RemoveTsEntry()
505 for(i =0; i < prxb->nr_subframes; i++) { in RemoveTsEntry()
506 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry()
508 kfree(prxb); in RemoveTsEntry()
509 prxb = NULL; in RemoveTsEntry()
Dieee80211_rx.c554 struct ieee80211_rxb *prxb = prxbIndicateArray[j]; in ieee80211_indicate_packets() local
555 for(i = 0; i<prxb->nr_subframes; i++) { in ieee80211_indicate_packets()
556 struct sk_buff *sub_skb = prxb->subframes[i]; in ieee80211_indicate_packets()
567 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets()
568 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets()
574 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets()
575 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets()
593 kfree(prxb); in ieee80211_indicate_packets()
594 prxb = NULL; in ieee80211_indicate_packets()
600 struct ieee80211_rxb *prxb, in RxReorderIndicatePacket() argument
[all …]
Dieee80211.h1661 struct ieee80211_rxb *prxb; member