Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c1614 struct cudbg_pm_stats *pm_stats_buff; in cudbg_collect_pm_stats() local
1622 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()