Home
last modified time | relevance | path

Searched refs:sta_entry (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Drc.c43 struct rtl_sta_info *sta_entry = NULL; in _rtl_rc_get_highest_rix() local
72 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in _rtl_rc_get_highest_rix()
73 wireless_mode = sta_entry->wireless_mode; in _rtl_rc_get_highest_rix()
141 struct rtl_sta_info *sta_entry = NULL; in _rtl_rc_rate_set_series() local
149 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in _rtl_rc_rate_set_series()
150 wireless_mode = sta_entry->wireless_mode; in _rtl_rc_rate_set_series()
215 struct rtl_sta_info *sta_entry, u16 tid) in _rtl_tx_aggr_check() argument
226 if (sta_entry->tids[tid].agg.agg_state == RTL_AGG_STOP) in _rtl_tx_aggr_check()
242 struct rtl_sta_info *sta_entry; in rtl_tx_status() local
256 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_status()
[all …]
Dbase.c791 (sta_entry ? sta_entry->wireless_mode : \ in _rtl_txrate_selectmode()
797 struct rtl_sta_info *sta_entry = NULL; in _rtl_txrate_selectmode() local
801 sta_entry = (struct rtl_sta_info *) sta->drv_priv; in _rtl_txrate_selectmode()
802 ratr_index = sta_entry->ratr_index; in _rtl_txrate_selectmode()
1247 (sta_entry ? sta_entry->wireless_mode : \ in rtl_get_tcb_desc()
1254 struct rtl_sta_info *sta_entry = in rtl_get_tcb_desc() local
1411 struct rtl_sta_info *sta_entry = NULL; in rtl_action_proc() local
1425 sta_entry = in rtl_action_proc()
1427 if (!sta_entry) { in rtl_action_proc()
1439 tid_data = &sta_entry->tids[tid]; in rtl_action_proc()
[all …]
Dcore.c913 struct rtl_sta_info *sta_entry; in rtl_op_sta_add() local
916 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_op_sta_add()
918 list_add_tail(&sta_entry->list, &rtlpriv->entry_list); in rtl_op_sta_add()
921 sta_entry->wireless_mode = WIRELESS_MODE_G; in rtl_op_sta_add()
923 sta_entry->wireless_mode = WIRELESS_MODE_B; in rtl_op_sta_add()
925 sta_entry->wireless_mode = WIRELESS_MODE_N_24G; in rtl_op_sta_add()
928 sta_entry->wireless_mode = WIRELESS_MODE_G; in rtl_op_sta_add()
930 sta_entry->wireless_mode = WIRELESS_MODE_A; in rtl_op_sta_add()
932 sta_entry->wireless_mode = WIRELESS_MODE_N_5G; in rtl_op_sta_add()
934 sta_entry->wireless_mode = WIRELESS_MODE_AC_5G; in rtl_op_sta_add()
[all …]
Dpci.c1579 struct rtl_sta_info *sta_entry = NULL; in rtl_pci_tx_chk_waitq_insert() local
1585 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_pci_tx_chk_waitq_insert()
1595 if (sta_entry->tids[tid].agg.agg_state != RTL_AGG_OPERATIONAL) in rtl_pci_tx_chk_waitq_insert()
/Linux-v4.19/drivers/staging/rtlwifi/
Drc.c32 struct rtl_sta_info *sta_entry = NULL; in _rtl_rc_get_highest_rix() local
54 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in _rtl_rc_get_highest_rix()
55 wireless_mode = sta_entry->wireless_mode; in _rtl_rc_get_highest_rix()
104 struct rtl_sta_info *sta_entry = NULL; in _rtl_rc_rate_set_series() local
112 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in _rtl_rc_rate_set_series()
113 wireless_mode = sta_entry->wireless_mode; in _rtl_rc_rate_set_series()
182 struct rtl_sta_info *sta_entry, u16 tid) in _rtl_tx_aggr_check() argument
193 if (sta_entry->tids[tid].agg.agg_state == RTL_AGG_STOP) in _rtl_tx_aggr_check()
209 struct rtl_sta_info *sta_entry; in rtl_tx_status() local
223 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_status()
[all …]
Dbase.c766 (sta_entry ? sta_entry->wireless_mode : \ in _rtl_txrate_selectmode()
772 struct rtl_sta_info *sta_entry = NULL; in _rtl_txrate_selectmode() local
776 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in _rtl_txrate_selectmode()
777 ratr_index = sta_entry->ratr_index; in _rtl_txrate_selectmode()
1222 (sta_entry ? sta_entry->wireless_mode : \ in rtl_get_tcb_desc()
1229 struct rtl_sta_info *sta_entry = in rtl_get_tcb_desc() local
1375 struct rtl_sta_info *sta_entry = NULL; in rtl_action_proc() local
1389 sta_entry = in rtl_action_proc()
1391 if (!sta_entry) { in rtl_action_proc()
1403 tid_data = &sta_entry->tids[tid]; in rtl_action_proc()
[all …]
Dcore.c863 struct rtl_sta_info *sta_entry; in rtl_op_sta_add() local
866 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_op_sta_add()
868 list_add_tail(&sta_entry->list, &rtlpriv->entry_list); in rtl_op_sta_add()
871 sta_entry->wireless_mode = WIRELESS_MODE_G; in rtl_op_sta_add()
873 sta_entry->wireless_mode = WIRELESS_MODE_B; in rtl_op_sta_add()
875 sta_entry->wireless_mode = WIRELESS_MODE_N_24G; in rtl_op_sta_add()
878 sta_entry->wireless_mode = WIRELESS_MODE_G; in rtl_op_sta_add()
880 sta_entry->wireless_mode = WIRELESS_MODE_A; in rtl_op_sta_add()
882 sta_entry->wireless_mode = WIRELESS_MODE_N_5G; in rtl_op_sta_add()
884 sta_entry->wireless_mode = WIRELESS_MODE_AC_5G; in rtl_op_sta_add()
[all …]
Dpci.c1588 struct rtl_sta_info *sta_entry = NULL; in rtl_pci_tx_chk_waitq_insert() local
1594 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_pci_tx_chk_waitq_insert()
1604 if (sta_entry->tids[tid].agg.agg_state != RTL_AGG_OPERATIONAL) in rtl_pci_tx_chk_waitq_insert()
1628 struct rtl_sta_info *sta_entry = NULL; in rtl_pci_tx() local
1706 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_pci_tx()
1712 sta_entry->tids[tid].seq_number = seq_number; in rtl_pci_tx()
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dhw.c2094 struct rtl_sta_info *sta_entry, in _rtl8822be_get_ra_ldpc() argument
2155 struct rtl_sta_info *sta_entry = NULL; in rtl8822be_update_hal_rate_mask() local
2166 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl8822be_update_hal_rate_mask()
2167 wirelessmode = sta_entry->wireless_mode; in rtl8822be_update_hal_rate_mask()
2203 sta_entry->ratr_index = ratr_index; in rtl8822be_update_hal_rate_mask()
2217 _rtl8822be_get_ra_ldpc(hw, macid, sta_entry, wirelessmode); in rtl8822be_update_hal_rate_mask()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dhw.c1901 struct rtl_sta_info *sta_entry = NULL; in rtl92de_update_hal_rate_mask() local
1915 sta_entry = (struct rtl_sta_info *) sta->drv_priv; in rtl92de_update_hal_rate_mask()
1916 mimo_ps = sta_entry->mimo_ps; in rtl92de_update_hal_rate_mask()
1917 wirelessmode = sta_entry->wireless_mode; in rtl92de_update_hal_rate_mask()
2027 sta_entry->ratr_index = ratr_index; in rtl92de_update_hal_rate_mask()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dhw.c2015 struct rtl_sta_info *sta_entry = NULL; in rtl92cu_update_hal_rate_mask() local
2030 sta_entry = (struct rtl_sta_info *) sta->drv_priv; in rtl92cu_update_hal_rate_mask()
2031 wirelessmode = sta_entry->wireless_mode; in rtl92cu_update_hal_rate_mask()
2135 sta_entry->ratr_index = ratr_index; in rtl92cu_update_hal_rate_mask()
2151 sta_entry->ratr_index = ratr_index; in rtl92cu_update_hal_rate_mask()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dhw.c2138 struct rtl_sta_info *sta_entry = NULL; in rtl92se_update_hal_rate_mask() local
2156 sta_entry = (struct rtl_sta_info *) sta->drv_priv; in rtl92se_update_hal_rate_mask()
2157 wirelessmode = sta_entry->wireless_mode; in rtl92se_update_hal_rate_mask()
2258 sta_entry->ratr_index = ratr_index; in rtl92se_update_hal_rate_mask()
2287 sta_entry->ratr_index = ratr_index; in rtl92se_update_hal_rate_mask()
/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Drtl_phydm.c644 struct rtl_sta_info *sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_phydm_add_sta() local
648 sta_entry); in rtl_phydm_add_sta()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dhw.c1869 struct rtl_sta_info *sta_entry = NULL; in rtl92ce_update_hal_rate_mask() local
1883 sta_entry = (struct rtl_sta_info *) sta->drv_priv; in rtl92ce_update_hal_rate_mask()
1884 wirelessmode = sta_entry->wireless_mode; in rtl92ce_update_hal_rate_mask()
1979 sta_entry->ratr_index = ratr_index; in rtl92ce_update_hal_rate_mask()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhw.c1952 struct rtl_sta_info *sta_entry = NULL; in rtl8723e_update_hal_rate_mask() local
1967 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl8723e_update_hal_rate_mask()
1968 wirelessmode = sta_entry->wireless_mode; in rtl8723e_update_hal_rate_mask()
2060 sta_entry->ratr_index = ratr_index; in rtl8723e_update_hal_rate_mask()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dhw.c2089 struct rtl_sta_info *sta_entry = NULL; in rtl88ee_update_hal_rate_mask() local
2104 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl88ee_update_hal_rate_mask()
2105 wirelessmode = sta_entry->wireless_mode; in rtl88ee_update_hal_rate_mask()
2196 sta_entry->ratr_index = ratr_index; in rtl88ee_update_hal_rate_mask()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dhw.c3543 u8 mac_id, struct rtl_sta_info *sta_entry, in _rtl8821ae_get_ra_ldpc() argument
3603 struct rtl_sta_info *sta_entry = NULL; in rtl8821ae_update_hal_rate_mask() local
3615 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl8821ae_update_hal_rate_mask()
3616 wirelessmode = sta_entry->wireless_mode; in rtl8821ae_update_hal_rate_mask()
3765 sta_entry->ratr_index = ratr_index; in rtl8821ae_update_hal_rate_mask()
3779 | _rtl8821ae_get_ra_ldpc(hw, macid, sta_entry, wirelessmode); in rtl8821ae_update_hal_rate_mask()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dhw.c2278 struct rtl_sta_info *sta_entry = NULL; in rtl92ee_update_hal_rate_mask() local
2292 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl92ee_update_hal_rate_mask()
2293 wirelessmode = sta_entry->wireless_mode; in rtl92ee_update_hal_rate_mask()
2384 sta_entry->ratr_index = ratr_index; in rtl92ee_update_hal_rate_mask()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dhw.c2338 struct rtl_sta_info *sta_entry = NULL; in rtl8723be_update_hal_rate_mask() local
2352 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl8723be_update_hal_rate_mask()
2353 wirelessmode = sta_entry->wireless_mode; in rtl8723be_update_hal_rate_mask()
2440 sta_entry->ratr_index = ratr_index; in rtl8723be_update_hal_rate_mask()