Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ethtool/
H A 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()
H A Dioctl.c1658 if (coalesce->stats_block_coalesce_usecs) in ethtool_set_coalesce_supported()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dethtool.h163 __u32 stats_block_coalesce_usecs; member
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dethtool-copy.h266 __u32 stats_block_coalesce_usecs; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dethtool.h440 __u32 stats_block_coalesce_usecs; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dethtool.h440 __u32 stats_block_coalesce_usecs; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dethtool.h472 __u32 stats_block_coalesce_usecs; member
/OK3568_Linux_fs/kernel/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()
110 u32 stats_ticks = coal->stats_block_coalesce_usecs; in bnxt_set_coalesce()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h889 u32 stats_block_coalesce_usecs; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A 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()
H A 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()