/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
D | rate.c | 374 static bool rate_control_send_low(struct ieee80211_sta *pubsta, in rate_control_send_low() argument 383 if (!pubsta || rc_no_data_or_no_ack_use_min(txrc)) { in rate_control_send_low() 384 __rate_control_send_low(txrc->hw, sband, pubsta, info, in rate_control_send_low() 387 if (!pubsta && txrc->bss) { in rate_control_send_low() 394 } else if (pubsta) { in rate_control_send_low() 395 sta = container_of(pubsta, struct sta_info, sta); in rate_control_send_low() 924 struct ieee80211_sta *pubsta, in xrmac_rate_control_set_rates() argument 927 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in xrmac_rate_control_set_rates() 941 old = rcu_dereference_protected(pubsta->rates, true); in xrmac_rate_control_set_rates() 942 rcu_assign_pointer(pubsta->rates, rates); in xrmac_rate_control_set_rates() [all …]
|
D | agg-tx.c | 558 int mac80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid, in mac80211_start_tx_ba_session() argument 561 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in mac80211_start_tx_ba_session() 567 trace_api_start_tx_ba_session(pubsta, tid); in mac80211_start_tx_ba_session() 573 if (!pubsta->ht_cap.ht_supported) in mac80211_start_tx_ba_session() 588 pubsta->addr, tid); in mac80211_start_tx_ba_session() 620 pubsta->addr); in mac80211_start_tx_ba_session() 813 int mac80211_stop_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid) in mac80211_stop_tx_ba_session() argument 815 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in mac80211_stop_tx_ba_session() 821 trace_api_stop_tx_ba_session(pubsta, tid); in mac80211_stop_tx_ba_session()
|
D | status.c | 1109 struct ieee80211_sta *pubsta = status->sta; in mac80211_tx_status_ext() local 1127 if (pubsta) { in mac80211_tx_status_ext() 1130 sta = container_of(pubsta, struct sta_info, sta); in mac80211_tx_status_ext() 1158 if (!pubsta) in mac80211_tx_status_ext() 1170 struct ieee80211_sta *pubsta, in mac80211_tx_rate_update() argument 1175 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in mac80211_tx_rate_update() 1178 .sta = pubsta, in mac80211_tx_rate_update() 1187 void mac80211_report_low_ack(struct ieee80211_sta *pubsta, u32 num_packets) in mac80211_report_low_ack() argument 1189 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in mac80211_report_low_ack()
|
D | sta_info.c | 1802 struct ieee80211_sta *pubsta, bool block) in mac80211_sta_block_awake() argument 1804 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in mac80211_sta_block_awake() 1806 trace_api_sta_block_awake(sta->local, pubsta, block); in mac80211_sta_block_awake() 1832 void mac80211_sta_eosp(struct ieee80211_sta *pubsta) in mac80211_sta_eosp() argument 1834 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in mac80211_sta_eosp() 1837 trace_api_eosp(local, pubsta); in mac80211_sta_eosp() 1842 void mac80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid) in mac80211_send_eosp_nullfunc() argument 1844 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in mac80211_send_eosp_nullfunc() 1848 trace_api_send_eosp_nullfunc(sta->local, pubsta, tid); in mac80211_send_eosp_nullfunc() 1857 void mac80211_sta_set_buffered(struct ieee80211_sta *pubsta, in mac80211_sta_set_buffered() argument [all …]
|
D | rx.c | 1635 int mac80211_sta_ps_transition(struct ieee80211_sta *pubsta, bool start) in mac80211_sta_ps_transition() argument 1637 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in mac80211_sta_ps_transition() 1655 void mac80211_sta_pspoll(struct ieee80211_sta *pubsta) in mac80211_sta_pspoll() argument 1657 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in mac80211_sta_pspoll() 1668 void mac80211_sta_uapsd_trigger(struct ieee80211_sta *pubsta, u8 tid) in mac80211_sta_uapsd_trigger() argument 1670 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in mac80211_sta_uapsd_trigger() 3793 void mac80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, in mac80211_mark_rx_ba_filtered_frames() argument 3807 if (WARN_ON(!pubsta || tid >= IEEE80211_NUM_TIDS)) in mac80211_mark_rx_ba_filtered_frames() 3812 sta = container_of(pubsta, struct sta_info, sta); in mac80211_mark_rx_ba_filtered_frames() 4448 struct ieee80211_sta *pubsta, in __ieee80211_rx_handle_packet() argument [all …]
|
D | rc80211_minstrel_ht.c | 860 minstrel_aggr_check(struct ieee80211_sta *pubsta, struct sk_buff *skb) in minstrel_aggr_check() argument 863 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in minstrel_aggr_check() 879 mac80211_start_tx_ba_session(pubsta, tid, 0); in minstrel_aggr_check()
|
D | tx.c | 1711 struct ieee80211_sta *pubsta; in __ieee80211_tx() local 1727 pubsta = &sta->sta; in __ieee80211_tx() 1729 pubsta = NULL; in __ieee80211_tx() 1757 result = ieee80211_tx_frags(local, vif, pubsta, skbs, in __ieee80211_tx() 5201 int mac80211_reserve_tid(struct ieee80211_sta *pubsta, u8 tid) in mac80211_reserve_tid() argument 5203 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in mac80211_reserve_tid() 5264 void mac80211_unreserve_tid(struct ieee80211_sta *pubsta, u8 tid) in mac80211_unreserve_tid() argument 5266 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in mac80211_unreserve_tid()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/net/ |
D | mac80211.h | 4548 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, 4563 struct ieee80211_sta *pubsta, 5526 struct ieee80211_sta *pubsta, bool block); 5547 void mac80211_sta_eosp(struct ieee80211_sta *pubsta); 5569 void mac80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid); 5596 void mac80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, 5841 void mac80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, 6056 struct ieee80211_sta *pubsta,
|