Searched refs:endlist_idx (Results 1 – 1 of 1) sorted by relevance
578 int startlist_idx = -1, endlist_idx = -1; in opal_response_status() local594 if (opal_response_token_matches(tok, SPDK_OPAL_ENDLIST) && endlist_idx == -1) { in opal_response_status()595 endlist_idx = i; in opal_response_status()599 if (startlist_idx == -1 || endlist_idx == -1 || startlist_idx >= endlist_idx) { in opal_response_status()