/kernel/linux/linux-5.10/net/ethtool/ |
H A D | coalesce.c | 163 coal->pkt_rate_high, supported) || in coalesce_fill_reply() 294 ethnl_update_u32(&coalesce.pkt_rate_high, in ethnl_set_coalesce()
|
H A D | ioctl.c | 1677 if (coalesce->pkt_rate_high) in ethtool_set_coalesce_supported()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | coalesce.c | 172 coal->pkt_rate_high, supported) || in coalesce_fill_reply() 301 ethnl_update_u32(&coalesce.pkt_rate_high, in __ethnl_set_coalesce()
|
H A D | ioctl.c | 1704 if (coalesce->pkt_rate_high) in ethtool_set_coalesce_supported()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_ethtool.c | 1014 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 D | en_netdev.c | 1441 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 D | mlx4_en.h | 564 u32 pkt_rate_high; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_ethtool.c | 1019 coal->pkt_rate_high = priv->pkt_rate_high; in mlx4_en_get_coalesce() 1072 priv->pkt_rate_high = coal->pkt_rate_high; in mlx4_en_set_coalesce()
|
H A D | en_netdev.c | 1441 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 D | mlx4_en.h | 558 u32 pkt_rate_high; member
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.h | 2603 __u32 pkt_rate_high:1; member 2633 __u32 pkt_rate_high; member 2741 __u32 pkt_rate_high:1; member 2771 __u32 pkt_rate_high; member 2931 __u32 pkt_rate_high) in ethtool_coalesce_set_req_set_pkt_rate_high() 2933 req->_present.pkt_rate_high = 1; in ethtool_coalesce_set_req_set_pkt_rate_high() 2934 req->pkt_rate_high = pkt_rate_high; in ethtool_coalesce_set_req_set_pkt_rate_high() 2930 ethtool_coalesce_set_req_set_pkt_rate_high(struct ethtool_coalesce_set_req *req, __u32 pkt_rate_high) ethtool_coalesce_set_req_set_pkt_rate_high() argument
|
H A D | ethtool-user.c | 3649 dst->_present.pkt_rate_high = 1; in ethtool_coalesce_get_rsp_parse() 3650 dst->pkt_rate_high = mnl_attr_get_u32(attr); in ethtool_coalesce_get_rsp_parse() 3841 if (req->_present.pkt_rate_high) in ethtool_coalesce_set() 3842 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_PKT_RATE_HIGH, req->pkt_rate_high); in ethtool_coalesce_set()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | ethtool.h | 158 __u32 pkt_rate_high; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ethtool.h | 425 * @pkt_rate_high: Threshold for high packet rate (packets per second). 427 * a packet arrives, when the packet rate is above @pkt_rate_high. 429 * before an RX interrupt, when the packet rate is above @pkt_rate_high. 431 * a packet is sent, when the packet rate is above @pkt_rate_high. 433 * a TX interrupt, when the packet rate is above @pkt_rate_high. 458 * When the packet rate is below @pkt_rate_high but above 480 __u32 pkt_rate_high; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool.h | 436 * @pkt_rate_high: Threshold for high packet rate (packets per second). 438 * a packet arrives, when the packet rate is above @pkt_rate_high. 440 * before an RX interrupt, when the packet rate is above @pkt_rate_high. 442 * a packet is sent, when the packet rate is above @pkt_rate_high. 444 * a TX interrupt, when the packet rate is above @pkt_rate_high. 469 * When the packet rate is below @pkt_rate_high but above 491 __u32 pkt_rate_high; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ethtool.h | 164 __u32 pkt_rate_high; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ethtool.h | 164 __u32 pkt_rate_high; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_ethtool.c | 2157 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_ethtool.c | 2165 intr_coal->pkt_rate_high = in lio_get_intr_coalesce() 2199 intrmod_cfg->maxpkt_ratethr = intr_coal->pkt_rate_high; in oct_cfg_adaptive_intr()
|