Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h51 u32 tx_cnt[T6_PM_NSTATS];
52 u32 rx_cnt[T6_PM_NSTATS];
53 u64 tx_cyc[T6_PM_NSTATS];
54 u64 rx_cyc[T6_PM_NSTATS];
Dt4_hw.h53 T6_PM_NSTATS = 7, /* # of PM stats in T6 */ enumerator
Dcxgb4_debugfs.c764 u32 tx_cnt[T6_PM_NSTATS], rx_cnt[T6_PM_NSTATS]; in pm_stats_show()
765 u64 tx_cyc[T6_PM_NSTATS], rx_cyc[T6_PM_NSTATS]; in pm_stats_show()
Dt4_hw.c8964 adapter->params.arch.pm_stats_cnt = T6_PM_NSTATS; in t4_prep_adapter()