Home
last modified time | relevance | path

Searched defs:dhdp (Results 1 – 25 of 204) sorted by relevance

123456789

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_debug_linux.c47 dhd_pub_t *dhdp; member
70 debug_data_send(dhd_pub_t *dhdp, int ring_id, const void *data, const uint32 len, in debug_data_send()
87 dhd_os_dbg_urgent_notifier(dhd_pub_t *dhdp, const void *data, const uint32 len) in dhd_os_dbg_urgent_notifier()
105 dhd_pub_t *dhdp; in dbg_ring_poll_worker() local
187 dhd_os_dbg_register_urgent_notifier(dhd_pub_t *dhdp, dbg_urgent_noti_sub_t urgent_noti_sub) in dhd_os_dbg_register_urgent_notifier()
197 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging()
236 dhd_os_reset_logging(dhd_pub_t *dhdp) in dhd_os_reset_logging()
268 dhd_os_suppress_logging(dhd_pub_t *dhdp, bool suppress) in dhd_os_suppress_logging()
294 dhd_os_get_ring_status(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_status_t *dbg_ring_status) in dhd_os_get_ring_status()
300 dhd_os_trigger_get_ring_data(dhd_pub_t *dhdp, char *ring_name) in dhd_os_trigger_get_ring_data()
[all …]
H A Ddhd_flowring.c107 dhd_flow_ring_node(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_ring_node()
125 dhd_flow_queue(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_queue()
140 dhd_flow_queue_reinit(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_reinit()
160 dhd_flow_queue_init(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_init()
296 dhd_flow_ring_config_thresholds(dhd_pub_t *dhdp, uint16 flowid, in dhd_flow_ring_config_thresholds()
329 dhd_num_prio_supported_per_flow_ring(dhd_pub_t *dhdp) in dhd_num_prio_supported_per_flow_ring()
353 dhd_get_max_multi_client_flow_rings(dhd_pub_t *dhdp) in dhd_get_max_multi_client_flow_rings()
362 dhd_flowid_map_init(dhd_pub_t *dhdp, uint16 max_tx_flow_rings) in dhd_flowid_map_init()
400 dhd_flowid_map_deinit(dhd_pub_t *dhdp) in dhd_flowid_map_deinit()
422 dhd_flow_rings_init(dhd_pub_t *dhdp, uint32 num_h2d_rings) in dhd_flow_rings_init()
[all …]
H A Ddhd_linux_lb.c338 void dhd_lb_stats_reset(dhd_pub_t *dhdp) in dhd_lb_stats_reset()
411 void dhd_lb_stats_init(dhd_pub_t *dhdp) in dhd_lb_stats_init()
522 void dhd_lb_stats_deinit(dhd_pub_t *dhdp) in dhd_lb_stats_deinit()
575 void dhd_lb_stats_dump_napi_latency(dhd_pub_t *dhdp, in dhd_lb_stats_dump_napi_latency()
586 void dhd_lb_stats_dump_histo(dhd_pub_t *dhdp, in dhd_lb_stats_dump_histo()
647 uint64 dhd_lb_mem_usage(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) in dhd_lb_mem_usage()
695 void dhd_lb_stats_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) in dhd_lb_stats_dump()
798 void dhd_lb_stats_update_napi_histo(dhd_pub_t *dhdp, uint32 count) in dhd_lb_stats_update_napi_histo()
810 void dhd_lb_stats_update_txc_histo(dhd_pub_t *dhdp, uint32 count) in dhd_lb_stats_update_txc_histo()
822 void dhd_lb_stats_update_rxc_histo(dhd_pub_t *dhdp, uint32 count) in dhd_lb_stats_update_rxc_histo()
[all …]
H A Ddhd_linux_pktdump.h71 static INLINE void dhd_dump_mod_pkt_timer(dhd_pub_t *dhdp, uint16 rsn) { } in dhd_dump_mod_pkt_timer()
72 static INLINE void dhd_dump_pkt_init(dhd_pub_t *dhdp) { } in dhd_dump_pkt_init()
73 static INLINE void dhd_dump_pkt_deinit(dhd_pub_t *dhdp) { } in dhd_dump_pkt_deinit()
74 static INLINE void dhd_dump_pkt_clear(dhd_pub_t *dhdp) { } in dhd_dump_pkt_clear()
82 static INLINE void dhd_trx_pkt_dump(dhd_pub_t *dhdp, int ifidx, in dhd_trx_pkt_dump()
91 static INLINE void dhd_dhcp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_dhcp_dump()
100 static INLINE void dhd_dns_dump(dhd_pub_t *dhdp, int ifidx, in dhd_dns_dump()
109 static INLINE void dhd_icmp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_icmp_dump()
118 static INLINE void dhd_arp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_arp_dump()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_debug_linux.c51 dhd_pub_t *dhdp; member
74 debug_data_send(dhd_pub_t *dhdp, int ring_id, const void *data, const uint32 len, in debug_data_send()
91 dhd_os_dbg_urgent_notifier(dhd_pub_t *dhdp, const void *data, const uint32 len) in dhd_os_dbg_urgent_notifier()
117 dhd_pub_t *dhdp = ring_info->dhdp; in dbg_ring_poll_worker() local
191 dhd_os_dbg_register_urgent_notifier(dhd_pub_t *dhdp, dbg_urgent_noti_sub_t urgent_noti_sub) in dhd_os_dbg_register_urgent_notifier()
201 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging()
241 dhd_os_reset_logging(dhd_pub_t *dhdp) in dhd_os_reset_logging()
273 dhd_os_suppress_logging(dhd_pub_t *dhdp, bool suppress) in dhd_os_suppress_logging()
299 dhd_os_get_ring_status(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_status_t *dbg_ring_status) in dhd_os_get_ring_status()
305 dhd_os_trigger_get_ring_data(dhd_pub_t *dhdp, char *ring_name) in dhd_os_trigger_get_ring_data()
[all …]
H A Ddhd_flowring.c88 dhd_flow_ring_node(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_ring_node()
106 dhd_flow_queue(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_queue()
121 dhd_flow_queue_reinit(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_reinit()
141 dhd_flow_queue_init(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_init()
162 dhd_flow_queue_enqueue(dhd_pub_t *dhdp, flow_queue_t *queue, void *pkt) in dhd_flow_queue_enqueue()
196 dhd_flow_queue_dequeue(dhd_pub_t *dhdp, flow_queue_t *queue) in dhd_flow_queue_dequeue()
227 dhd_flow_queue_reinsert(dhd_pub_t *dhdp, flow_queue_t *queue, void *pkt) in dhd_flow_queue_reinsert()
244 dhd_flow_ring_config_thresholds(dhd_pub_t *dhdp, uint16 flowid, in dhd_flow_ring_config_thresholds()
272 dhd_num_prio_supported_per_flow_ring(dhd_pub_t *dhdp) in dhd_num_prio_supported_per_flow_ring()
305 dhd_get_max_multi_client_flow_rings(dhd_pub_t *dhdp) in dhd_get_max_multi_client_flow_rings()
[all …]
H A Ddhd_linux_pktdump.h65 static INLINE void dhd_dump_mod_pkt_timer(dhd_pub_t *dhdp, uint16 rsn) { } in dhd_dump_mod_pkt_timer()
66 static INLINE void dhd_dump_pkt_init(dhd_pub_t *dhdp) { } in dhd_dump_pkt_init()
67 static INLINE void dhd_dump_pkt_deinit(dhd_pub_t *dhdp) { } in dhd_dump_pkt_deinit()
68 static INLINE void dhd_dump_pkt_clear(dhd_pub_t *dhdp) { } in dhd_dump_pkt_clear()
76 static INLINE void dhd_rx_pkt_dump(dhd_pub_t *dhdp, int ifidx, in dhd_rx_pkt_dump()
85 static INLINE void dhd_dhcp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_dhcp_dump()
94 static INLINE void dhd_dns_dump(dhd_pub_t *dhdp, int ifidx, in dhd_dns_dump()
103 static INLINE void dhd_icmp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_icmp_dump()
112 static INLINE void dhd_arp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_arp_dump()
H A Ddhd_debug.c156 dhd_dbg_push_to_ring(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_entry_t *hdr, void *data) in dhd_dbg_push_to_ring()
185 dhd_dbg_get_ring_from_ring_id(dhd_pub_t *dhdp, int ring_id) in dhd_dbg_get_ring_from_ring_id()
200 dhd_dbg_pull_single_from_ring(dhd_pub_t *dhdp, int ring_id, void *data, uint32 buf_len, in dhd_dbg_pull_single_from_ring()
220 dhd_dbg_pull_from_ring(dhd_pub_t *dhdp, int ring_id, void *data, uint32 buf_len) in dhd_dbg_pull_from_ring()
509 dhd_dbg_verboselog_handler(dhd_pub_t *dhdp, prcd_event_log_hdr_t *plog_hdr, in dhd_dbg_verboselog_handler()
573 dhd_dbg_verboselog_printf(dhd_pub_t *dhdp, prcd_event_log_hdr_t *plog_hdr, in dhd_dbg_verboselog_printf()
794 dhd_dbg_msgtrace_log_parser(dhd_pub_t *dhdp, void *event_data, in dhd_dbg_msgtrace_log_parser()
1108 static INLINE void dhd_dbg_verboselog_handler(dhd_pub_t *dhdp, in dhd_dbg_verboselog_handler()
1111 INLINE void dhd_dbg_msgtrace_log_parser(dhd_pub_t *dhdp, in dhd_dbg_msgtrace_log_parser()
1117 dhd_dbg_trace_evnt_handler(dhd_pub_t *dhdp, void *event_data, in dhd_dbg_trace_evnt_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_debug_linux.c51 dhd_pub_t *dhdp; member
74 debug_data_send(dhd_pub_t *dhdp, int ring_id, const void *data, const uint32 len, in debug_data_send()
91 dhd_os_dbg_urgent_notifier(dhd_pub_t *dhdp, const void *data, const uint32 len) in dhd_os_dbg_urgent_notifier()
117 dhd_pub_t *dhdp = ring_info->dhdp; in dbg_ring_poll_worker() local
191 dhd_os_dbg_register_urgent_notifier(dhd_pub_t *dhdp, dbg_urgent_noti_sub_t urgent_noti_sub) in dhd_os_dbg_register_urgent_notifier()
201 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging()
241 dhd_os_reset_logging(dhd_pub_t *dhdp) in dhd_os_reset_logging()
273 dhd_os_suppress_logging(dhd_pub_t *dhdp, bool suppress) in dhd_os_suppress_logging()
299 dhd_os_get_ring_status(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_status_t *dbg_ring_status) in dhd_os_get_ring_status()
305 dhd_os_trigger_get_ring_data(dhd_pub_t *dhdp, char *ring_name) in dhd_os_trigger_get_ring_data()
[all …]
H A Ddhd_flowring.c88 dhd_flow_ring_node(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_ring_node()
106 dhd_flow_queue(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_queue()
121 dhd_flow_queue_reinit(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_reinit()
141 dhd_flow_queue_init(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_init()
162 dhd_flow_queue_enqueue(dhd_pub_t *dhdp, flow_queue_t *queue, void *pkt) in dhd_flow_queue_enqueue()
196 dhd_flow_queue_dequeue(dhd_pub_t *dhdp, flow_queue_t *queue) in dhd_flow_queue_dequeue()
227 dhd_flow_queue_reinsert(dhd_pub_t *dhdp, flow_queue_t *queue, void *pkt) in dhd_flow_queue_reinsert()
244 dhd_flow_ring_config_thresholds(dhd_pub_t *dhdp, uint16 flowid, in dhd_flow_ring_config_thresholds()
272 dhd_num_prio_supported_per_flow_ring(dhd_pub_t *dhdp) in dhd_num_prio_supported_per_flow_ring()
305 dhd_get_max_multi_client_flow_rings(dhd_pub_t *dhdp) in dhd_get_max_multi_client_flow_rings()
[all …]
H A Ddhd_linux_pktdump.h65 static INLINE void dhd_dump_mod_pkt_timer(dhd_pub_t *dhdp, uint16 rsn) { } in dhd_dump_mod_pkt_timer()
66 static INLINE void dhd_dump_pkt_init(dhd_pub_t *dhdp) { } in dhd_dump_pkt_init()
67 static INLINE void dhd_dump_pkt_deinit(dhd_pub_t *dhdp) { } in dhd_dump_pkt_deinit()
68 static INLINE void dhd_dump_pkt_clear(dhd_pub_t *dhdp) { } in dhd_dump_pkt_clear()
76 static INLINE void dhd_rx_pkt_dump(dhd_pub_t *dhdp, int ifidx, in dhd_rx_pkt_dump()
85 static INLINE void dhd_dhcp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_dhcp_dump()
94 static INLINE void dhd_dns_dump(dhd_pub_t *dhdp, int ifidx, in dhd_dns_dump()
103 static INLINE void dhd_icmp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_icmp_dump()
112 static INLINE void dhd_arp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_arp_dump()
H A Ddhd_debug.c156 dhd_dbg_push_to_ring(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_entry_t *hdr, void *data) in dhd_dbg_push_to_ring()
185 dhd_dbg_get_ring_from_ring_id(dhd_pub_t *dhdp, int ring_id) in dhd_dbg_get_ring_from_ring_id()
200 dhd_dbg_pull_single_from_ring(dhd_pub_t *dhdp, int ring_id, void *data, uint32 buf_len, in dhd_dbg_pull_single_from_ring()
220 dhd_dbg_pull_from_ring(dhd_pub_t *dhdp, int ring_id, void *data, uint32 buf_len) in dhd_dbg_pull_from_ring()
509 dhd_dbg_verboselog_handler(dhd_pub_t *dhdp, prcd_event_log_hdr_t *plog_hdr, in dhd_dbg_verboselog_handler()
573 dhd_dbg_verboselog_printf(dhd_pub_t *dhdp, prcd_event_log_hdr_t *plog_hdr, in dhd_dbg_verboselog_printf()
794 dhd_dbg_msgtrace_log_parser(dhd_pub_t *dhdp, void *event_data, in dhd_dbg_msgtrace_log_parser()
1108 static INLINE void dhd_dbg_verboselog_handler(dhd_pub_t *dhdp, in dhd_dbg_verboselog_handler()
1111 INLINE void dhd_dbg_msgtrace_log_parser(dhd_pub_t *dhdp, in dhd_dbg_msgtrace_log_parser()
1117 dhd_dbg_trace_evnt_handler(dhd_pub_t *dhdp, void *event_data, in dhd_dbg_trace_evnt_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_debug_linux.c47 dhd_pub_t *dhdp; member
70 debug_data_send(dhd_pub_t *dhdp, int ring_id, const void *data, const uint32 len, in debug_data_send()
87 dhd_os_dbg_urgent_notifier(dhd_pub_t *dhdp, const void *data, const uint32 len) in dhd_os_dbg_urgent_notifier()
105 dhd_pub_t *dhdp; in dbg_ring_poll_worker() local
187 dhd_os_dbg_register_urgent_notifier(dhd_pub_t *dhdp, dbg_urgent_noti_sub_t urgent_noti_sub) in dhd_os_dbg_register_urgent_notifier()
197 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging()
236 dhd_os_reset_logging(dhd_pub_t *dhdp) in dhd_os_reset_logging()
268 dhd_os_suppress_logging(dhd_pub_t *dhdp, bool suppress) in dhd_os_suppress_logging()
294 dhd_os_get_ring_status(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_status_t *dbg_ring_status) in dhd_os_get_ring_status()
300 dhd_os_trigger_get_ring_data(dhd_pub_t *dhdp, char *ring_name) in dhd_os_trigger_get_ring_data()
[all …]
H A Ddhd_fwtrace.c67 dhd_fwtrace_attach(dhd_pub_t *dhdp) in dhd_fwtrace_attach()
88 dhd_fwtrace_detach(dhd_pub_t *dhdp) in dhd_fwtrace_detach()
123 get_fw_trace_overflow_counter(dhd_pub_t *dhdp) in get_fw_trace_overflow_counter()
129 process_fw_trace_data(dhd_pub_t *dhdp) in process_fw_trace_data()
204 fwtrace_write_to_file(uint8 *buf, uint16 buf_len, dhd_pub_t *dhdp) in fwtrace_write_to_file()
273 fw_trace_start(dhd_pub_t *dhdp, uint32 fw_trace_enabled) in fw_trace_start()
296 fw_trace_stop(dhd_pub_t *dhdp) in fw_trace_stop()
324 fwtrace_open_file(uint32 fw_trace_enabled, dhd_pub_t *dhdp) in fwtrace_open_file()
366 fwtrace_close_file(dhd_pub_t *dhdp) in fwtrace_close_file()
389 fwtrace_init(dhd_pub_t *dhdp) in fwtrace_init()
[all …]
H A Ddhd_flowring.c107 dhd_flow_ring_node(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_ring_node()
125 dhd_flow_queue(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_queue()
140 dhd_flow_queue_reinit(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_reinit()
160 dhd_flow_queue_init(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_init()
296 dhd_flow_ring_config_thresholds(dhd_pub_t *dhdp, uint16 flowid, in dhd_flow_ring_config_thresholds()
329 dhd_num_prio_supported_per_flow_ring(dhd_pub_t *dhdp) in dhd_num_prio_supported_per_flow_ring()
353 dhd_get_max_multi_client_flow_rings(dhd_pub_t *dhdp) in dhd_get_max_multi_client_flow_rings()
362 dhd_flowid_map_init(dhd_pub_t *dhdp, uint16 max_tx_flow_rings) in dhd_flowid_map_init()
400 dhd_flowid_map_deinit(dhd_pub_t *dhdp) in dhd_flowid_map_deinit()
422 dhd_flow_rings_init(dhd_pub_t *dhdp, uint32 num_h2d_rings) in dhd_flow_rings_init()
[all …]
H A Ddhd_linux_lb.c338 void dhd_lb_stats_reset(dhd_pub_t *dhdp) in dhd_lb_stats_reset()
411 void dhd_lb_stats_init(dhd_pub_t *dhdp) in dhd_lb_stats_init()
522 void dhd_lb_stats_deinit(dhd_pub_t *dhdp) in dhd_lb_stats_deinit()
575 void dhd_lb_stats_dump_napi_latency(dhd_pub_t *dhdp, in dhd_lb_stats_dump_napi_latency()
586 void dhd_lb_stats_dump_histo(dhd_pub_t *dhdp, in dhd_lb_stats_dump_histo()
647 uint64 dhd_lb_mem_usage(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) in dhd_lb_mem_usage()
695 void dhd_lb_stats_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) in dhd_lb_stats_dump()
798 void dhd_lb_stats_update_napi_histo(dhd_pub_t *dhdp, uint32 count) in dhd_lb_stats_update_napi_histo()
810 void dhd_lb_stats_update_txc_histo(dhd_pub_t *dhdp, uint32 count) in dhd_lb_stats_update_txc_histo()
822 void dhd_lb_stats_update_rxc_histo(dhd_pub_t *dhdp, uint32 count) in dhd_lb_stats_update_rxc_histo()
[all …]
H A Ddhd_linux_pktdump.h71 static INLINE void dhd_dump_mod_pkt_timer(dhd_pub_t *dhdp, uint16 rsn) { } in dhd_dump_mod_pkt_timer()
72 static INLINE void dhd_dump_pkt_init(dhd_pub_t *dhdp) { } in dhd_dump_pkt_init()
73 static INLINE void dhd_dump_pkt_deinit(dhd_pub_t *dhdp) { } in dhd_dump_pkt_deinit()
74 static INLINE void dhd_dump_pkt_clear(dhd_pub_t *dhdp) { } in dhd_dump_pkt_clear()
82 static INLINE void dhd_trx_pkt_dump(dhd_pub_t *dhdp, int ifidx, in dhd_trx_pkt_dump()
91 static INLINE void dhd_dhcp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_dhcp_dump()
100 static INLINE void dhd_dns_dump(dhd_pub_t *dhdp, int ifidx, in dhd_dns_dump()
109 static INLINE void dhd_icmp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_icmp_dump()
118 static INLINE void dhd_arp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_arp_dump()
H A Ddhd_debug.c192 dhd_dbg_push_to_ring(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_entry_t *hdr, void *data) in dhd_dbg_push_to_ring()
221 dhd_dbg_get_ring_from_ring_id(dhd_pub_t *dhdp, int ring_id) in dhd_dbg_get_ring_from_ring_id()
236 dhd_dbg_pull_single_from_ring(dhd_pub_t *dhdp, int ring_id, void *data, uint32 buf_len, in dhd_dbg_pull_single_from_ring()
256 dhd_dbg_pull_from_ring(dhd_pub_t *dhdp, int ring_id, void *data, uint32 buf_len) in dhd_dbg_pull_from_ring()
544 dhd_dbg_verboselog_handler(dhd_pub_t *dhdp, prcd_event_log_hdr_t *plog_hdr, in dhd_dbg_verboselog_handler()
616 dhd_dbg_verboselog_printf(dhd_pub_t *dhdp, prcd_event_log_hdr_t *plog_hdr, in dhd_dbg_verboselog_printf()
892 dhd_dbg_msgtrace_log_parser(dhd_pub_t *dhdp, void *event_data, in dhd_dbg_msgtrace_log_parser()
1194 static INLINE void dhd_dbg_verboselog_handler(dhd_pub_t *dhdp, in dhd_dbg_verboselog_handler()
1197 INLINE void dhd_dbg_msgtrace_log_parser(dhd_pub_t *dhdp, in dhd_dbg_msgtrace_log_parser()
1202 dhd_dbg_trace_evnt_handler(dhd_pub_t *dhdp, void *event_data, in dhd_dbg_trace_evnt_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_debug_linux.c50 dhd_pub_t *dhdp; member
73 debug_data_send(dhd_pub_t *dhdp, int ring_id, const void *data, const uint32 len, in debug_data_send()
88 dhd_os_dbg_urgent_notifier(dhd_pub_t *dhdp, const void *data, const uint32 len) in dhd_os_dbg_urgent_notifier()
114 dhd_pub_t *dhdp = ring_info->dhdp; in dbg_ring_poll_worker() local
187 dhd_os_dbg_register_urgent_notifier(dhd_pub_t *dhdp, dbg_urgent_noti_sub_t urgent_noti_sub) in dhd_os_dbg_register_urgent_notifier()
197 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging()
249 dhd_os_reset_logging(dhd_pub_t *dhdp) in dhd_os_reset_logging()
281 dhd_os_suppress_logging(dhd_pub_t *dhdp, bool suppress) in dhd_os_suppress_logging()
307 dhd_os_get_ring_status(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_status_t *dbg_ring_status) in dhd_os_get_ring_status()
313 dhd_os_trigger_get_ring_data(dhd_pub_t *dhdp, char *ring_name) in dhd_os_trigger_get_ring_data()
[all …]
H A Ddhd_flowring.c92 dhd_flow_ring_node(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_ring_node()
107 dhd_flow_queue(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_queue()
119 dhd_flow_queue_reinit(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_reinit()
139 dhd_flow_queue_init(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_init()
160 dhd_flow_queue_enqueue(dhd_pub_t *dhdp, flow_queue_t *queue, void *pkt) in dhd_flow_queue_enqueue()
194 dhd_flow_queue_dequeue(dhd_pub_t *dhdp, flow_queue_t *queue) in dhd_flow_queue_dequeue()
225 dhd_flow_queue_reinsert(dhd_pub_t *dhdp, flow_queue_t *queue, void *pkt) in dhd_flow_queue_reinsert()
242 dhd_flow_ring_config_thresholds(dhd_pub_t *dhdp, uint16 flowid, in dhd_flow_ring_config_thresholds()
270 dhd_flow_rings_init(dhd_pub_t *dhdp, uint32 num_flow_rings) in dhd_flow_rings_init()
390 void dhd_flow_rings_deinit(dhd_pub_t *dhdp) in dhd_flow_rings_deinit()
[all …]
H A Ddhd_debug.c197 dhd_dbg_ring_pull_single(dhd_pub_t *dhdp, int ring_id, void *data, uint32 buf_len, in dhd_dbg_ring_pull_single()
272 dhd_dbg_ring_pull(dhd_pub_t *dhdp, int ring_id, void *data, uint32 buf_len) in dhd_dbg_ring_pull()
296 dhd_dbg_ring_push(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_entry_t *hdr, void *data) in dhd_dbg_ring_push()
506 dhd_dbg_nan_event_handler(dhd_pub_t *dhdp, event_log_hdr_t *hdr, uint32 *data) in dhd_dbg_nan_event_handler()
607 dhd_dbg_custom_evnt_handler(dhd_pub_t *dhdp, event_log_hdr_t *hdr, uint32 *data) in dhd_dbg_custom_evnt_handler()
778 dhd_dbg_verboselog_handler(dhd_pub_t *dhdp, event_log_hdr_t *hdr, in dhd_dbg_verboselog_handler()
830 dhd_dbg_verboselog_printf(dhd_pub_t *dhdp, event_log_hdr_t *hdr, in dhd_dbg_verboselog_printf()
960 dhd_dbg_msgtrace_log_parser(dhd_pub_t *dhdp, void *event_data, in dhd_dbg_msgtrace_log_parser()
1145 static INLINE void dhd_dbg_verboselog_handler(dhd_pub_t *dhdp, in dhd_dbg_verboselog_handler()
1147 static INLINE void dhd_dbg_msgtrace_log_parser(dhd_pub_t *dhdp, in dhd_dbg_msgtrace_log_parser()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_debug_linux.c51 dhd_pub_t *dhdp; member
74 debug_data_send(dhd_pub_t *dhdp, int ring_id, const void *data, const uint32 len, in debug_data_send()
91 dhd_os_dbg_urgent_notifier(dhd_pub_t *dhdp, const void *data, const uint32 len) in dhd_os_dbg_urgent_notifier()
117 dhd_pub_t *dhdp = ring_info->dhdp; in dbg_ring_poll_worker() local
191 dhd_os_dbg_register_urgent_notifier(dhd_pub_t *dhdp, dbg_urgent_noti_sub_t urgent_noti_sub) in dhd_os_dbg_register_urgent_notifier()
201 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging()
241 dhd_os_reset_logging(dhd_pub_t *dhdp) in dhd_os_reset_logging()
273 dhd_os_suppress_logging(dhd_pub_t *dhdp, bool suppress) in dhd_os_suppress_logging()
299 dhd_os_get_ring_status(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_status_t *dbg_ring_status) in dhd_os_get_ring_status()
305 dhd_os_trigger_get_ring_data(dhd_pub_t *dhdp, char *ring_name) in dhd_os_trigger_get_ring_data()
[all …]
H A Ddhd_flowring.c88 dhd_flow_ring_node(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_ring_node()
106 dhd_flow_queue(dhd_pub_t *dhdp, uint16 flowid) in dhd_flow_queue()
121 dhd_flow_queue_reinit(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_reinit()
141 dhd_flow_queue_init(dhd_pub_t *dhdp, flow_queue_t *queue, int max) in dhd_flow_queue_init()
162 dhd_flow_queue_enqueue(dhd_pub_t *dhdp, flow_queue_t *queue, void *pkt) in dhd_flow_queue_enqueue()
196 dhd_flow_queue_dequeue(dhd_pub_t *dhdp, flow_queue_t *queue) in dhd_flow_queue_dequeue()
227 dhd_flow_queue_reinsert(dhd_pub_t *dhdp, flow_queue_t *queue, void *pkt) in dhd_flow_queue_reinsert()
244 dhd_flow_ring_config_thresholds(dhd_pub_t *dhdp, uint16 flowid, in dhd_flow_ring_config_thresholds()
272 dhd_num_prio_supported_per_flow_ring(dhd_pub_t *dhdp) in dhd_num_prio_supported_per_flow_ring()
305 dhd_get_max_multi_client_flow_rings(dhd_pub_t *dhdp) in dhd_get_max_multi_client_flow_rings()
[all …]
H A Ddhd_linux_pktdump.h65 static INLINE void dhd_dump_mod_pkt_timer(dhd_pub_t *dhdp, uint16 rsn) { } in dhd_dump_mod_pkt_timer()
66 static INLINE void dhd_dump_pkt_init(dhd_pub_t *dhdp) { } in dhd_dump_pkt_init()
67 static INLINE void dhd_dump_pkt_deinit(dhd_pub_t *dhdp) { } in dhd_dump_pkt_deinit()
68 static INLINE void dhd_dump_pkt_clear(dhd_pub_t *dhdp) { } in dhd_dump_pkt_clear()
76 static INLINE void dhd_rx_pkt_dump(dhd_pub_t *dhdp, int ifidx, in dhd_rx_pkt_dump()
85 static INLINE void dhd_dhcp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_dhcp_dump()
94 static INLINE void dhd_dns_dump(dhd_pub_t *dhdp, int ifidx, in dhd_dns_dump()
103 static INLINE void dhd_icmp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_icmp_dump()
112 static INLINE void dhd_arp_dump(dhd_pub_t *dhdp, int ifidx, in dhd_arp_dump()
H A Ddhd_debug.c156 dhd_dbg_push_to_ring(dhd_pub_t *dhdp, int ring_id, dhd_dbg_ring_entry_t *hdr, void *data) in dhd_dbg_push_to_ring()
185 dhd_dbg_get_ring_from_ring_id(dhd_pub_t *dhdp, int ring_id) in dhd_dbg_get_ring_from_ring_id()
200 dhd_dbg_pull_single_from_ring(dhd_pub_t *dhdp, int ring_id, void *data, uint32 buf_len, in dhd_dbg_pull_single_from_ring()
220 dhd_dbg_pull_from_ring(dhd_pub_t *dhdp, int ring_id, void *data, uint32 buf_len) in dhd_dbg_pull_from_ring()
509 dhd_dbg_verboselog_handler(dhd_pub_t *dhdp, prcd_event_log_hdr_t *plog_hdr, in dhd_dbg_verboselog_handler()
573 dhd_dbg_verboselog_printf(dhd_pub_t *dhdp, prcd_event_log_hdr_t *plog_hdr, in dhd_dbg_verboselog_printf()
794 dhd_dbg_msgtrace_log_parser(dhd_pub_t *dhdp, void *event_data, in dhd_dbg_msgtrace_log_parser()
1108 static INLINE void dhd_dbg_verboselog_handler(dhd_pub_t *dhdp, in dhd_dbg_verboselog_handler()
1111 INLINE void dhd_dbg_msgtrace_log_parser(dhd_pub_t *dhdp, in dhd_dbg_msgtrace_log_parser()
1117 dhd_dbg_trace_evnt_handler(dhd_pub_t *dhdp, void *event_data, in dhd_dbg_trace_evnt_handler()
[all …]

123456789