Home
last modified time | relevance | path

Searched defs:sta_priv (Results 1 – 22 of 22) sorted by relevance

/linux-5.10/drivers/staging/rtl8712/
Dsta_info.h90 struct sta_priv { struct
91 u8 *pallocated_stainfo_buf;
92 u8 *pstainfo_buf;
93 struct __queue free_sta_queue;
94 spinlock_t sta_hash_lock;
95 struct list_head sta_hash[NUM_STA];
96 int asoc_sta_count;
97 struct __queue sleep_q;
98 struct __queue wakeup_q;
122 int _r8712_init_sta_priv(struct sta_priv *pstapriv); argument
/linux-5.10/drivers/staging/rtl8188eu/include/
Dsta_info.h282 struct sta_priv { struct
283 u8 *pallocated_stainfo_buf;
284 u8 *pstainfo_buf;
285 struct __queue free_sta_queue;
287 spinlock_t sta_hash_lock;
288 struct list_head sta_hash[NUM_STA];
289 int asoc_sta_count;
290 struct __queue sleep_q;
291 struct __queue wakeup_q;
293 struct adapter *padapter;
[all …]
/linux-5.10/drivers/staging/rtl8723bs/include/
Dsta_info.h311 struct sta_priv { struct
313 u8 *pallocated_stainfo_buf;
314 u8 *pstainfo_buf;
315 struct __queue free_sta_queue;
317 _lock sta_hash_lock;
318 struct list_head sta_hash[NUM_STA];
319 int asoc_sta_count;
320 struct __queue sleep_q;
321 struct __queue wakeup_q;
323 struct adapter *padapter;
[all …]
/linux-5.10/drivers/net/wireless/ath/wcn36xx/
Dmain.c181 struct wcn36xx_sta *sta_priv) in get_sta_index()
508 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_tx() local
524 struct wcn36xx_sta *sta_priv = sta ? wcn36xx_sta_to_priv(sta) : NULL; in wcn36xx_set_key() local
735 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_update_allowed_rates() local
875 struct wcn36xx_sta *sta_priv; in wcn36xx_bss_info_changed() local
1042 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_sta_add() local
1072 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_sta_remove() local
1119 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(params->sta); in wcn36xx_ampdu_action() local
Dtxrx.c339 struct wcn36xx_sta *sta_priv, in wcn36xx_tx_start_ampdu()
376 struct wcn36xx_sta *sta_priv, in wcn36xx_set_tx_data()
495 struct wcn36xx_sta *sta_priv, in wcn36xx_start_tx()
Dsmd.c361 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_smd_set_sta_params() local
1373 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_smd_set_sta_params_v1() local
1399 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_smd_config_sta_rsp() local
1793 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_smd_config_bss_rsp() local
Dwcn36xx.h281 struct ieee80211_sta *wcn36xx_priv_to_sta(struct wcn36xx_sta *sta_priv) in wcn36xx_priv_to_sta()
/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Drs.c330 struct iwl_station_priv *sta_priv = in rs_program_fix_rate() local
884 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_tx_status() local
1244 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_switch_to_mimo2() local
1299 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_switch_to_mimo3() local
1355 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_switch_to_siso() local
2209 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_rate_scale_perform() local
2640 struct iwl_station_priv *sta_priv; in rs_initialize_lq() local
2753 struct iwl_station_priv *sta_priv = (struct iwl_station_priv *) sta->drv_priv; in rs_alloc_sta() local
2772 struct iwl_station_priv *sta_priv; in iwl_rs_rate_init() local
2875 struct iwl_station_priv *sta_priv = in rs_fill_link_cmd() local
Dmac80211.c715 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv; in iwlagn_mac_ampdu_action() local
783 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in iwlagn_mac_sta_add() local
816 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in iwlagn_mac_sta_remove() local
1549 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in iwlagn_mac_sta_notify() local
Dtx.c268 struct iwl_station_priv *sta_priv = NULL; in iwlagn_tx_skb() local
684 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv; in iwlagn_tx_agg_oper() local
792 struct iwl_station_priv *sta_priv; in iwlagn_non_agg_tx_status() local
Dsta.c307 struct iwl_station_priv *sta_priv; in iwl_prep_station() local
/linux-5.10/drivers/staging/wfx/
Dsta.c290 struct wfx_sta_priv *sta_priv = (struct wfx_sta_priv *)&sta->drv_priv; in wfx_sta_add() local
313 struct wfx_sta_priv *sta_priv = (struct wfx_sta_priv *)&sta->drv_priv; in wfx_sta_remove() local
Ddata_tx.c223 struct wfx_sta_priv *sta_priv = in wfx_tx_get_link_id() local
/linux-5.10/drivers/net/wireless/st/cw1200/
Dsta.c1543 struct cw1200_sta_priv *sta_priv = in cw1200_sta_add() local
1574 struct cw1200_sta_priv *sta_priv = in cw1200_sta_remove() local
1640 struct cw1200_sta_priv *sta_priv = in cw1200_sta_notify() local
Dtxrx.c408 struct cw1200_sta_priv *sta_priv; member
822 struct cw1200_sta_priv *sta_priv; in cw1200_handle_pspoll() local
/linux-5.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00mac.c466 struct rt2x00_sta *sta_priv = NULL; in rt2x00mac_set_key() local
Drt2x00queue.c300 struct rt2x00_sta *sta_priv = NULL; in rt2x00queue_create_tx_descriptor_ht() local
Drt2800lib.c1782 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); in rt2800_sta_add() local
1834 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); in rt2800_sta_remove() local
10460 struct rt2x00_sta *sta_priv = (struct rt2x00_sta *)sta->drv_priv; in rt2800_ampdu_action() local
/linux-5.10/drivers/net/wireless/intel/iwlegacy/
D4965-rs.c2255 struct il_station_priv *sta_priv = in il4965_rs_alloc_sta() local
2275 struct il_station_priv *sta_priv; in il4965_rs_rate_init() local
D4965-mac.c1648 struct il_station_priv *sta_priv = NULL; in il4965_tx_skb() local
2427 struct il_station_priv *sta_priv; in il4965_non_agg_tx_status() local
6016 struct il_station_priv *sta_priv = (void *)sta->drv_priv; in il4965_mac_sta_add() local
D3945-mac.c2978 struct il3945_sta_priv *sta_priv = (void *)sta->drv_priv; in il3945_mac_sta_add() local
/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c3432 struct mwifiex_private *sta_priv = in mwifiex_cfg80211_suspend() local