Searched refs:next_col (Results 1 – 1 of 1) sorted by relevance
117 const struct rs_tx_column *next_col);129 const struct rs_tx_column *next_col) in rs_ant_allow() argument136 const struct rs_tx_column *next_col) in rs_mimo_allow() argument158 const struct rs_tx_column *next_col) in rs_siso_allow() argument168 const struct rs_tx_column *next_col) in rs_sgi_allow() argument1597 const struct rs_tx_column *next_col; in rs_get_next_column() local1615 next_col = &rs_tx_columns[next_col_id]; in rs_get_next_column()1617 if (!rs_is_valid_ant(valid_ants, next_col->ant)) { in rs_get_next_column()1620 next_col_id, valid_ants, next_col->ant); in rs_get_next_column()1625 allow_func = next_col->checks[j]; in rs_get_next_column()[all …]