Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c71 coal->stats_block_coalesce_usecs = bp->stats_coal_ticks; in bnxt_get_coalesce()
108 if (bp->stats_coal_ticks != coal->stats_block_coalesce_usecs) { in bnxt_set_coalesce()
117 bp->stats_coal_ticks = stats_ticks; in bnxt_set_coalesce()
118 if (bp->stats_coal_ticks) in bnxt_set_coalesce()
120 bp->stats_coal_ticks * HZ / 1000000; in bnxt_set_coalesce()
Dbnxt.h1714 u32 stats_coal_ticks; member
Dbnxt.c6340 req.update_period_ms = cpu_to_le32(bp->stats_coal_ticks / 1000); in bnxt_hwrm_stat_ctx_alloc()
9995 bp->stats_coal_ticks) { in bnxt_timer()
10412 bp->stats_coal_ticks = BNXT_DEF_STATS_COAL_TICKS; in bnxt_init_dflt_coal()