Home
last modified time | relevance | path

Searched refs:stats_coal_ticks (Results 1 – 7 of 7) 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.c94 coal->stats_block_coalesce_usecs = bp->stats_coal_ticks; in bnxt_get_coalesce()
148 if (bp->stats_coal_ticks != coal->stats_block_coalesce_usecs) { in bnxt_set_coalesce()
157 bp->stats_coal_ticks = stats_ticks; in bnxt_set_coalesce()
158 if (bp->stats_coal_ticks) in bnxt_set_coalesce()
160 bp->stats_coal_ticks * HZ / 1000000; in bnxt_set_coalesce()
H A Dbnxt.h2609 u32 stats_coal_ticks; member
H A Dbnxt.c8518 req->update_period_ms = cpu_to_le32(bp->stats_coal_ticks / 1000); in bnxt_hwrm_stat_ctx_alloc()
14243 if (BNXT_LINK_IS_UP(bp) && bp->stats_coal_ticks) in bnxt_timer()
14838 bp->stats_coal_ticks = BNXT_DEF_STATS_COAL_TICKS; in bnxt_init_dflt_coal()
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_hwrm_lib.c1020 req->update_period_ms = cpu_to_le32(bn->stats_coal_ticks / 1000); in bnge_hwrm_stat_ctx_alloc()
H A Dbnge_netdev.c2300 bn->stats_coal_ticks = BNGE_DEF_STATS_COAL_TICKS; in bnge_init_chip()