Searched refs:prxbIndicateArray (Results 1 – 4 of 4) sorted by relevance
571 struct ieee80211_rxb **prxbIndicateArray, in ieee80211_indicate_packets() argument577 struct ieee80211_rxb *prxb = prxbIndicateArray[i]; in ieee80211_indicate_packets()591 struct ieee80211_rxb **prxbIndicateArray; in RxReorderIndicatePacket() local598 prxbIndicateArray = kmalloc_array(REORDER_WIN_SIZE, in RxReorderIndicatePacket()601 if (!prxbIndicateArray) in RxReorderIndicatePacket()622 kfree(prxbIndicateArray); in RxReorderIndicatePacket()656 prxbIndicateArray[0] = prxb; in RxReorderIndicatePacket()724 prxbIndicateArray[index] = pReorderEntry->prxb; in RxReorderIndicatePacket()744 kfree(prxbIndicateArray); in RxReorderIndicatePacket()747 ieee80211_indicate_packets(ieee, prxbIndicateArray, index); in RxReorderIndicatePacket()[all …]
2446 struct ieee80211_rxb **prxbIndicateArray,
475 struct rtllib_rxb **prxbIndicateArray, u8 index) in rtllib_indicate_packets() argument482 struct rtllib_rxb *prxb = prxbIndicateArray[j]; in rtllib_indicate_packets()640 ieee->prxbIndicateArray[0] = prxb; in RxReorderIndicatePacket()721 ieee->prxbIndicateArray[index] = pReorderEntry->prxb; in RxReorderIndicatePacket()750 rtllib_indicate_packets(ieee, ieee->prxbIndicateArray, index); in RxReorderIndicatePacket()
1679 struct rtllib_rxb *prxbIndicateArray[REORDER_WIN_SIZE]; member2152 struct rtllib_rxb **prxbIndicateArray, u8 index);