Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c1531 struct struct_pm_stats *pm_stats_buff; in collect_pm_stats() local
1541 pm_stats_buff = (struct struct_pm_stats *) scratch_buff.data; in collect_pm_stats()
1543 t4_pmtx_get_stats(padap, pm_stats_buff->tx_cnt, pm_stats_buff->tx_cyc); in collect_pm_stats()
1544 t4_pmrx_get_stats(padap, pm_stats_buff->rx_cnt, pm_stats_buff->rx_cyc); in collect_pm_stats()