Home
last modified time | relevance | path

Searched refs:prxbIndicateArray (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c571 struct ieee80211_rxb **prxbIndicateArray, in ieee80211_indicate_packets() argument
577 struct ieee80211_rxb *prxb = prxbIndicateArray[i]; in ieee80211_indicate_packets()
591 struct ieee80211_rxb **prxbIndicateArray; in RxReorderIndicatePacket() local
598 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 …]
Dieee80211.h2446 struct ieee80211_rxb **prxbIndicateArray,
/linux-5.19.10/drivers/staging/rtl8192e/
Drtllib_rx.c475 struct rtllib_rxb **prxbIndicateArray, u8 index) in rtllib_indicate_packets() argument
482 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()
Drtllib.h1679 struct rtllib_rxb *prxbIndicateArray[REORDER_WIN_SIZE]; member
2152 struct rtllib_rxb **prxbIndicateArray, u8 index);