Searched refs:route_num_cols (Results 1 – 1 of 1) sorted by relevance
1422 static int route_num_cols; variable1465 route_num_cols = 8; in open_route_table()1487 if (used && col >= route_num_cols) in open_route_table()1488 route_num_cols = col + 1; in open_route_table()1512 for (col = 0; col < route_num_cols; ++col) { in read_route_table()