Lines Matching refs:sta_entry
791 (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()
1776 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_start() local
1784 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_start()
1785 if (!sta_entry) in rtl_tx_agg_start()
1787 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_start()
1803 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_stop() local
1814 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_stop()
1815 sta_entry->tids[tid].agg.agg_state = RTL_AGG_STOP; in rtl_tx_agg_stop()
1826 struct rtl_sta_info *sta_entry = NULL; in rtl_rx_agg_start() local
1843 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_rx_agg_start()
1844 if (!sta_entry) in rtl_rx_agg_start()
1846 tid_data = &sta_entry->tids[tid]; in rtl_rx_agg_start()
1859 struct rtl_sta_info *sta_entry = NULL; in rtl_rx_agg_stop() local
1870 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_rx_agg_stop()
1871 sta_entry->tids[tid].agg.rx_agg_state = RTL_RX_AGG_STOP; in rtl_rx_agg_stop()
1879 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_oper() local
1890 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_oper()
1891 sta_entry->tids[tid].agg.agg_state = RTL_AGG_OPERATIONAL; in rtl_tx_agg_oper()
2513 struct rtl_sta_info *sta_entry = in rtl_send_smps_action() local
2515 sta_entry->mimo_ps = smps; in rtl_send_smps_action()