Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_TSProc.c63 pReorderEntry->prxb; in RxPktPendingTimeout()
440 struct rtllib_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local
442 if (unlikely(!prxb)) in RemoveTsEntry()
444 for (i = 0; i < prxb->nr_subframes; i++) in RemoveTsEntry()
445 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry()
446 kfree(prxb); in RemoveTsEntry()
447 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.h1280 struct rtllib_rxb *prxb; member
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c60 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()
Dieee80211_rx.c548 struct ieee80211_rxb *prxb = prxbIndicateArray[j]; in ieee80211_indicate_packets() local
549 for(i = 0; i<prxb->nr_subframes; i++) { in ieee80211_indicate_packets()
550 struct sk_buff *sub_skb = prxb->subframes[i]; in ieee80211_indicate_packets()
561 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets()
562 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets()
568 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets()
569 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets()
585 kfree(prxb); in ieee80211_indicate_packets()
586 prxb = NULL; in ieee80211_indicate_packets()
592 struct ieee80211_rxb *prxb, in RxReorderIndicatePacket() argument
[all …]
Dieee80211.h1478 struct ieee80211_rxb *prxb; member