Searched refs:prxb (Results 1 – 6 of 6) sorted by relevance
56 pReorderEntry->prxb; in RxPktPendingTimeout()417 struct rtllib_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local419 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()
528 kfree(prxb); in rtllib_indicate_packets()529 prxb = NULL; in rtllib_indicate_packets()567 struct rtllib_rxb *prxb, in RxReorderIndicatePacket() argument600 kfree(prxb); in RxReorderIndicatePacket()601 prxb = NULL; in RxReorderIndicatePacket()640 ieee->prxbIndicateArray[0] = prxb; in RxReorderIndicatePacket()654 pReorderEntry->prxb = prxb; in RxReorderIndicatePacket()668 kfree(prxb); in RxReorderIndicatePacket()669 prxb = NULL; in RxReorderIndicatePacket()689 kfree(prxb); in RxReorderIndicatePacket()[all …]
1225 struct rtllib_rxb *prxb; member
55 ieee->stats_IndicateArray[index] = pReorderEntry->prxb; in RxPktPendingTimeout()430 struct ieee80211_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local431 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()
579 indicate_packets(ieee, prxb); in ieee80211_indicate_packets()580 kfree(prxb); in ieee80211_indicate_packets()581 prxb = NULL; in ieee80211_indicate_packets()618 kfree(prxb); in RxReorderIndicatePacket()619 prxb = NULL; in RxReorderIndicatePacket()656 prxbIndicateArray[0] = prxb; in RxReorderIndicatePacket()668 pReorderEntry->prxb = prxb; in RxReorderIndicatePacket()680 kfree(prxb); in RxReorderIndicatePacket()681 prxb = NULL; in RxReorderIndicatePacket()699 kfree(prxb); in RxReorderIndicatePacket()[all …]
1413 struct ieee80211_rxb *prxb; member
Completed in 33 milliseconds