Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede.h273 unsigned long stats_coal_ticks; member
H A Dqede_main.c1067 schedule_delayed_work(&edev->periodic_task, edev->stats_coal_ticks); in qede_periodic_task()
1075 edev->stats_coal_ticks = usecs_to_jiffies(USEC_PER_SEC); in qede_init_periodic_task()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c95 coal->stats_block_coalesce_usecs = bp->stats_coal_ticks; in bnxt_get_coalesce()
149 if (bp->stats_coal_ticks != coal->stats_block_coalesce_usecs) { in bnxt_set_coalesce()
158 bp->stats_coal_ticks = stats_ticks; in bnxt_set_coalesce()
159 if (bp->stats_coal_ticks) in bnxt_set_coalesce()
161 bp->stats_coal_ticks * HZ / 1000000; in bnxt_set_coalesce()
H A Dbnxt.h2618 u32 stats_coal_ticks; member
H A Dbnxt.c8610 req->update_period_ms = cpu_to_le32(bp->stats_coal_ticks / 1000); in bnxt_hwrm_stat_ctx_alloc()
14343 if (BNXT_LINK_IS_UP(bp) && bp->stats_coal_ticks) in bnxt_timer()
14943 bp->stats_coal_ticks = BNXT_DEF_STATS_COAL_TICKS; in bnxt_init_dflt_coal()