Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c72 coal->stats_block_coalesce_usecs = bp->stats_coal_ticks; in bnxt_get_coalesce()
109 if (bp->stats_coal_ticks != coal->stats_block_coalesce_usecs) { in bnxt_set_coalesce()
118 bp->stats_coal_ticks = stats_ticks; in bnxt_set_coalesce()
119 if (bp->stats_coal_ticks) in bnxt_set_coalesce()
121 bp->stats_coal_ticks * HZ / 1000000; in bnxt_set_coalesce()
Dbnxt.h1876 u32 stats_coal_ticks; member
Dbnxt.c6638 req.update_period_ms = cpu_to_le32(bp->stats_coal_ticks / 1000); in bnxt_hwrm_stat_ctx_alloc()
10674 if (bp->link_info.link_up && bp->stats_coal_ticks) { in bnxt_timer()
11177 bp->stats_coal_ticks = BNXT_DEF_STATS_COAL_TICKS; in bnxt_init_dflt_coal()