Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe_stats.c864 uint32_t lpi_reg, nig_timer_max; in bxe_hw_stats_update() local
922 nig_timer_max = SHMEM_RD(sc, port_mb[SC_PORT(sc)].stat_nig_timer); in bxe_hw_stats_update()
923 if (nig_timer_max != estats->nig_timer_max) { in bxe_hw_stats_update()
924 estats->nig_timer_max = nig_timer_max; in bxe_hw_stats_update()
927 estats->nig_timer_max); in bxe_hw_stats_update()
H A Dbxe_stats.h194 uint32_t nig_timer_max; member
H A Dbxe.c361 { STATS_OFFSET32(nig_timer_max),