Searched refs:tokarray (Results 1 – 1 of 1) sorted by relevance
1429 for (; (tokarray->iter_idx < tokarray->inuse_count) && in parse_topology()1430 ((tok = &tokarray->tokens[tokarray->iter_idx]) != NULL); ) { in parse_topology()1449 while ((tokarray->iter_idx + 4) <= tokarray->inuse_count) { in parse_topology()1450 tok = &tokarray->tokens[tokarray->iter_idx]; in parse_topology()1507 if ( ((tokarray->iter_idx + 5) <= tokarray->inuse_count) && in parse_topology()1596 tokarray_t tokarray; in ocs_hw_qtop_parse() local1612 tokarray.iter_idx = 0; in ocs_hw_qtop_parse()1615 for (s = qtop_string; (tokarray.inuse_count < tokarray.alloc_count) && in ocs_hw_qtop_parse()1623 ocs_free(hw->os, tokarray.tokens, MAX_TOKENS * sizeof(*tokarray.tokens)); in ocs_hw_qtop_parse()1634 ocs_free(hw->os, tokarray.tokens, MAX_TOKENS * sizeof(*tokarray.tokens)); in ocs_hw_qtop_parse()[all …]