Home
last modified time | relevance | path

Searched refs:stats_coal_ticks (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H A Dqede.h277 unsigned long stats_coal_ticks; member
H A Dqede_ethtool.c838 edev->stats_coal_ticks = usecs_to_jiffies(edev->stats_coal_usecs); in qede_set_coalesce()
842 edev->stats_coal_ticks); in qede_set_coalesce()
H A Dqede_main.c1017 schedule_delayed_work(&edev->periodic_task, edev->stats_coal_ticks); in qede_periodic_task()
1025 edev->stats_coal_ticks = usecs_to_jiffies(USEC_PER_SEC); in qede_init_periodic_task()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede.h273 unsigned long stats_coal_ticks; member
H A 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()
H A Dqede_ethtool.c853 edev->stats_coal_ticks = usecs_to_jiffies(edev->stats_coal_usecs); in qede_set_coalesce()
857 edev->stats_coal_ticks); in qede_set_coalesce()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c72 coal->stats_block_coalesce_usecs = bp->stats_coal_ticks; in bnxt_get_coalesce()
109 if (bp->stats_coal_ticks != coal->stats_block_coalesce_usecs) { in bnxt_set_coalesce()
118 bp->stats_coal_ticks = stats_ticks; in bnxt_set_coalesce()
119 if (bp->stats_coal_ticks) in bnxt_set_coalesce()
121 bp->stats_coal_ticks * HZ / 1000000; in bnxt_set_coalesce()
H A Dbnxt.h1899 u32 stats_coal_ticks; member
H A Dbnxt.c6739 req.update_period_ms = cpu_to_le32(bp->stats_coal_ticks / 1000); in bnxt_hwrm_stat_ctx_alloc()
10805 if (bp->link_info.link_up && bp->stats_coal_ticks) { in bnxt_timer()
11310 bp->stats_coal_ticks = BNXT_DEF_STATS_COAL_TICKS; in bnxt_init_dflt_coal()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A 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()
H A Dbnxt.h2075 u32 stats_coal_ticks; member
H A Dbnxt.c6921 req->update_period_ms = cpu_to_le32(bp->stats_coal_ticks / 1000); in bnxt_hwrm_stat_ctx_alloc()
11702 if (BNXT_LINK_IS_UP(bp) && bp->stats_coal_ticks) in bnxt_timer()
12258 bp->stats_coal_ticks = BNXT_DEF_STATS_COAL_TICKS; in bnxt_init_dflt_coal()

Completed in 71 milliseconds