Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c79 coal->stats_block_coalesce_usecs = bp->stats_coal_ticks; in bnxt_get_coalesce()
118 if (bp->stats_coal_ticks != coal->stats_block_coalesce_usecs) { in bnxt_set_coalesce()
127 bp->stats_coal_ticks = stats_ticks; in bnxt_set_coalesce()
128 if (bp->stats_coal_ticks) in bnxt_set_coalesce()
130 bp->stats_coal_ticks * HZ / 1000000; in bnxt_set_coalesce()
Dbnxt.h1930 u32 stats_coal_ticks; member
Dbnxt.c6742 req->update_period_ms = cpu_to_le32(bp->stats_coal_ticks / 1000); in bnxt_hwrm_stat_ctx_alloc()
11329 if (bp->link_info.link_up && bp->stats_coal_ticks) { in bnxt_timer()
11876 bp->stats_coal_ticks = BNXT_DEF_STATS_COAL_TICKS; in bnxt_init_dflt_coal()