Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_stats.c370 void *soc_void = NULL; in DP_PRINT_STATS() local
377 soc_void = cds_get_context(QDF_MODULE_ID_SOC); in DP_PRINT_STATS()
378 if (!soc_void) in DP_PRINT_STATS()
381 soc = cdp_soc_t_to_dp_soc(soc_void); in DP_PRINT_STATS()