Searched refs:set_value2 (Results 1 – 2 of 2) sorted by relevance
3917 int set_value2);3931 uint32_t set_value, int set_value2) in hdd_process_pktlog_command() argument
15414 static int hdd_pktlog_set_buff_size(struct hdd_context *hdd_ctx, int set_value2) in hdd_pktlog_set_buff_size() argument15423 start_log.size = set_value2; in hdd_pktlog_set_buff_size()15478 int set_value2) in hdd_process_pktlog_command() argument15488 hdd_debug("set pktlog %d, set size %d", set_value, set_value2); in hdd_process_pktlog_command()15496 if (set_value2 <= 0) { in hdd_process_pktlog_command()15497 hdd_err("invalid pktlog size %d", set_value2); in hdd_process_pktlog_command()15499 } else if (set_value2 > MAX_PKTLOG_SIZE) { in hdd_process_pktlog_command()15504 return hdd_pktlog_set_buff_size(hdd_ctx, set_value2); in hdd_process_pktlog_command()