Lines Matching refs:sta_entry
781 (sta_entry ? sta_entry->wireless_mode : \ in _rtl_txrate_selectmode()
787 struct rtl_sta_info *sta_entry = NULL; in _rtl_txrate_selectmode() local
791 sta_entry = (struct rtl_sta_info *) sta->drv_priv; in _rtl_txrate_selectmode()
792 ratr_index = sta_entry->ratr_index; in _rtl_txrate_selectmode()
1237 (sta_entry ? sta_entry->wireless_mode : \ in rtl_get_tcb_desc()
1244 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()
1419 tid_data = &sta_entry->tids[tid]; in rtl_action_proc()
1756 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_start() local
1764 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_start()
1765 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_start()
1780 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_stop() local
1791 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_stop()
1792 sta_entry->tids[tid].agg.agg_state = RTL_AGG_STOP; in rtl_tx_agg_stop()
1803 struct rtl_sta_info *sta_entry = NULL; in rtl_rx_agg_start() local
1820 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_rx_agg_start()
1821 tid_data = &sta_entry->tids[tid]; in rtl_rx_agg_start()
1834 struct rtl_sta_info *sta_entry = NULL; in rtl_rx_agg_stop() local
1845 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_rx_agg_stop()
1846 sta_entry->tids[tid].agg.rx_agg_state = RTL_RX_AGG_STOP; in rtl_rx_agg_stop()
1855 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_oper() local
1866 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_oper()
1867 sta_entry->tids[tid].agg.agg_state = RTL_AGG_OPERATIONAL; in rtl_tx_agg_oper()
2465 struct rtl_sta_info *sta_entry = in rtl_send_smps_action() local
2467 sta_entry->mimo_ps = smps; in rtl_send_smps_action()