Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c318 ecmd->rx_coalesce_usecs_high = rxcoal->range_end; in enic_get_coalesce()
327 u32 rx_coalesce_usecs_high = min_t(u32, coalesce_usecs_max, in enic_coalesce_valid() local
328 ec->rx_coalesce_usecs_high); in enic_coalesce_valid()
339 (ec->rx_coalesce_usecs_high > coalesce_usecs_max)) in enic_coalesce_valid()
343 if (ec->rx_coalesce_usecs_high && in enic_coalesce_valid()
344 (rx_coalesce_usecs_high < in enic_coalesce_valid()
360 u32 rx_coalesce_usecs_high; in enic_set_coalesce() local
377 rx_coalesce_usecs_high = min_t(u32, ecmd->rx_coalesce_usecs_high, in enic_set_coalesce()
391 if (ecmd->rx_coalesce_usecs_high) { in enic_set_coalesce()
392 rxcoal->range_end = rx_coalesce_usecs_high; in enic_set_coalesce()
/linux-5.19.10/net/ethtool/
Dcoalesce.c171 coal->rx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
310 ethnl_update_u32(&coalesce.rx_coalesce_usecs_high, in ethnl_set_coalesce()
Dioctl.c1705 if (coalesce->rx_coalesce_usecs_high) in ethtool_set_coalesce_supported()
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1330 cmd->rx_coalesce_usecs_high = h->kinfo.int_rl_setting; in hns3_get_coalesce()
1392 if (cmd->tx_coalesce_usecs_high != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para()
1398 if (cmd->rx_coalesce_usecs_high > HNS3_INT_RL_MAX) { in hns3_check_rl_coalesce_para()
1405 rl = hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_check_rl_coalesce_para()
1406 if (rl != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para()
1409 cmd->rx_coalesce_usecs_high, rl); in hns3_check_rl_coalesce_para()
1544 hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_ethtool.c3616 ec->rx_coalesce_usecs_high = rc->rx_ring->q_vector->intrl; in ice_get_rc_coalesce()
3734 if (ec->rx_coalesce_usecs_high > ICE_MAX_INTRL || in ice_set_rc_coalesce()
3735 (ec->rx_coalesce_usecs_high && in ice_set_rc_coalesce()
3736 ec->rx_coalesce_usecs_high < pf->hw.intrl_gran)) { in ice_set_rc_coalesce()
3742 if (ec->rx_coalesce_usecs_high != q_vector->intrl && in ice_set_rc_coalesce()
3748 if (ec->rx_coalesce_usecs_high != q_vector->intrl) in ice_set_rc_coalesce()
3749 q_vector->intrl = ec->rx_coalesce_usecs_high; in ice_set_rc_coalesce()
/linux-5.19.10/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c326 et->rx_coalesce_usecs_high = aic->max_eqd; in be_get_coalesce()
355 aic->max_eqd = min(et->rx_coalesce_usecs_high, BE_MAX_EQD); in be_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1020 coal->rx_coalesce_usecs_high = priv->rx_usecs_high; in mlx4_en_get_coalesce()
1040 coal->rx_coalesce_usecs_high > MLX4_EN_MAX_COAL_TIME) { in mlx4_en_set_coalesce()
1073 priv->rx_usecs_high = coal->rx_coalesce_usecs_high; in mlx4_en_set_coalesce()
/linux-5.19.10/include/uapi/linux/
Dethtool.h494 __u32 rx_coalesce_usecs_high; member
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2824 ec->rx_coalesce_usecs_high = vsi->int_rate_limit; in __i40e_get_coalesce()
2954 if (ec->rx_coalesce_usecs_high > INTRL_REG_TO_USEC(I40E_MAX_INTRL)) { in __i40e_set_coalesce()
2988 intrl_reg = i40e_intrl_usec_to_reg(ec->rx_coalesce_usecs_high); in __i40e_set_coalesce()
2990 if (vsi->int_rate_limit != ec->rx_coalesce_usecs_high) { in __i40e_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c776 &ec->rx_coalesce_usecs_high); in hns_get_coalesce()
/linux-5.19.10/drivers/net/ethernet/cavium/liquidio/
Dlio_ethtool.c2171 intr_coal->rx_coalesce_usecs_high = in lio_get_intr_coalesce()
2206 intr_coal->rx_coalesce_usecs_high; in oct_cfg_adaptive_intr()