Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_trace.h554 uint16_t num_records_to_dump; member
1056 uint8_t verbosity, uint16_t num_records_to_dump);
1417 uint8_t verbosity, uint16_t num_records_to_dump) in qdf_dpt_set_value_debugfs() argument
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_trace.c2670 g_qdf_dp_trace_data.num_records_to_dump = MAX_QDF_DP_TRACE_RECORDS; in qdf_dp_trace_clear_buffer()
2905 g_qdf_dp_trace_data.num_records_to_dump, in qdf_dpt_get_curr_pos_debugfs()
2966 uint16_t num_records_to_dump = g_qdf_dp_trace_data.num_records_to_dump; in qdf_dpt_dump_stats_debugfs() local
2974 if (num_records_to_dump > g_qdf_dp_trace_data.num) in qdf_dpt_dump_stats_debugfs()
2975 num_records_to_dump = g_qdf_dp_trace_data.num; in qdf_dpt_dump_stats_debugfs()
3073 if (++g_qdf_dp_trace_data.dump_counter == num_records_to_dump) in qdf_dpt_dump_stats_debugfs()
3092 uint8_t verbosity, uint16_t num_records_to_dump) in qdf_dpt_set_value_debugfs() argument
3098 g_qdf_dp_trace_data.num_records_to_dump = num_records_to_dump; in qdf_dpt_set_value_debugfs()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c688 int *num_records_to_dump) in ol_txrx_conv_str_to_int_debugfs() argument
736 *num_records_to_dump = param_value; in ol_txrx_conv_str_to_int_debugfs()
775 int num_records_to_dump = 0; in ol_txrx_write_dpt_buff_debugfs() local
792 &num_records_to_dump); in ol_txrx_write_dpt_buff_debugfs()
799 num_records_to_dump); in ol_txrx_write_dpt_buff_debugfs()