Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_trace.h552 uint32_t proto_bitmap; member
970 uint32_t proto_bitmap);
991 void qdf_dp_trace_set_value(uint32_t proto_bitmap, uint8_t no_of_records,
1055 void qdf_dpt_set_value_debugfs(uint8_t proto_bitmap, uint8_t no_of_record,
1377 uint32_t proto_bitmap) in qdf_dp_trace_init() argument
1391 void qdf_dp_trace_set_value(uint32_t proto_bitmap, uint8_t no_of_records, in qdf_dp_trace_set_value() argument
1416 void qdf_dpt_set_value_debugfs(uint8_t proto_bitmap, uint8_t no_of_record, in qdf_dpt_set_value_debugfs() argument
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_trace.c581 uint32_t proto_bitmap) in qdf_dp_trace_init() argument
599 g_qdf_dp_trace_data.proto_bitmap = proto_bitmap; in qdf_dp_trace_init()
649 void qdf_dp_trace_set_value(uint32_t proto_bitmap, uint8_t no_of_record, in qdf_dp_trace_set_value() argument
652 g_qdf_dp_trace_data.proto_bitmap = proto_bitmap; in qdf_dp_trace_set_value()
678 g_qdf_dp_trace_data.proto_bitmap = val; in qdf_dp_set_proto_bitmap()
747 return g_qdf_dp_trace_data.proto_bitmap; in qdf_dp_get_proto_bitmap()
2902 g_qdf_dp_trace_data.proto_bitmap, in qdf_dpt_get_curr_pos_debugfs()
3091 void qdf_dpt_set_value_debugfs(uint8_t proto_bitmap, uint8_t no_of_record, in qdf_dpt_set_value_debugfs() argument
3095 g_qdf_dp_trace_data.proto_bitmap = proto_bitmap; in qdf_dpt_set_value_debugfs()
3116 g_qdf_dp_trace_data.proto_bitmap, in qdf_dp_trace_dump_all()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c397 uint32_t proto_bitmap = DP_TRACE_CONFIG_DEFAULT_BITMAP; in dp_trace_init() local
434 proto_bitmap = config_params[3]; in dp_trace_init()
448 verbosity, proto_bitmap); in dp_trace_init()
452 verbosity, proto_bitmap); in dp_trace_init()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c685 int *proto_bitmap, in ol_txrx_conv_str_to_int_debugfs() argument
725 *proto_bitmap = param_value; in ol_txrx_conv_str_to_int_debugfs()
772 int proto_bitmap = 0; in ol_txrx_write_dpt_buff_debugfs() local
790 ret = ol_txrx_conv_str_to_int_debugfs(buf1, len, &proto_bitmap, in ol_txrx_write_dpt_buff_debugfs()
798 qdf_dpt_set_value_debugfs(proto_bitmap, nr_records, verbosity, in ol_txrx_write_dpt_buff_debugfs()