Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c524 struct ieee80211_rxb *rxb) in indicate_packets()
571 struct ieee80211_rxb **prxbIndicateArray, in ieee80211_indicate_packets()
577 struct ieee80211_rxb *prxb = prxbIndicateArray[i]; in ieee80211_indicate_packets()
586 struct ieee80211_rxb *prxb, in RxReorderIndicatePacket()
591 struct ieee80211_rxb **prxbIndicateArray; in RxReorderIndicatePacket()
599 sizeof(struct ieee80211_rxb *), in RxReorderIndicatePacket()
767 struct ieee80211_rxb *rxb, u8 *src, u8 *dst) in parse_subframe()
910 struct ieee80211_rxb *rxb = NULL; in ieee80211_rx()
1258 rxb = kmalloc(sizeof(struct ieee80211_rxb), GFP_ATOMIC); in ieee80211_rx()
H A Dieee80211.h971 struct ieee80211_rxb { struct
1413 struct ieee80211_rxb *prxb;
1835 struct ieee80211_rxb *stats_IndicateArray[REORDER_WIN_SIZE];
2382 struct ieee80211_rxb **prxbIndicateArray,
H A Drtl819x_TSProc.c430 struct ieee80211_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry()