/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_ae_adapt.c | 590 u32 *tx_usecs_low, u32 *rx_usecs_low, in hns_ae_get_coalesce_range() 613 *rx_usecs_low = HNS_RCB_RX_USECS_LOW; in hns_ae_get_coalesce_range() 587 hns_ae_get_coalesce_range(struct hnae_handle *handle, u32 *tx_frames_low, u32 *rx_frames_low, u32 *tx_frames_high, u32 *rx_frames_high, u32 *tx_usecs_low, u32 *rx_usecs_low, u32 *tx_usecs_high, u32 *rx_usecs_high) hns_ae_get_coalesce_range() argument
|
H A D | hnae.h | 498 u32 *tx_usecs_low, u32 *rx_usecs_low,
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.h | 2599 __u32 rx_usecs_low:1; member 2629 __u32 rx_usecs_low; member 2737 __u32 rx_usecs_low:1; member 2767 __u32 rx_usecs_low; member 2903 __u32 rx_usecs_low) in ethtool_coalesce_set_req_set_rx_usecs_low() 2905 req->_present.rx_usecs_low = 1; in ethtool_coalesce_set_req_set_rx_usecs_low() 2906 req->rx_usecs_low = rx_usecs_low; in ethtool_coalesce_set_req_set_rx_usecs_low() 2902 ethtool_coalesce_set_req_set_rx_usecs_low(struct ethtool_coalesce_set_req *req, __u32 rx_usecs_low) ethtool_coalesce_set_req_set_rx_usecs_low() argument
|
H A D | ethtool-user.c | 3629 dst->_present.rx_usecs_low = 1; in ethtool_coalesce_get_rsp_parse() 3630 dst->rx_usecs_low = mnl_attr_get_u32(attr); in ethtool_coalesce_get_rsp_parse() 3833 if (req->_present.rx_usecs_low) in ethtool_coalesce_set() 3834 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_RX_USECS_LOW, req->rx_usecs_low); in ethtool_coalesce_set()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_ae_adapt.c | 611 u32 *tx_usecs_low, u32 *rx_usecs_low, in hns_ae_get_coalesce_range() 634 *rx_usecs_low = HNS_RCB_RX_USECS_LOW; in hns_ae_get_coalesce_range() 608 hns_ae_get_coalesce_range(struct hnae_handle *handle, u32 *tx_frames_low, u32 *rx_frames_low, u32 *tx_frames_high, u32 *rx_frames_high, u32 *tx_usecs_low, u32 *rx_usecs_low, u32 *tx_usecs_high, u32 *rx_usecs_high) hns_ae_get_coalesce_range() argument
|
H A D | hnae.h | 504 u32 *tx_usecs_low, u32 *rx_usecs_low,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | 1440 priv->rx_usecs_low = MLX4_EN_RX_COAL_TIME_LOW; in mlx4_en_set_default_moderation() 1484 moder_time = priv->rx_usecs_low; in mlx4_en_auto_moderation() 1489 (priv->rx_usecs_high - priv->rx_usecs_low) / in mlx4_en_auto_moderation() 1491 priv->rx_usecs_low; in mlx4_en_auto_moderation() 1493 moder_time = priv->rx_usecs_low; in mlx4_en_auto_moderation()
|
H A D | mlx4_en.h | 563 u16 rx_usecs_low; member
|
H A D | en_ethtool.c | 1013 coal->rx_coalesce_usecs_low = priv->rx_usecs_low; in mlx4_en_get_coalesce() 1064 priv->rx_usecs_low = coal->rx_coalesce_usecs_low; in mlx4_en_set_coalesce()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | 1440 priv->rx_usecs_low = MLX4_EN_RX_COAL_TIME_LOW; in mlx4_en_set_default_moderation() 1484 moder_time = priv->rx_usecs_low; in mlx4_en_auto_moderation() 1489 (priv->rx_usecs_high - priv->rx_usecs_low) / in mlx4_en_auto_moderation() 1491 priv->rx_usecs_low; in mlx4_en_auto_moderation() 1493 moder_time = priv->rx_usecs_low; in mlx4_en_auto_moderation()
|
H A D | mlx4_en.h | 557 u16 rx_usecs_low; member
|
H A D | en_ethtool.c | 1018 coal->rx_coalesce_usecs_low = priv->rx_usecs_low; in mlx4_en_get_coalesce() 1071 priv->rx_usecs_low = coal->rx_coalesce_usecs_low; in mlx4_en_set_coalesce()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 513 u32 *tx_usecs_low, u32 *rx_usecs_low,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 638 u32 *tx_usecs_low, u32 *rx_usecs_low,
|