Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/cisco/enic/
A Denic_ethtool.c303 ecmd->rx_coalesce_usecs_high = rxcoal->range_end; in enic_get_coalesce()
312 u32 rx_coalesce_usecs_high = min_t(u32, coalesce_usecs_max, in enic_coalesce_valid() local
313 ec->rx_coalesce_usecs_high); in enic_coalesce_valid()
324 (ec->rx_coalesce_usecs_high > coalesce_usecs_max)) in enic_coalesce_valid()
328 if (ec->rx_coalesce_usecs_high && in enic_coalesce_valid()
329 (rx_coalesce_usecs_high < in enic_coalesce_valid()
345 u32 rx_coalesce_usecs_high; in enic_set_coalesce() local
362 rx_coalesce_usecs_high = min_t(u32, ecmd->rx_coalesce_usecs_high, in enic_set_coalesce()
376 if (ecmd->rx_coalesce_usecs_high) { in enic_set_coalesce()
377 rxcoal->range_end = rx_coalesce_usecs_high; in enic_set_coalesce()
/linux-6.3-rc2/net/ethtool/
A Dcoalesce.c174 coal->rx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
305 ethnl_update_u32(&coalesce.rx_coalesce_usecs_high, in ethnl_set_coalesce()
A Dioctl.c1693 if (coalesce->rx_coalesce_usecs_high) in ethtool_set_coalesce_supported()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_ethtool.c1361 cmd->rx_coalesce_usecs_high = h->kinfo.int_rl_setting; in hns3_get_coalesce()
1423 if (cmd->tx_coalesce_usecs_high != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para()
1429 if (cmd->rx_coalesce_usecs_high > HNS3_INT_RL_MAX) { in hns3_check_rl_coalesce_para()
1436 rl = hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_check_rl_coalesce_para()
1437 if (rl != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para()
1440 cmd->rx_coalesce_usecs_high, rl); in hns3_check_rl_coalesce_para()
1575 hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_set_coalesce()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_ethtool.c3829 ec->rx_coalesce_usecs_high = rc->rx_ring->q_vector->intrl; in ice_get_rc_coalesce()
3947 if (ec->rx_coalesce_usecs_high > ICE_MAX_INTRL || in ice_set_rc_coalesce()
3948 (ec->rx_coalesce_usecs_high && in ice_set_rc_coalesce()
3949 ec->rx_coalesce_usecs_high < pf->hw.intrl_gran)) { in ice_set_rc_coalesce()
3955 if (ec->rx_coalesce_usecs_high != q_vector->intrl && in ice_set_rc_coalesce()
3961 if (ec->rx_coalesce_usecs_high != q_vector->intrl) in ice_set_rc_coalesce()
3962 q_vector->intrl = ec->rx_coalesce_usecs_high; in ice_set_rc_coalesce()
/linux-6.3-rc2/drivers/net/ethernet/emulex/benet/
A 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-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A 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-6.3-rc2/include/uapi/linux/
A Dethtool.h492 __u32 rx_coalesce_usecs_high; member
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_ethtool.c2913 ec->rx_coalesce_usecs_high = vsi->int_rate_limit; in __i40e_get_coalesce()
3043 if (ec->rx_coalesce_usecs_high > INTRL_REG_TO_USEC(I40E_MAX_INTRL)) { in __i40e_set_coalesce()
3077 intrl_reg = i40e_intrl_usec_to_reg(ec->rx_coalesce_usecs_high); in __i40e_set_coalesce()
3079 if (vsi->int_rate_limit != ec->rx_coalesce_usecs_high) { in __i40e_set_coalesce()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns/
A Dhns_ethtool.c773 &ec->rx_coalesce_usecs_high); in hns_get_coalesce()
/linux-6.3-rc2/drivers/net/ethernet/cavium/liquidio/
A 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()

Completed in 55 milliseconds