Lines Matching refs:sta_entry
775 (sta_entry ? sta_entry->wireless_mode : \ in _rtl_txrate_selectmode()
781 struct rtl_sta_info *sta_entry = NULL; in _rtl_txrate_selectmode() local
785 sta_entry = (struct rtl_sta_info *) sta->drv_priv; in _rtl_txrate_selectmode()
786 ratr_index = sta_entry->ratr_index; in _rtl_txrate_selectmode()
1231 (sta_entry ? sta_entry->wireless_mode : \ in rtl_get_tcb_desc()
1238 struct rtl_sta_info *sta_entry = in rtl_get_tcb_desc() local
1395 struct rtl_sta_info *sta_entry = NULL; in rtl_action_proc() local
1409 sta_entry = in rtl_action_proc()
1411 if (!sta_entry) { in rtl_action_proc()
1423 tid_data = &sta_entry->tids[tid]; in rtl_action_proc()
1760 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_start() local
1768 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_start()
1769 if (!sta_entry) in rtl_tx_agg_start()
1771 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_start()
1787 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_stop() local
1798 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_stop()
1799 sta_entry->tids[tid].agg.agg_state = RTL_AGG_STOP; in rtl_tx_agg_stop()
1810 struct rtl_sta_info *sta_entry = NULL; in rtl_rx_agg_start() local
1827 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_rx_agg_start()
1828 if (!sta_entry) in rtl_rx_agg_start()
1830 tid_data = &sta_entry->tids[tid]; in rtl_rx_agg_start()
1843 struct rtl_sta_info *sta_entry = NULL; in rtl_rx_agg_stop() local
1854 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_rx_agg_stop()
1855 sta_entry->tids[tid].agg.rx_agg_state = RTL_RX_AGG_STOP; in rtl_rx_agg_stop()
1864 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_oper() local
1875 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_oper()
1876 sta_entry->tids[tid].agg.agg_state = RTL_AGG_OPERATIONAL; in rtl_tx_agg_oper()
2499 struct rtl_sta_info *sta_entry = in rtl_send_smps_action() local
2501 sta_entry->mimo_ps = smps; in rtl_send_smps_action()