Searched refs:prxb (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 48 pReorderEntry->prxb; in RxPktPendingTimeout() 372 struct rtllib_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local 374 if (unlikely(!prxb)) in RemoveTsEntry() 376 for (i = 0; i < prxb->nr_subframes; i++) in RemoveTsEntry() 377 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry() 378 kfree(prxb); in RemoveTsEntry() 379 prxb = NULL; in RemoveTsEntry()
|
D | rtllib_rx.c | 471 struct rtllib_rxb *prxb = prxbIndicateArray[j]; in rtllib_indicate_packets() local 473 for (i = 0; i < prxb->nr_subframes; i++) { in rtllib_indicate_packets() 474 struct sk_buff *sub_skb = prxb->subframes[i]; in rtllib_indicate_packets() 489 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in rtllib_indicate_packets() 490 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in rtllib_indicate_packets() 496 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in rtllib_indicate_packets() 497 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() 544 ieee->RfdArray[RfdCnt] = pRxReorderEntry->prxb; in rtllib_FlushRxTsPendingPkts() [all …]
|
D | rtllib.h | 1177 struct rtllib_rxb *prxb; member
|
/linux-6.6.21/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 55 ieee->stats_IndicateArray[index] = pReorderEntry->prxb; in RxPktPendingTimeout() 430 struct ieee80211_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local 431 if (unlikely(!prxb)) { in RemoveTsEntry() 435 for (i = 0; i < prxb->nr_subframes; i++) in RemoveTsEntry() 436 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry() 438 kfree(prxb); in RemoveTsEntry() 439 prxb = NULL; in RemoveTsEntry()
|
D | ieee80211_rx.c | 577 struct ieee80211_rxb *prxb = prxbIndicateArray[i]; in ieee80211_indicate_packets() local 579 indicate_packets(ieee, prxb); in ieee80211_indicate_packets() 580 kfree(prxb); in ieee80211_indicate_packets() 581 prxb = NULL; in ieee80211_indicate_packets() 586 struct ieee80211_rxb *prxb, in RxReorderIndicatePacket() argument 615 for (i = 0; i < prxb->nr_subframes; i++) in RxReorderIndicatePacket() 616 dev_kfree_skb(prxb->subframes[i]); in RxReorderIndicatePacket() 618 kfree(prxb); in RxReorderIndicatePacket() 619 prxb = NULL; in RxReorderIndicatePacket() 656 prxbIndicateArray[0] = prxb; in RxReorderIndicatePacket() [all …]
|
D | ieee80211.h | 1413 struct ieee80211_rxb *prxb; member
|