Searched refs:prxb (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 65 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()
|
D | rtllib_rx.c | 479 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 …]
|
D | rtllib.h | 1763 struct rtllib_rxb *prxb; member
|
/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 60 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()
|
D | ieee80211_rx.c | 554 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 …]
|
D | ieee80211.h | 1661 struct ieee80211_rxb *prxb; member
|