Lines Matching refs:sta_entry

776 			(sta_entry ? sta_entry->wireless_mode :	\  in _rtl_txrate_selectmode()
782 struct rtl_sta_info *sta_entry = NULL; in _rtl_txrate_selectmode() local
786 sta_entry = (struct rtl_sta_info *) sta->drv_priv; in _rtl_txrate_selectmode()
787 ratr_index = sta_entry->ratr_index; in _rtl_txrate_selectmode()
1232 (sta_entry ? sta_entry->wireless_mode : \ in rtl_get_tcb_desc()
1239 struct rtl_sta_info *sta_entry = in rtl_get_tcb_desc() local
1396 struct rtl_sta_info *sta_entry = NULL; in rtl_action_proc() local
1410 sta_entry = in rtl_action_proc()
1412 if (!sta_entry) { in rtl_action_proc()
1424 tid_data = &sta_entry->tids[tid]; in rtl_action_proc()
1761 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_start() local
1769 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_start()
1770 if (!sta_entry) in rtl_tx_agg_start()
1772 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()
2486 struct rtl_sta_info *sta_entry = in rtl_send_smps_action() local
2488 sta_entry->mimo_ps = smps; in rtl_send_smps_action()