/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_ae_adapt.c | 591 u32 *tx_usecs_high, u32 *rx_usecs_high) in hns_ae_get_coalesce_range() 615 *rx_usecs_high = HNS_RCB_RX_USECS_HIGH; 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 | 499 u32 *tx_usecs_high, u32 *rx_usecs_high);
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.h | 2604 __u32 rx_usecs_high:1; member 2634 __u32 rx_usecs_high; member 2742 __u32 rx_usecs_high:1; member 2772 __u32 rx_usecs_high; member 2938 __u32 rx_usecs_high) in ethtool_coalesce_set_req_set_rx_usecs_high() 2940 req->_present.rx_usecs_high = 1; in ethtool_coalesce_set_req_set_rx_usecs_high() 2941 req->rx_usecs_high = rx_usecs_high; in ethtool_coalesce_set_req_set_rx_usecs_high() 2937 ethtool_coalesce_set_req_set_rx_usecs_high(struct ethtool_coalesce_set_req *req, __u32 rx_usecs_high) ethtool_coalesce_set_req_set_rx_usecs_high() argument
|
H A D | ethtool-user.c | 3654 dst->_present.rx_usecs_high = 1; in ethtool_coalesce_get_rsp_parse() 3655 dst->rx_usecs_high = mnl_attr_get_u32(attr); in ethtool_coalesce_get_rsp_parse() 3843 if (req->_present.rx_usecs_high) in ethtool_coalesce_set() 3844 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_RX_USECS_HIGH, req->rx_usecs_high); in ethtool_coalesce_set()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_ae_adapt.c | 612 u32 *tx_usecs_high, u32 *rx_usecs_high) in hns_ae_get_coalesce_range() 636 *rx_usecs_high = HNS_RCB_RX_USECS_HIGH; 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 | 505 u32 *tx_usecs_high, u32 *rx_usecs_high);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 514 u32 *tx_usecs_high, u32 *rx_usecs_high);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_en.h | 565 u16 rx_usecs_high; member
|
H A D | en_ethtool.c | 1015 coal->rx_coalesce_usecs_high = priv->rx_usecs_high; in mlx4_en_get_coalesce() 1066 priv->rx_usecs_high = coal->rx_coalesce_usecs_high; in mlx4_en_set_coalesce()
|
H A D | en_netdev.c | 1442 priv->rx_usecs_high = MLX4_EN_RX_COAL_TIME_HIGH; in mlx4_en_set_default_moderation() 1486 moder_time = priv->rx_usecs_high; in mlx4_en_auto_moderation() 1489 (priv->rx_usecs_high - priv->rx_usecs_low) / in mlx4_en_auto_moderation()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_en.h | 559 u16 rx_usecs_high; member
|
H A D | en_ethtool.c | 1020 coal->rx_coalesce_usecs_high = priv->rx_usecs_high; in mlx4_en_get_coalesce() 1073 priv->rx_usecs_high = coal->rx_coalesce_usecs_high; in mlx4_en_set_coalesce()
|
H A D | en_netdev.c | 1442 priv->rx_usecs_high = MLX4_EN_RX_COAL_TIME_HIGH; in mlx4_en_set_default_moderation() 1486 moder_time = priv->rx_usecs_high; in mlx4_en_auto_moderation() 1489 (priv->rx_usecs_high - priv->rx_usecs_low) / in mlx4_en_auto_moderation()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 639 u32 *tx_usecs_high, u32 *rx_usecs_high);
|