Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c92 coal->stats_block_coalesce_usecs = bp->stats_coal_ticks; in bnxt_get_coalesce()
146 if (bp->stats_coal_ticks != coal->stats_block_coalesce_usecs) { in bnxt_set_coalesce()
155 bp->stats_coal_ticks = stats_ticks; in bnxt_set_coalesce()
156 if (bp->stats_coal_ticks) in bnxt_set_coalesce()
158 bp->stats_coal_ticks * HZ / 1000000; in bnxt_set_coalesce()
Dbnxt.h2029 u32 stats_coal_ticks; member
Dbnxt.c6911 req->update_period_ms = cpu_to_le32(bp->stats_coal_ticks / 1000); in bnxt_hwrm_stat_ctx_alloc()
11613 if (BNXT_LINK_IS_UP(bp) && bp->stats_coal_ticks) { in bnxt_timer()
12177 bp->stats_coal_ticks = BNXT_DEF_STATS_COAL_TICKS; in bnxt_init_dflt_coal()