Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/qlogic/qede/
Dqede.h273 unsigned long stats_coal_ticks; member
Dqede_ethtool.c831 edev->stats_coal_ticks = usecs_to_jiffies(edev->stats_coal_usecs); in qede_set_coalesce()
835 edev->stats_coal_ticks); in qede_set_coalesce()
Dqede_main.c1089 schedule_delayed_work(&edev->periodic_task, edev->stats_coal_ticks); in qede_periodic_task()
1097 edev->stats_coal_ticks = usecs_to_jiffies(USEC_PER_SEC); in qede_init_periodic_task()
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c93 coal->stats_block_coalesce_usecs = bp->stats_coal_ticks; in bnxt_get_coalesce()
147 if (bp->stats_coal_ticks != coal->stats_block_coalesce_usecs) { in bnxt_set_coalesce()
156 bp->stats_coal_ticks = stats_ticks; in bnxt_set_coalesce()
157 if (bp->stats_coal_ticks) in bnxt_set_coalesce()
159 bp->stats_coal_ticks * HZ / 1000000; in bnxt_set_coalesce()
Dbnxt.h2506 u32 stats_coal_ticks; member
Dbnxt.c8096 req->update_period_ms = cpu_to_le32(bp->stats_coal_ticks / 1000); in bnxt_hwrm_stat_ctx_alloc()
13329 if (BNXT_LINK_IS_UP(bp) && bp->stats_coal_ticks) in bnxt_timer()
13921 bp->stats_coal_ticks = BNXT_DEF_STATS_COAL_TICKS; in bnxt_init_dflt_coal()