Home
last modified time | relevance | path

Searched refs:token_index (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/qat/qat_common/
H A Dadf_cfg_section.c34 int token_index = 0; in adf_cfg_set_core_number_for_instance() local
67 strlcpy(tokens[token_index++], core_val, ADF_CFG_MAX_TOKEN_LEN); in adf_cfg_set_core_number_for_instance()
71 strlcpy(tokens[token_index++], in adf_cfg_set_core_number_for_instance()
77 if (token_index == 0) in adf_cfg_set_core_number_for_instance()
78 strlcpy(tokens[token_index++], in adf_cfg_set_core_number_for_instance()
83 for (i = 0; i < token_index; i++) { in adf_cfg_set_core_number_for_instance()