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