Lines Matching refs:sta_entry

697 	struct rtl_sta_info *sta_entry = NULL;  in _rtl_txrate_selectmode()  local
701 sta_entry = (struct rtl_sta_info *) sta->drv_priv; in _rtl_txrate_selectmode()
702 ratr_index = sta_entry->ratr_index; in _rtl_txrate_selectmode()
1254 struct rtl_sta_info *sta_entry = NULL; in rtl_action_proc() local
1268 sta_entry = in rtl_action_proc()
1270 if (!sta_entry) { in rtl_action_proc()
1278 tid_data = &sta_entry->tids[tid]; in rtl_action_proc()
1413 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_start() local
1421 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_start()
1422 if (!sta_entry) in rtl_tx_agg_start()
1424 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_start()
1442 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_stop() local
1453 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_stop()
1454 tid_data = &sta_entry->tids[tid]; in rtl_tx_agg_stop()
1455 sta_entry->tids[tid].agg.agg_state = RTL_AGG_STOP; in rtl_tx_agg_stop()
1466 struct rtl_sta_info *sta_entry = NULL; in rtl_rx_agg_start() local
1474 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_rx_agg_start()
1475 if (!sta_entry) in rtl_rx_agg_start()
1477 tid_data = &sta_entry->tids[tid]; in rtl_rx_agg_start()
1491 struct rtl_sta_info *sta_entry = NULL; in rtl_rx_agg_stop() local
1502 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_rx_agg_stop()
1503 sta_entry->tids[tid].agg.rx_agg_state = RTL_RX_AGG_STOP; in rtl_rx_agg_stop()
1511 struct rtl_sta_info *sta_entry = NULL; in rtl_tx_agg_oper() local
1522 sta_entry = (struct rtl_sta_info *)sta->drv_priv; in rtl_tx_agg_oper()
1523 sta_entry->tids[tid].agg.agg_state = RTL_AGG_OPERATIONAL; in rtl_tx_agg_oper()
1852 struct rtl_sta_info *sta_entry = in rtl_send_smps_action() local
1854 sta_entry->mimo_ps = smps; in rtl_send_smps_action()