/linux-4.1.27/drivers/staging/rtl8712/ |
D | sta_info.h | 102 struct sta_priv { struct 103 u8 *pallocated_stainfo_buf; 104 u8 *pstainfo_buf; 105 struct __queue free_sta_queue; 106 spinlock_t sta_hash_lock; 107 struct list_head sta_hash[NUM_STA]; 108 int asoc_sta_count; 109 struct __queue sleep_q; 110 struct __queue wakeup_q; 134 u32 _r8712_init_sta_priv(struct sta_priv *pstapriv); argument
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | sta_info.h | 294 struct sta_priv { struct 295 u8 *pallocated_stainfo_buf; 296 u8 *pstainfo_buf; 297 struct __queue free_sta_queue; 299 spinlock_t sta_hash_lock; 300 struct list_head sta_hash[NUM_STA]; 301 int asoc_sta_count; 302 struct __queue sleep_q; 303 struct __queue wakeup_q; 305 struct adapter *padapter; [all …]
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | sta_info.h | 312 struct sta_priv { struct 313 spinlock_t sta_hash_lock; 314 struct list_head sta_hash[NUM_STA]; 315 int asoc_sta_count; 317 struct rtw_adapter *padapter; 318 struct list_head asoc_list; 319 struct list_head auth_list; 320 spinlock_t asoc_list_lock; 321 spinlock_t auth_list_lock; 322 u8 asoc_list_cnt; [all …]
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | main.c | 174 struct wcn36xx_sta *sta_priv) in get_sta_index() 375 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_tx() local 391 struct wcn36xx_sta *sta_priv = vif_priv->sta; in wcn36xx_set_key() local 523 struct wcn36xx_sta *sta_priv = (struct wcn36xx_sta *)sta->drv_priv; in wcn36xx_update_allowed_rates() local 650 struct wcn36xx_sta *sta_priv; in wcn36xx_bss_info_changed() local 796 struct wcn36xx_sta *sta_priv = (struct wcn36xx_sta *)sta->drv_priv; in wcn36xx_sta_add() local 821 struct wcn36xx_sta *sta_priv = (struct wcn36xx_sta *)sta->drv_priv; in wcn36xx_sta_remove() local 865 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_ampdu_action() local
|
D | txrx.c | 116 struct wcn36xx_sta *sta_priv, in wcn36xx_tx_start_ampdu() 153 struct wcn36xx_sta *sta_priv, in wcn36xx_set_tx_data() 262 struct wcn36xx_sta *sta_priv, in wcn36xx_start_tx()
|
D | wcn36xx.h | 261 struct ieee80211_sta *wcn36xx_priv_to_sta(struct wcn36xx_sta *sta_priv) in wcn36xx_priv_to_sta()
|
D | smd.c | 958 struct wcn36xx_sta *sta_priv = (struct wcn36xx_sta *)sta->drv_priv; in wcn36xx_smd_config_sta_rsp() local
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | rs.c | 344 struct iwl_station_priv *sta_priv = in rs_program_fix_rate() local 908 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_tx_status() local 1268 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_switch_to_mimo2() local 1323 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_switch_to_mimo3() local 1379 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_switch_to_siso() local 2242 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_rate_scale_perform() local 2673 struct iwl_station_priv *sta_priv; in rs_initialize_lq() local 2790 struct iwl_station_priv *sta_priv = (struct iwl_station_priv *) sta->drv_priv; in rs_alloc_sta() local 2809 struct iwl_station_priv *sta_priv; in iwl_rs_rate_init() local 2912 struct iwl_station_priv *sta_priv = in rs_fill_link_cmd() local
|
D | mac80211.c | 725 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv; in iwlagn_mac_ampdu_action() local 793 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in iwlagn_mac_sta_add() local 826 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in iwlagn_mac_sta_remove() local 1567 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in iwlagn_mac_sta_notify() local
|
D | tx.c | 285 struct iwl_station_priv *sta_priv = NULL; in iwlagn_tx_skb() local 702 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv; in iwlagn_tx_agg_oper() local 810 struct iwl_station_priv *sta_priv; in iwlagn_non_agg_tx_status() local
|
D | sta.c | 350 struct iwl_station_priv *sta_priv; in iwl_prep_station() local
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00mac.c | 465 struct rt2x00_sta *sta_priv = NULL; in rt2x00mac_set_key() local 542 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); in rt2x00mac_sta_add() local 559 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); in rt2x00mac_sta_remove() local
|
D | rt2x00queue.c | 308 struct rt2x00_sta *sta_priv = NULL; in rt2x00queue_create_tx_descriptor_ht() local
|
D | rt2800lib.c | 1457 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); in rt2800_sta_add() local 7964 struct rt2x00_sta *sta_priv = (struct rt2x00_sta *)sta->drv_priv; in rt2800_ampdu_action() local
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | sta.c | 1556 struct cw1200_sta_priv *sta_priv = in cw1200_sta_add() local 1587 struct cw1200_sta_priv *sta_priv = in cw1200_sta_remove() local 1653 struct cw1200_sta_priv *sta_priv = in cw1200_sta_notify() local
|
D | txrx.c | 411 struct cw1200_sta_priv *sta_priv; member 825 struct cw1200_sta_priv *sta_priv; in cw1200_handle_pspoll() local
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | 4965-rs.c | 2157 struct il_station_priv *sta_priv; in il4965_rs_initialize_lq() local 2276 struct il_station_priv *sta_priv = in il4965_rs_alloc_sta() local 2296 struct il_station_priv *sta_priv; in il4965_rs_rate_init() local
|
D | 4965-mac.c | 1664 struct il_station_priv *sta_priv = NULL; in il4965_tx_skb() local 2446 struct il_station_priv *sta_priv; in il4965_non_agg_tx_status() local 6034 struct il_station_priv *sta_priv = (void *)sta->drv_priv; in il4965_mac_sta_add() local
|
D | 3945-mac.c | 3007 struct il3945_sta_priv *sta_priv = (void *)sta->drv_priv; in il3945_mac_sta_add() local
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | rs.c | 2111 struct iwl_mvm_sta *sta_priv = iwl_mvm_sta_from_mac80211(sta); in rs_rate_scale_perform() local 2604 struct iwl_mvm_sta *sta_priv = iwl_mvm_sta_from_mac80211(sta); in rs_alloc_sta() local 2811 struct iwl_mvm_sta *sta_priv = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_rs_rate_init() local
|