Searched refs:route_num_cols (Results 1 – 1 of 1) sorted by relevance
1456 static int route_num_cols; variable1499 route_num_cols = 8; in open_route_table()1521 if (used && col >= route_num_cols) in open_route_table()1522 route_num_cols = col + 1; in open_route_table()1546 for (col = 0; col < route_num_cols; ++col) { in read_route_table()