Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bxe/
Dbxe_stats.c866 uint32_t lpi_reg, nig_timer_max; in bxe_hw_stats_update() local
924 nig_timer_max = SHMEM_RD(sc, port_mb[SC_PORT(sc)].stat_nig_timer); in bxe_hw_stats_update()
925 if (nig_timer_max != estats->nig_timer_max) { in bxe_hw_stats_update()
926 estats->nig_timer_max = nig_timer_max; in bxe_hw_stats_update()
929 estats->nig_timer_max); in bxe_hw_stats_update()
Dbxe_stats.h197 uint32_t nig_timer_max; member
Dbxe.c376 { STATS_OFFSET32(nig_timer_max),