Home
last modified time | relevance | path

Searched refs:rx_agg (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/mac80211/
Dagg-rx.c393 struct ieee80211_rx_agg *rx_agg; in ieee80211_start_rx_ba_session_offl() local
399 rx_agg = (struct ieee80211_rx_agg *) &skb->cb; in ieee80211_start_rx_ba_session_offl()
400 memcpy(&rx_agg->addr, addr, ETH_ALEN); in ieee80211_start_rx_ba_session_offl()
401 rx_agg->tid = tid; in ieee80211_start_rx_ba_session_offl()
414 struct ieee80211_rx_agg *rx_agg; in ieee80211_stop_rx_ba_session_offl() local
420 rx_agg = (struct ieee80211_rx_agg *) &skb->cb; in ieee80211_stop_rx_ba_session_offl()
421 memcpy(&rx_agg->addr, addr, ETH_ALEN); in ieee80211_stop_rx_ba_session_offl()
422 rx_agg->tid = tid; in ieee80211_stop_rx_ba_session_offl()
Diface.c1208 struct ieee80211_rx_agg *rx_agg; in ieee80211_iface_work() local
1232 rx_agg = (void *)&skb->cb; in ieee80211_iface_work()
1234 sta = sta_info_get_bss(sdata, rx_agg->addr); in ieee80211_iface_work()
1237 0, 0, 0, 1, rx_agg->tid, in ieee80211_iface_work()
1242 rx_agg = (void *)&skb->cb; in ieee80211_iface_work()
1244 sta = sta_info_get_bss(sdata, rx_agg->addr); in ieee80211_iface_work()
1247 rx_agg->tid, in ieee80211_iface_work()
/linux-4.4.14/drivers/net/wireless/cw1200/
Ddebug.h20 int rx_agg; member
60 ++priv->debug->rx_agg; in cw1200_debug_rxed_agg()
Ddebug.c277 d->rx_agg); in cw1200_status_show()
/linux-4.4.14/drivers/net/usb/
Dr8152.c574 struct rx_agg { struct
600 struct rx_agg rx_info[RTL8152_MAX_RX]; argument
999 r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);
1064 struct rx_agg *agg; in read_bulk_callback()
1708 struct rx_agg *agg; in rx_bottom()
1715 agg = list_entry(cursor, struct rx_agg, list); in rx_bottom()
1860 int r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags) in r8152_submit_rx()
2105 struct rx_agg *agg = &tp->rx_info[i++]; in rtl_start_rx()