Searched refs:sta_entry (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wireless/rtlwifi/
H A Drc.c47 struct rtl_sta_info *sta_entry = NULL; local
60 sta_entry = (struct rtl_sta_info *) sta->drv_priv;
61 wireless_mode = sta_entry->wireless_mode;
161 struct rtl_sta_info *sta_entry, u16 tid)
172 if (sta_entry->tids[tid].agg.agg_state == RTL_AGG_STOP)
188 struct rtl_sta_info *sta_entry; local
202 sta_entry = (struct rtl_sta_info *) sta->drv_priv;
207 if (_rtl_tx_aggr_check(rtlpriv, sta_entry,
209 sta_entry->tids[tid].agg.agg_state =
160 _rtl_tx_aggr_check(struct rtl_priv *rtlpriv, struct rtl_sta_info *sta_entry, u16 tid) argument
H A Dcore.c438 struct rtl_sta_info *sta_entry; local
441 sta_entry = (struct rtl_sta_info *) sta->drv_priv;
443 sta_entry->wireless_mode = WIRELESS_MODE_G;
445 sta_entry->wireless_mode = WIRELESS_MODE_B;
447 sta_entry->wireless_mode = WIRELESS_MODE_N_24G;
449 sta_entry->wireless_mode = WIRELESS_MODE_A;
451 sta_entry->wireless_mode = WIRELESS_MODE_N_24G;
456 sta_entry->wireless_mode = WIRELESS_MODE_G;
469 struct rtl_sta_info *sta_entry; local
473 sta_entry
719 struct rtl_sta_info *sta_entry; local
[all...]
H A Dbase.c573 struct rtl_sta_info *sta_entry = NULL; local
577 sta_entry = (struct rtl_sta_info *) sta->drv_priv;
578 ratr_index = sta_entry->ratr_index;
1026 struct rtl_sta_info *sta_entry = NULL; local
1034 sta_entry = (struct rtl_sta_info *)sta->drv_priv;
1035 if (!sta_entry)
1037 tid_data = &sta_entry->tids[tid];
1056 struct rtl_sta_info *sta_entry = NULL; local
1072 sta_entry = (struct rtl_sta_info *)sta->drv_priv;
1073 sta_entry
1084 struct rtl_sta_info *sta_entry = NULL; local
1338 struct rtl_sta_info *sta_entry = local
[all...]
H A Dpci.c1308 struct rtl_sta_info *sta_entry = NULL; local
1313 sta_entry = (struct rtl_sta_info *)sta->drv_priv;
1317 if (sta_entry->tids[tid].agg.agg_state != RTL_AGG_OPERATIONAL)
1339 struct rtl_sta_info *sta_entry = NULL; local
1403 sta_entry = (struct rtl_sta_info *)sta->drv_priv;
1409 sta_entry->tids[tid].seq_number = seq_number;
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Dhw.c1972 struct rtl_sta_info *sta_entry = NULL; local
1987 sta_entry = (struct rtl_sta_info *) sta->drv_priv;
1988 mimo_ps = sta_entry->mimo_ps;
1989 wirelessmode = sta_entry->wireless_mode;
2099 sta_entry->ratr_index = ratr_index;
/drivers/net/wireless/rtlwifi/rtl8192ce/
H A Dhw.c1804 struct rtl_sta_info *sta_entry = NULL; local
1819 sta_entry = (struct rtl_sta_info *) sta->drv_priv;
1820 wirelessmode = sta_entry->wireless_mode;
1935 sta_entry->ratr_index = ratr_index;
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dhw.c2086 struct rtl_sta_info *sta_entry = NULL; local
2105 sta_entry = (struct rtl_sta_info *) sta->drv_priv;
2106 wirelessmode = sta_entry->wireless_mode;
2233 sta_entry->ratr_index = ratr_index;

Completed in 65 milliseconds