Home
last modified time | relevance | path

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

/linux-5.10/net/ethtool/
Dcoalesce.c147 coal->stats_block_coalesce_usecs, supported) || in coalesce_fill_reply()
278 ethnl_update_u32(&coalesce.stats_block_coalesce_usecs, in ethnl_set_coalesce()
Dioctl.c1554 if (coalesce->stats_block_coalesce_usecs) in ethtool_set_coalesce_supported()
/linux-5.10/include/uapi/linux/
Dethtool.h472 __u32 stats_block_coalesce_usecs; member
/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
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()
110 u32 stats_ticks = coal->stats_block_coalesce_usecs; in bnxt_set_coalesce()
/linux-5.10/drivers/net/ethernet/broadcom/
Dtg3.c6116 tp->coal.stats_block_coalesce_usecs); in tg3_setup_phy()
9498 u32 val = ec->stats_block_coalesce_usecs; in __tg3_set_coalesce()
14088 (ec->stats_block_coalesce_usecs > max_stat_coal_ticks) || in tg3_set_coalesce()
14089 (ec->stats_block_coalesce_usecs < min_stat_coal_ticks)) in tg3_set_coalesce()
14101 tp->coal.stats_block_coalesce_usecs = ec->stats_block_coalesce_usecs; in tg3_set_coalesce()
17605 ec->stats_block_coalesce_usecs = DEFAULT_STAT_COAL_TICKS; in tg3_init_coal()
17618 ec->stats_block_coalesce_usecs = 0; in tg3_init_coal()
Dbnx2.c7261 coal->stats_block_coalesce_usecs = bp->stats_ticks; in bnx2_get_coalesce()
7297 bp->stats_ticks = coal->stats_block_coalesce_usecs; in bnx2_set_coalesce()