Searched refs:prxb (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/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 | 1476 struct ieee80211_rxb *prxb; member
|
/linux-6.1.9/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 56 pReorderEntry->prxb; in RxPktPendingTimeout() 417 struct rtllib_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local 419 if (unlikely(!prxb)) in RemoveTsEntry() 421 for (i = 0; i < prxb->nr_subframes; i++) in RemoveTsEntry() 422 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry() 423 kfree(prxb); in RemoveTsEntry() 424 prxb = NULL; in RemoveTsEntry()
|
D | rtllib_rx.c | 482 struct rtllib_rxb *prxb = prxbIndicateArray[j]; in rtllib_indicate_packets() local 484 for (i = 0; i < prxb->nr_subframes; i++) { in rtllib_indicate_packets() 485 struct sk_buff *sub_skb = prxb->subframes[i]; 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() 507 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in rtllib_indicate_packets() 508 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in rtllib_indicate_packets() 528 kfree(prxb); in rtllib_indicate_packets() 529 prxb = NULL; in rtllib_indicate_packets() 555 ieee->RfdArray[RfdCnt] = pRxReorderEntry->prxb; in rtllib_FlushRxTsPendingPkts() [all …]
|
D | rtllib.h | 1225 struct rtllib_rxb *prxb; member
|