Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/cisco/enic/
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.1.9/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.c1693 if (coalesce->rx_coalesce_usecs_high) in ethtool_set_coalesce_supported()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1363 cmd->rx_coalesce_usecs_high = h->kinfo.int_rl_setting; in hns3_get_coalesce()
1425 if (cmd->tx_coalesce_usecs_high != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para()
1431 if (cmd->rx_coalesce_usecs_high > HNS3_INT_RL_MAX) { in hns3_check_rl_coalesce_para()
1438 rl = hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_check_rl_coalesce_para()
1439 if (rl != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para()
1442 cmd->rx_coalesce_usecs_high, rl); in hns3_check_rl_coalesce_para()
1577 hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_set_coalesce()
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_ethtool.c3623 ec->rx_coalesce_usecs_high = rc->rx_ring->q_vector->intrl; in ice_get_rc_coalesce()
3741 if (ec->rx_coalesce_usecs_high > ICE_MAX_INTRL || in ice_set_rc_coalesce()
3742 (ec->rx_coalesce_usecs_high && in ice_set_rc_coalesce()
3743 ec->rx_coalesce_usecs_high < pf->hw.intrl_gran)) { in ice_set_rc_coalesce()
3749 if (ec->rx_coalesce_usecs_high != q_vector->intrl && in ice_set_rc_coalesce()
3755 if (ec->rx_coalesce_usecs_high != q_vector->intrl) in ice_set_rc_coalesce()
3756 q_vector->intrl = ec->rx_coalesce_usecs_high; in ice_set_rc_coalesce()
/linux-6.1.9/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-6.1.9/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-6.1.9/include/uapi/linux/
Dethtool.h494 __u32 rx_coalesce_usecs_high; member
/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2911 ec->rx_coalesce_usecs_high = vsi->int_rate_limit; in __i40e_get_coalesce()
3041 if (ec->rx_coalesce_usecs_high > INTRL_REG_TO_USEC(I40E_MAX_INTRL)) { in __i40e_set_coalesce()
3075 intrl_reg = i40e_intrl_usec_to_reg(ec->rx_coalesce_usecs_high); in __i40e_set_coalesce()
3077 if (vsi->int_rate_limit != ec->rx_coalesce_usecs_high) { in __i40e_set_coalesce()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c776 &ec->rx_coalesce_usecs_high); in hns_get_coalesce()
/linux-6.1.9/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()