Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dcoalesce.c162 coal->pkt_rate_low, supported) || in coalesce_fill_reply()
291 ethnl_update_u32(&coalesce.pkt_rate_low, in __ethnl_set_coalesce()
H A Dioctl.c1697 if (coalesce->pkt_rate_low) in ethtool_set_coalesce_supported()
/openbmc/u-boot/include/linux/
H A Dethtool.h179 __u32 pkt_rate_low; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c1439 priv->pkt_rate_low = MLX4_EN_RX_RATE_LOW; in mlx4_en_set_default_moderation()
1452 u32 pkt_rate_high, pkt_rate_low; in mlx4_en_auto_moderation() local
1466 pkt_rate_low = READ_ONCE(priv->pkt_rate_low); in mlx4_en_auto_moderation()
1483 if (rate <= pkt_rate_low) in mlx4_en_auto_moderation()
1488 moder_time = (rate - pkt_rate_low) * in mlx4_en_auto_moderation()
1490 (pkt_rate_high - pkt_rate_low) + in mlx4_en_auto_moderation()
H A Den_ethtool.c1017 coal->pkt_rate_low = priv->pkt_rate_low; in mlx4_en_get_coalesce()
1070 priv->pkt_rate_low = coal->pkt_rate_low; in mlx4_en_set_coalesce()
H A Dmlx4_en.h556 u32 pkt_rate_low; member
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h2598 __u32 pkt_rate_low:1; member
2628 __u32 pkt_rate_low; member
2736 __u32 pkt_rate_low:1; member
2766 __u32 pkt_rate_low; member
2896 __u32 pkt_rate_low) in ethtool_coalesce_set_req_set_pkt_rate_low() argument
2898 req->_present.pkt_rate_low = 1; in ethtool_coalesce_set_req_set_pkt_rate_low()
2899 req->pkt_rate_low = pkt_rate_low; in ethtool_coalesce_set_req_set_pkt_rate_low()
H A Dethtool-user.c3624 dst->_present.pkt_rate_low = 1; in ethtool_coalesce_get_rsp_parse()
3625 dst->pkt_rate_low = mnl_attr_get_u32(attr); in ethtool_coalesce_get_rsp_parse()
3831 if (req->_present.pkt_rate_low) in ethtool_coalesce_set()
3832 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_PKT_RATE_LOW, req->pkt_rate_low); in ethtool_coalesce_set()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h486 uint32_t pkt_rate_low; member
/openbmc/linux/include/uapi/linux/
H A Dethtool.h486 __u32 pkt_rate_low; member
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c2167 intr_coal->pkt_rate_low = in lio_get_intr_coalesce()
2200 intrmod_cfg->minpkt_ratethr = intr_coal->pkt_rate_low; in oct_cfg_adaptive_intr()