Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dagg-rx.c391 struct ieee80211_rx_agg *rx_agg; in ieee80211_start_rx_ba_session_offl() local
397 rx_agg = (struct ieee80211_rx_agg *) &skb->cb; in ieee80211_start_rx_ba_session_offl()
398 memcpy(&rx_agg->addr, addr, ETH_ALEN); in ieee80211_start_rx_ba_session_offl()
399 rx_agg->tid = tid; in ieee80211_start_rx_ba_session_offl()
412 struct ieee80211_rx_agg *rx_agg; in ieee80211_stop_rx_ba_session_offl() local
418 rx_agg = (struct ieee80211_rx_agg *) &skb->cb; in ieee80211_stop_rx_ba_session_offl()
419 memcpy(&rx_agg->addr, addr, ETH_ALEN); in ieee80211_stop_rx_ba_session_offl()
420 rx_agg->tid = tid; in ieee80211_stop_rx_ba_session_offl()
Diface.c1180 struct ieee80211_rx_agg *rx_agg; in ieee80211_iface_work() local
1204 rx_agg = (void *)&skb->cb; in ieee80211_iface_work()
1206 sta = sta_info_get_bss(sdata, rx_agg->addr); in ieee80211_iface_work()
1209 0, 0, 0, 1, rx_agg->tid, in ieee80211_iface_work()
1214 rx_agg = (void *)&skb->cb; in ieee80211_iface_work()
1216 sta = sta_info_get_bss(sdata, rx_agg->addr); in ieee80211_iface_work()
1219 rx_agg->tid, in ieee80211_iface_work()
/linux-4.1.27/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.1.27/drivers/net/usb/
Dr8152.c562 struct rx_agg { struct
588 struct rx_agg rx_info[RTL8152_MAX_RX]; argument
985 r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);
1050 struct rx_agg *agg; in read_bulk_callback()
1694 struct rx_agg *agg; in rx_bottom()
1701 agg = list_entry(cursor, struct rx_agg, list); in rx_bottom()
1846 int r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags) in r8152_submit_rx()
2094 struct rx_agg *agg = &tp->rx_info[i++]; in rtl_start_rx()