Searched refs:param_str_val (Results 1 – 1 of 1) sorted by relevance
5958 const char **param_str_val, u32 *param_num_val) in qed_read_param() argument5970 *param_str_val = char_buf + offset; in qed_read_param()5972 offset += strlen(*param_str_val) + 1; in qed_read_param()5977 *param_str_val = NULL; in qed_read_param()5994 const char *param_str_val; in qed_read_section_hdr() local5997 section_name, ¶m_str_val, num_section_params); in qed_read_section_hdr()6010 const char *param_name, *param_str_val; in qed_print_section_params() local6015 ¶m_str_val, ¶m_num_val); in qed_print_section_params()6017 if (param_str_val) in qed_print_section_params()6021 "%s: %s\n", param_name, param_str_val); in qed_print_section_params()[all …]