Lines Matching refs:sta_entry

699 	struct rtl_sta_info *sta_entry = NULL;  in _rtl_txrate_selectmode()  local
703 sta_entry = (struct rtl_sta_info *) sta->drv_priv; in _rtl_txrate_selectmode()
704 ratr_index = sta_entry->ratr_index; in _rtl_txrate_selectmode()
1256 struct rtl_sta_info *sta_entry = NULL; in rtl_action_proc() local
1270 sta_entry = in rtl_action_proc()
1272 if (!sta_entry) { in rtl_action_proc()
1280 tid_data = &sta_entry->tids[tid]; in rtl_action_proc()
1415 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_start() local
1423 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_start()
1424 if (!sta_entry) in rtl_tx_agg_start()
1426 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_start()
1444 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_stop() local
1455 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_stop()
1456 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_stop()
1457 sta_entry->tids[tid].agg.agg_state = RTL_AGG_STOP; in rtl_tx_agg_stop()
1468 struct rtl_sta_info *sta_entry = NULL; in rtl_rx_agg_start() local
1476 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_rx_agg_start()
1477 if (!sta_entry) in rtl_rx_agg_start()
1479 tid_data = &sta_entry->tids[tid]; in rtl_rx_agg_start()
1493 struct rtl_sta_info *sta_entry = NULL; in rtl_rx_agg_stop() local
1504 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_rx_agg_stop()
1505 sta_entry->tids[tid].agg.rx_agg_state = RTL_RX_AGG_STOP; in rtl_rx_agg_stop()
1513 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_oper() local
1524 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_oper()
1525 sta_entry->tids[tid].agg.agg_state = RTL_AGG_OPERATIONAL; in rtl_tx_agg_oper()
1854 struct rtl_sta_info *sta_entry = in rtl_send_smps_action() local
1856 sta_entry->mimo_ps = smps; in rtl_send_smps_action()