Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dcoalesce.c156 coal->stats_block_coalesce_usecs, supported) || in coalesce_fill_reply()
289 ethnl_update_u32(&coalesce.stats_block_coalesce_usecs, in __ethnl_set_coalesce()
H A Dioctl.c1691 if (coalesce->stats_block_coalesce_usecs) in ethtool_set_coalesce_supported()
/openbmc/u-boot/include/linux/
H A Dethtool.h163 __u32 stats_block_coalesce_usecs; member
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c836 coal->stats_block_coalesce_usecs = edev->stats_coal_usecs; in qede_get_coalesce()
850 if (edev->stats_coal_usecs != coal->stats_block_coalesce_usecs) { in qede_set_coalesce()
851 edev->stats_coal_usecs = coal->stats_block_coalesce_usecs; in qede_set_coalesce()
/openbmc/linux/include/uapi/linux/
H A Dethtool.h483 __u32 stats_block_coalesce_usecs; member
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h483 uint32_t stats_block_coalesce_usecs; member
/openbmc/linux/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()
147 u32 stats_ticks = coal->stats_block_coalesce_usecs; in bnxt_set_coalesce()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c6110 tp->coal.stats_block_coalesce_usecs); in tg3_setup_phy()
9501 u32 val = ec->stats_block_coalesce_usecs; in __tg3_set_coalesce()
14080 (ec->stats_block_coalesce_usecs > max_stat_coal_ticks) || in tg3_set_coalesce()
14081 (ec->stats_block_coalesce_usecs < min_stat_coal_ticks)) in tg3_set_coalesce()
14093 tp->coal.stats_block_coalesce_usecs = ec->stats_block_coalesce_usecs; in tg3_set_coalesce()
17568 ec->stats_block_coalesce_usecs = DEFAULT_STAT_COAL_TICKS; in tg3_init_coal()
17581 ec->stats_block_coalesce_usecs = 0; in tg3_init_coal()
H A Dbnx2.c7248 coal->stats_block_coalesce_usecs = bp->stats_ticks; in bnx2_get_coalesce()
7286 bp->stats_ticks = coal->stats_block_coalesce_usecs; in bnx2_set_coalesce()