Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h3917 int set_value2);
3931 uint32_t set_value, int set_value2) in hdd_process_pktlog_command() argument
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c15414 static int hdd_pktlog_set_buff_size(struct hdd_context *hdd_ctx, int set_value2) in hdd_pktlog_set_buff_size() argument
15423 start_log.size = set_value2; in hdd_pktlog_set_buff_size()
15478 int set_value2) in hdd_process_pktlog_command() argument
15488 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()