Lines Matching refs:rs_tx_column
137 struct rs_tx_column;
142 const struct rs_tx_column *next_col);
144 struct rs_tx_column { struct
154 const struct rs_tx_column *next_col) in rs_ant_allow() argument
161 const struct rs_tx_column *next_col) in rs_mimo_allow()
189 const struct rs_tx_column *next_col) in rs_siso_allow()
199 const struct rs_tx_column *next_col) in rs_sgi_allow()
217 static const struct rs_tx_column rs_tx_columns[] = {
1426 const struct rs_tx_column *column) in rs_get_max_allowed_rate()
1443 const struct rs_tx_column *column, in rs_get_expected_tpt_table()
1508 const struct rs_tx_column *column = &rs_tx_columns[tbl->column]; in rs_set_expected_tpt_table()
1716 const struct rs_tx_column *curr_col = &rs_tx_columns[tbl->column]; in rs_get_next_column()
1717 const struct rs_tx_column *next_col; in rs_get_next_column()
1802 const struct rs_tx_column *column = &rs_tx_columns[col_id]; in rs_switch_to_column()
1803 const struct rs_tx_column *curr_column = &rs_tx_columns[tbl->column]; in rs_switch_to_column()