Home
last modified time | relevance | path

Searched refs:ieee80211_rxb (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c537 void ieee80211_indicate_packets(struct ieee80211_device *ieee, struct ieee80211_rxb **prxbIndicateA… in ieee80211_indicate_packets()
546 struct ieee80211_rxb *prxb = prxbIndicateArray[j]; in ieee80211_indicate_packets()
588 struct ieee80211_rxb *prxb, in RxReorderIndicatePacket()
593 struct ieee80211_rxb **prxbIndicateArray; in RxReorderIndicatePacket()
601 sizeof(struct ieee80211_rxb *), in RxReorderIndicatePacket()
771 struct ieee80211_rxb *rxb, u8 *src, u8 *dst) in parse_subframe()
918 struct ieee80211_rxb *rxb = NULL; in ieee80211_rx()
1278 rxb = kmalloc(sizeof(struct ieee80211_rxb), GFP_ATOMIC); in ieee80211_rx()
Dieee80211.h1038 struct ieee80211_rxb { struct
1479 struct ieee80211_rxb *prxb;
1903 struct ieee80211_rxb *stats_IndicateArray[REORDER_WIN_SIZE];
2451 struct ieee80211_rxb **prxbIndicateArray,
Drtl819x_TSProc.c433 struct ieee80211_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry()