Searched refs:prxb (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 60 stats_IndicateArray[index] = pReorderEntry->prxb; in RxPktPendingTimeout() 479 struct ieee80211_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local 480 if (unlikely(!prxb)) in RemoveTsEntry() 485 for(i =0; i < prxb->nr_subframes; i++) { in RemoveTsEntry() 486 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry() 488 kfree(prxb); in RemoveTsEntry() 489 prxb = NULL; in RemoveTsEntry()
|
D | ieee80211_rx.c | 553 struct ieee80211_rxb *prxb = prxbIndicateArray[j]; in ieee80211_indicate_packets() local 554 for(i = 0; i<prxb->nr_subframes; i++) { in ieee80211_indicate_packets() 555 struct sk_buff *sub_skb = prxb->subframes[i]; in ieee80211_indicate_packets() 566 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets() 567 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets() 573 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets() 574 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets() 592 kfree(prxb); in ieee80211_indicate_packets() 593 prxb = NULL; in ieee80211_indicate_packets() 599 struct ieee80211_rxb *prxb, in RxReorderIndicatePacket() argument [all …]
|
D | ieee80211.h | 1616 struct ieee80211_rxb *prxb; member
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 65 pReorderEntry->prxb; in RxPktPendingTimeout() 446 struct rtllib_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local 448 if (unlikely(!prxb)) in RemoveTsEntry() 450 for (i = 0; i < prxb->nr_subframes; i++) in RemoveTsEntry() 451 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry() 452 kfree(prxb); in RemoveTsEntry() 453 prxb = NULL; in RemoveTsEntry()
|
D | rtllib_rx.c | 476 struct rtllib_rxb *prxb = prxbIndicateArray[j]; in rtllib_indicate_packets() local 478 for (i = 0; i < prxb->nr_subframes; i++) { in rtllib_indicate_packets() 479 struct sk_buff *sub_skb = prxb->subframes[i]; in rtllib_indicate_packets() 491 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in rtllib_indicate_packets() 492 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in rtllib_indicate_packets() 498 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in rtllib_indicate_packets() 499 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in rtllib_indicate_packets() 517 kfree(prxb); in rtllib_indicate_packets() 518 prxb = NULL; in rtllib_indicate_packets() 540 ieee->RfdArray[RfdCnt] = pRxReorderEntry->prxb; in rtllib_FlushRxTsPendingPkts() [all …]
|
D | rtllib.h | 1699 struct rtllib_rxb *prxb; member
|