Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rtl8192e/ieee80211/
Drtl819x_TSProc.c60 stats_IndicateArray[index] = pReorderEntry->prxb; in RxPktPendingTimeout()
503 struct ieee80211_rxb * prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local
504 if (unlikely(!prxb)) in RemoveTsEntry()
509 for(i =0; i < prxb->nr_subframes; i++) { in RemoveTsEntry()
510 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry()
512 kfree(prxb); in RemoveTsEntry()
513 prxb = NULL; in RemoveTsEntry()
Dieee80211_rx.c564 struct ieee80211_rxb* prxb = prxbIndicateArray[j]; in ieee80211_indicate_packets() local
565 for(i = 0; i<prxb->nr_subframes; i++) { in ieee80211_indicate_packets()
566 struct sk_buff *sub_skb = prxb->subframes[i]; in ieee80211_indicate_packets()
577 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets()
578 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets()
584 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets()
585 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets()
598 kfree(prxb); in ieee80211_indicate_packets()
599 prxb = NULL; in ieee80211_indicate_packets()
605 struct ieee80211_rxb* prxb, in RxReorderIndicatePacket() argument
[all …]
Dieee80211.h1661 struct ieee80211_rxb* prxb; member
/linux-2.6.39/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c60 stats_IndicateArray[index] = pReorderEntry->prxb; in RxPktPendingTimeout()
504 struct ieee80211_rxb * prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local
505 if (unlikely(!prxb)) in RemoveTsEntry()
510 for(i =0; i < prxb->nr_subframes; i++) { in RemoveTsEntry()
511 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry()
513 kfree(prxb); in RemoveTsEntry()
514 prxb = NULL; in RemoveTsEntry()
Dieee80211_rx.c561 struct ieee80211_rxb* prxb = prxbIndicateArray[j]; in ieee80211_indicate_packets() local
562 for(i = 0; i<prxb->nr_subframes; i++) { in ieee80211_indicate_packets()
563 struct sk_buff *sub_skb = prxb->subframes[i]; 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()
581 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets()
582 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets()
600 kfree(prxb); in ieee80211_indicate_packets()
601 prxb = NULL; in ieee80211_indicate_packets()
607 struct ieee80211_rxb* prxb, in RxReorderIndicatePacket() argument
[all …]
Dieee80211.h1672 struct ieee80211_rxb* prxb; member