Searched refs:pm_stats_buff (Results 1 – 1 of 1) sorted by relevance
1613 struct cudbg_pm_stats *pm_stats_buff; in cudbg_collect_pm_stats() local1621 pm_stats_buff = (struct cudbg_pm_stats *)temp_buff.data; in cudbg_collect_pm_stats()1622 t4_pmtx_get_stats(padap, pm_stats_buff->tx_cnt, pm_stats_buff->tx_cyc); in cudbg_collect_pm_stats()1623 t4_pmrx_get_stats(padap, pm_stats_buff->rx_cnt, pm_stats_buff->rx_cyc); in cudbg_collect_pm_stats()