Lines Matching refs:next_col
142 const struct rs_tx_column *next_col);
154 const struct rs_tx_column *next_col) in rs_ant_allow() argument
156 return iwl_mvm_bt_coex_is_ant_avail(mvm, next_col->ant); in rs_ant_allow()
161 const struct rs_tx_column *next_col) in rs_mimo_allow() argument
191 const struct rs_tx_column *next_col) in rs_siso_allow() argument
201 const struct rs_tx_column *next_col) in rs_sgi_allow() argument
1633 const struct rs_tx_column *next_col; in rs_get_next_column() local
1651 next_col = &rs_tx_columns[next_col_id]; in rs_get_next_column()
1653 if (!rs_is_valid_ant(valid_ants, next_col->ant)) { in rs_get_next_column()
1656 next_col_id, valid_ants, next_col->ant); in rs_get_next_column()
1661 allow_func = next_col->checks[j]; in rs_get_next_column()
1662 if (allow_func && !allow_func(mvm, sta, tbl, next_col)) in rs_get_next_column()
1675 expected_tpt_tbl = rs_get_expected_tpt_table(lq_sta, next_col, in rs_get_next_column()
1680 max_rate = rs_get_max_allowed_rate(lq_sta, next_col); in rs_get_next_column()