• Home
  • Raw
  • Download

Lines Matching refs:column

674 	if (tbl->column != RS_COLUMN_INVALID) {  in rs_collect_tx_data()
677 pers->tx_stats[tbl->column][scale_index].total += attempts; in rs_collect_tx_data()
678 pers->tx_stats[tbl->column][scale_index].success += successes; in rs_collect_tx_data()
1282 const struct rs_tx_column *column) in rs_get_max_allowed_rate() argument
1284 switch (column->mode) { in rs_get_max_allowed_rate()
1299 const struct rs_tx_column *column, in rs_get_expected_tpt_table() argument
1305 if (WARN_ON_ONCE(column->mode != RS_LEGACY && in rs_get_expected_tpt_table()
1306 column->mode != RS_SISO && in rs_get_expected_tpt_table()
1307 column->mode != RS_MIMO2)) in rs_get_expected_tpt_table()
1311 if (column->mode == RS_LEGACY) in rs_get_expected_tpt_table()
1318 if (column->mode == RS_SISO) { in rs_get_expected_tpt_table()
1332 } else if (column->mode == RS_MIMO2) { in rs_get_expected_tpt_table()
1350 if (!column->sgi && !lq_sta->is_agg) /* Normal */ in rs_get_expected_tpt_table()
1352 else if (column->sgi && !lq_sta->is_agg) /* SGI */ in rs_get_expected_tpt_table()
1354 else if (!column->sgi && lq_sta->is_agg) /* AGG */ in rs_get_expected_tpt_table()
1364 const struct rs_tx_column *column = &rs_tx_columns[tbl->column]; in rs_set_expected_tpt_table() local
1366 tbl->expected_tpt = rs_get_expected_tpt_table(lq_sta, column, rate->bw); in rs_set_expected_tpt_table()
1480 lq_sta->visited_columns = BIT(tbl->column); in rs_stay_in_table()
1527 const struct rs_tx_column *curr_col = &rs_tx_columns[tbl->column]; in rs_get_next_column()
1608 const struct rs_tx_column *column = &rs_tx_columns[col_id]; in rs_switch_to_column() local
1609 const struct rs_tx_column *curr_column = &rs_tx_columns[tbl->column]; in rs_switch_to_column()
1617 rate->sgi = column->sgi; in rs_switch_to_column()
1618 rate->ant = column->ant; in rs_switch_to_column()
1620 if (column->mode == RS_LEGACY) { in rs_switch_to_column()
1627 } else if (column->mode == RS_SISO) { in rs_switch_to_column()
1630 } else if (column->mode == RS_MIMO2) { in rs_switch_to_column()
1639 search_tbl->column = col_id; in rs_switch_to_column()
1647 if (curr_column->mode != column->mode) { in rs_switch_to_column()
2424 tbl->column = RS_COLUMN_LEGACY_ANT_A; in rs_initialize_lq()
2426 tbl->column = RS_COLUMN_LEGACY_ANT_B; in rs_initialize_lq()