Searched refs:dp_print_fisa_stats (Results 1 – 4 of 4) sorted by relevance
78 static void dp_print_fisa_stats(struct wlan_dp_psoc_context *dp_ctx) in dp_print_fisa_stats() function177 dp_print_fisa_stats(dp_ctx); in dp_print_fisa_rx_stats()
150 .dp_print_fisa_stats = wlan_dp_print_fisa_rx_stats,
7881 if (soc->cdp_soc.ol_ops->dp_print_fisa_stats) in dp_print_host_stats()7882 soc->cdp_soc.ol_ops->dp_print_fisa_stats( in dp_print_host_stats()10273 if (soc->cdp_soc.ol_ops->dp_print_fisa_stats) in dp_txrx_dump_stats()10274 soc->cdp_soc.ol_ops->dp_print_fisa_stats( in dp_txrx_dump_stats()10302 if (soc->cdp_soc.ol_ops->dp_print_fisa_stats) in dp_txrx_dump_stats()10303 soc->cdp_soc.ol_ops->dp_print_fisa_stats( in dp_txrx_dump_stats()
1779 void (*dp_print_fisa_stats)(enum cdp_fisa_stats_id stats_id); member