Searched refs:tokarray (Results 1 – 1 of 1) sorted by relevance
1432 for (; (tokarray->iter_idx < tokarray->inuse_count) && in parse_topology()1433 ((tok = &tokarray->tokens[tokarray->iter_idx]) != NULL); ) { in parse_topology()1452 while ((tokarray->iter_idx + 4) <= tokarray->inuse_count) { in parse_topology()1453 tok = &tokarray->tokens[tokarray->iter_idx]; in parse_topology()1509 if ( ((tokarray->iter_idx + 5) <= tokarray->inuse_count) && in parse_topology()1598 tokarray_t tokarray; in ocs_hw_qtop_parse() local1614 tokarray.iter_idx = 0; in ocs_hw_qtop_parse()1617 for (s = qtop_string; (tokarray.inuse_count < tokarray.alloc_count) && in ocs_hw_qtop_parse()1625 ocs_free(hw->os, tokarray.tokens, MAX_TOKENS * sizeof(*tokarray.tokens)); in ocs_hw_qtop_parse()1636 ocs_free(hw->os, tokarray.tokens, MAX_TOKENS * sizeof(*tokarray.tokens)); in ocs_hw_qtop_parse()[all …]