Home
last modified time | relevance | path

Searched refs:pkt_rate_high (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/net/ethtool/
H A Dcoalesce.c163 coal->pkt_rate_high, supported) || in coalesce_fill_reply()
294 ethnl_update_u32(&coalesce.pkt_rate_high, in ethnl_set_coalesce()
H A Dioctl.c1674 if (coalesce->pkt_rate_high) in ethtool_set_coalesce_supported()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dethtool.h194 __u32 pkt_rate_high; member
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dethtool-copy.h274 __u32 pkt_rate_high; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1014 coal->pkt_rate_high = priv->pkt_rate_high; in mlx4_en_get_coalesce()
1065 priv->pkt_rate_high = coal->pkt_rate_high; in mlx4_en_set_coalesce()
H A Den_netdev.c1441 priv->pkt_rate_high = MLX4_EN_RX_RATE_HIGH; in mlx4_en_set_default_moderation()
1452 u32 pkt_rate_high, pkt_rate_low; in mlx4_en_auto_moderation() local
1467 pkt_rate_high = READ_ONCE(priv->pkt_rate_high); in mlx4_en_auto_moderation()
1485 else if (rate >= pkt_rate_high) in mlx4_en_auto_moderation()
1490 (pkt_rate_high - pkt_rate_low) + in mlx4_en_auto_moderation()
H A Dmlx4_en.h564 u32 pkt_rate_high; 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.h448 __u32 pkt_rate_high; 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.h448 __u32 pkt_rate_high; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dethtool.h480 __u32 pkt_rate_high; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h920 u32 pkt_rate_high; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c2157 intr_coal->pkt_rate_high = in lio_get_intr_coalesce()
2191 intrmod_cfg->maxpkt_ratethr = intr_coal->pkt_rate_high; in oct_cfg_adaptive_intr()