Searched refs:prxb (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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 | 532 struct ieee80211_rxb *prxb = prxbIndicateArray[j]; in ieee80211_indicate_packets() local 533 for (i = 0; i < prxb->nr_subframes; i++) { in ieee80211_indicate_packets() 534 struct sk_buff *sub_skb = prxb->subframes[i]; in ieee80211_indicate_packets() 545 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets() 546 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets() 550 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in ieee80211_indicate_packets() 551 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in ieee80211_indicate_packets() 567 kfree(prxb); in ieee80211_indicate_packets() 568 prxb = NULL; in ieee80211_indicate_packets() 574 struct ieee80211_rxb *prxb, in RxReorderIndicatePacket() argument [all …]
|
| D | ieee80211.h | 1476 struct ieee80211_rxb *prxb; member
|
| /Linux-v5.4/drivers/staging/rtl8192e/ |
| D | rtl819x_TSProc.c | 56 pReorderEntry->prxb; in RxPktPendingTimeout() 420 struct rtllib_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local 422 if (unlikely(!prxb)) in RemoveTsEntry() 424 for (i = 0; i < prxb->nr_subframes; i++) in RemoveTsEntry() 425 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry() 426 kfree(prxb); in RemoveTsEntry() 427 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
|