Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cisco/enic/
H 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()
/openbmc/linux/net/ethtool/
H A Dcoalesce.c174 coal->rx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
303 ethnl_update_u32(&coalesce.rx_coalesce_usecs_high, in __ethnl_set_coalesce()
H A Dioctl.c1706 if (coalesce->rx_coalesce_usecs_high) in ethtool_set_coalesce_supported()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1377 cmd->rx_coalesce_usecs_high = h->kinfo.int_rl_setting; in hns3_get_coalesce()
1439 if (cmd->tx_coalesce_usecs_high != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para()
1445 if (cmd->rx_coalesce_usecs_high > HNS3_INT_RL_MAX) { in hns3_check_rl_coalesce_para()
1452 rl = hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_check_rl_coalesce_para()
1453 if (rl != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para()
1456 cmd->rx_coalesce_usecs_high, rl); in hns3_check_rl_coalesce_para()
1591 hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_set_coalesce()
/openbmc/u-boot/include/linux/
H A Dethtool.h195 __u32 rx_coalesce_usecs_high; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3584 ec->rx_coalesce_usecs_high = rc->rx_ring->q_vector->intrl; in ice_get_rc_coalesce()
3702 if (ec->rx_coalesce_usecs_high > ICE_MAX_INTRL || in ice_set_rc_coalesce()
3703 (ec->rx_coalesce_usecs_high && in ice_set_rc_coalesce()
3704 ec->rx_coalesce_usecs_high < pf->hw.intrl_gran)) { in ice_set_rc_coalesce()
3710 if (ec->rx_coalesce_usecs_high != q_vector->intrl && in ice_set_rc_coalesce()
3716 if (ec->rx_coalesce_usecs_high != q_vector->intrl) in ice_set_rc_coalesce()
3717 q_vector->intrl = ec->rx_coalesce_usecs_high; in ice_set_rc_coalesce()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H 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()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h492 uint32_t rx_coalesce_usecs_high; member
/openbmc/linux/include/uapi/linux/
H A Dethtool.h492 __u32 rx_coalesce_usecs_high; member
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c2914 ec->rx_coalesce_usecs_high = vsi->int_rate_limit; in __i40e_get_coalesce()
3044 if (ec->rx_coalesce_usecs_high > INTRL_REG_TO_USEC(I40E_MAX_INTRL)) { in __i40e_set_coalesce()
3078 intrl_reg = i40e_intrl_usec_to_reg(ec->rx_coalesce_usecs_high); in __i40e_set_coalesce()
3080 if (vsi->int_rate_limit != ec->rx_coalesce_usecs_high) { in __i40e_set_coalesce()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c773 &ec->rx_coalesce_usecs_high); in hns_get_coalesce()
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H 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()