/Linux-v5.15/drivers/staging/rtl8712/ |
D | sta_info.h | 89 struct sta_priv { struct 90 u8 *pallocated_stainfo_buf; 91 u8 *pstainfo_buf; 92 struct __queue free_sta_queue; 93 spinlock_t sta_hash_lock; 94 struct list_head sta_hash[NUM_STA]; 95 int asoc_sta_count; 96 struct __queue sleep_q; 97 struct __queue wakeup_q; 121 int _r8712_init_sta_priv(struct sta_priv *pstapriv); argument
|
/Linux-v5.15/drivers/staging/rtl8723bs/include/ |
D | sta_info.h | 301 struct sta_priv { struct 303 u8 *pallocated_stainfo_buf; 304 u8 *pstainfo_buf; 305 struct __queue free_sta_queue; 307 spinlock_t sta_hash_lock; 308 struct list_head sta_hash[NUM_STA]; 309 int asoc_sta_count; 310 struct __queue sleep_q; 311 struct __queue wakeup_q; 313 struct adapter *padapter; [all …]
|
/Linux-v5.15/drivers/staging/r8188eu/include/ |
D | sta_info.h | 293 struct sta_priv { struct 294 u8 *pallocated_stainfo_buf; 295 u8 *pstainfo_buf; 296 struct __queue free_sta_queue; 298 spinlock_t sta_hash_lock; 299 struct list_head sta_hash[NUM_STA]; 300 int asoc_sta_count; 301 struct __queue sleep_q; 302 struct __queue wakeup_q; 304 struct adapter *padapter; [all …]
|
/Linux-v5.15/drivers/net/wireless/ath/wcn36xx/ |
D | main.c | 184 struct wcn36xx_sta *sta_priv) in get_sta_index() 502 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_tx() local 518 struct wcn36xx_sta *sta_priv = sta ? wcn36xx_sta_to_priv(sta) : NULL; in wcn36xx_set_key() local 730 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_update_allowed_rates() local 870 struct wcn36xx_sta *sta_priv; in wcn36xx_bss_info_changed() local 1038 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_sta_add() local 1068 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_sta_remove() local 1178 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(params->sta); in wcn36xx_ampdu_action() local
|
D | txrx.c | 343 struct wcn36xx_sta *sta_priv, in wcn36xx_tx_start_ampdu() 380 struct wcn36xx_sta *sta_priv, in wcn36xx_set_tx_data() 499 struct wcn36xx_sta *sta_priv, in wcn36xx_start_tx()
|
D | smd.c | 362 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_smd_set_sta_params() local 1363 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_smd_set_sta_params_v1() local 1389 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_smd_config_sta_rsp() local 1783 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_smd_config_bss_rsp() local
|
D | wcn36xx.h | 297 struct ieee80211_sta *wcn36xx_priv_to_sta(struct wcn36xx_sta *sta_priv) in wcn36xx_priv_to_sta()
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rs.c | 330 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
|
D | mac80211.c | 715 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
|
D | tx.c | 268 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
|
D | sta.c | 307 struct iwl_station_priv *sta_priv; in iwl_prep_station() local
|
/Linux-v5.15/drivers/staging/wfx/ |
D | sta.c | 290 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
|
D | data_tx.c | 223 struct wfx_sta_priv *sta_priv = in wfx_tx_get_link_id() local
|
/Linux-v5.15/drivers/net/wireless/st/cw1200/ |
D | sta.c | 1543 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
|
D | txrx.c | 408 struct cw1200_sta_priv *sta_priv; member 822 struct cw1200_sta_priv *sta_priv; in cw1200_handle_pspoll() local
|
/Linux-v5.15/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00mac.c | 465 struct rt2x00_sta *sta_priv = NULL; in rt2x00mac_set_key() local
|
D | rt2x00queue.c | 300 struct rt2x00_sta *sta_priv = NULL; in rt2x00queue_create_tx_descriptor_ht() local
|
D | rt2800lib.c | 1795 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); in rt2800_sta_add() local 1847 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); in rt2800_sta_remove() local 10487 struct rt2x00_sta *sta_priv = (struct rt2x00_sta *)sta->drv_priv; in rt2800_ampdu_action() local
|
/Linux-v5.15/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-rs.c | 2255 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
|
D | 4965-mac.c | 1649 struct il_station_priv *sta_priv = NULL; in il4965_tx_skb() local 2426 struct il_station_priv *sta_priv; in il4965_non_agg_tx_status() local 6015 struct il_station_priv *sta_priv = (void *)sta->drv_priv; in il4965_mac_sta_add() local
|
D | 3945-mac.c | 2976 struct il3945_sta_priv *sta_priv = (void *)sta->drv_priv; in il3945_mac_sta_add() local
|
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/ |
D | cfg80211.c | 3446 struct mwifiex_private *sta_priv = in mwifiex_cfg80211_suspend() local
|