Searched refs:prxb (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 63 pReorderEntry->prxb; RxPktPendingTimeout() 440 struct rtllib_rxb *prxb = pRxReorderEntry->prxb; RemoveTsEntry() local 442 if (unlikely(!prxb)) RemoveTsEntry() 444 for (i = 0; i < prxb->nr_subframes; i++) RemoveTsEntry() 445 dev_kfree_skb(prxb->subframes[i]); RemoveTsEntry() 446 kfree(prxb); RemoveTsEntry() 447 prxb = NULL; RemoveTsEntry()
|
H A D | rtllib_rx.c | 490 struct rtllib_rxb *prxb = prxbIndicateArray[j]; rtllib_indicate_packets() local 492 for (i = 0; i < prxb->nr_subframes; i++) { rtllib_indicate_packets() 493 struct sk_buff *sub_skb = prxb->subframes[i]; rtllib_indicate_packets() 508 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); rtllib_indicate_packets() 509 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); rtllib_indicate_packets() 515 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); rtllib_indicate_packets() 516 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); rtllib_indicate_packets() 536 kfree(prxb); rtllib_indicate_packets() 537 prxb = NULL; rtllib_indicate_packets() 563 ieee->RfdArray[RfdCnt] = pRxReorderEntry->prxb; rtllib_FlushRxTsPendingPkts() 575 struct rtllib_rxb *prxb, RxReorderIndicatePacket() 606 for (i = 0; i < prxb->nr_subframes; i++) RxReorderIndicatePacket() 607 dev_kfree_skb(prxb->subframes[i]); RxReorderIndicatePacket() 608 kfree(prxb); RxReorderIndicatePacket() 609 prxb = NULL; RxReorderIndicatePacket() 648 ieee->prxbIndicateArray[0] = prxb; RxReorderIndicatePacket() 662 pReorderEntry->prxb = prxb; RxReorderIndicatePacket() 674 for (i = 0; i < prxb->nr_subframes; i++) RxReorderIndicatePacket() 675 dev_kfree_skb(prxb->subframes[i]); RxReorderIndicatePacket() 676 kfree(prxb); RxReorderIndicatePacket() 677 prxb = NULL; RxReorderIndicatePacket() 695 for (i = 0; i < prxb->nr_subframes; i++) RxReorderIndicatePacket() 696 dev_kfree_skb(prxb->subframes[i]); RxReorderIndicatePacket() 697 kfree(prxb); RxReorderIndicatePacket() 698 prxb = NULL; RxReorderIndicatePacket() 729 ieee->prxbIndicateArray[index] = pReorderEntry->prxb; RxReorderIndicatePacket() 574 RxReorderIndicatePacket(struct rtllib_device *ieee, struct rtllib_rxb *prxb, struct rx_ts_record *pTS, u16 SeqNum) RxReorderIndicatePacket() argument
|
H A D | rtllib.h | 1280 struct rtllib_rxb *prxb; member in struct:rx_reorder_entry
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_TSProc.c | 60 stats_IndicateArray[index] = pReorderEntry->prxb; RxPktPendingTimeout() 479 struct ieee80211_rxb *prxb = pRxReorderEntry->prxb; RemoveTsEntry() local 480 if (unlikely(!prxb)) RemoveTsEntry() 485 for(i =0; i < prxb->nr_subframes; i++) { RemoveTsEntry() 486 dev_kfree_skb(prxb->subframes[i]); RemoveTsEntry() 488 kfree(prxb); RemoveTsEntry() 489 prxb = NULL; RemoveTsEntry()
|
H A D | ieee80211_rx.c | 548 struct ieee80211_rxb *prxb = prxbIndicateArray[j]; ieee80211_indicate_packets() local 549 for(i = 0; i<prxb->nr_subframes; i++) { ieee80211_indicate_packets() 550 struct sk_buff *sub_skb = prxb->subframes[i]; ieee80211_indicate_packets() 561 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); ieee80211_indicate_packets() 562 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); ieee80211_indicate_packets() 568 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); ieee80211_indicate_packets() 569 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); ieee80211_indicate_packets() 585 kfree(prxb); ieee80211_indicate_packets() 586 prxb = NULL; ieee80211_indicate_packets() 592 struct ieee80211_rxb *prxb, RxReorderIndicatePacket() 615 for(i =0; i < prxb->nr_subframes; i++) { RxReorderIndicatePacket() 616 dev_kfree_skb(prxb->subframes[i]); RxReorderIndicatePacket() 618 kfree(prxb); RxReorderIndicatePacket() 619 prxb = NULL; RxReorderIndicatePacket() 654 prxbIndicateArray[0] = prxb; RxReorderIndicatePacket() 666 pReorderEntry->prxb = prxb; RxReorderIndicatePacket() 675 for(i =0; i < prxb->nr_subframes; i++) { RxReorderIndicatePacket() 676 dev_kfree_skb(prxb->subframes[i]); RxReorderIndicatePacket() 678 kfree(prxb); RxReorderIndicatePacket() 679 prxb = NULL; RxReorderIndicatePacket() 695 for(i =0; i < prxb->nr_subframes; i++) { RxReorderIndicatePacket() 696 dev_kfree_skb(prxb->subframes[i]); RxReorderIndicatePacket() 698 kfree(prxb); RxReorderIndicatePacket() 699 prxb = NULL; RxReorderIndicatePacket() 724 prxbIndicateArray[index] = pReorderEntry->prxb; RxReorderIndicatePacket() 591 RxReorderIndicatePacket(struct ieee80211_device *ieee, struct ieee80211_rxb *prxb, PRX_TS_RECORD pTS, u16 SeqNum) RxReorderIndicatePacket() argument
|
H A D | ieee80211.h | 1478 struct ieee80211_rxb *prxb; member in struct:_RX_REORDER_ENTRY
|
Completed in 340 milliseconds