Home
last modified time | relevance | path

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

/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()
/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1365 cmd->rx_coalesce_usecs_high = h->kinfo.int_rl_setting; in hns3_get_coalesce()
1427 if (cmd->tx_coalesce_usecs_high != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para()
1433 if (cmd->rx_coalesce_usecs_high > HNS3_INT_RL_MAX) { in hns3_check_rl_coalesce_para()
1440 rl = hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_check_rl_coalesce_para()
1441 if (rl != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para()
1444 cmd->rx_coalesce_usecs_high, rl); in hns3_check_rl_coalesce_para()
1579 hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_set_coalesce()
/drivers/net/ethernet/intel/ice/
Dice_ethtool.c3643 ec->rx_coalesce_usecs_high = rc->rx_ring->q_vector->intrl; in ice_get_rc_coalesce()
3761 if (ec->rx_coalesce_usecs_high > ICE_MAX_INTRL || in ice_set_rc_coalesce()
3762 (ec->rx_coalesce_usecs_high && in ice_set_rc_coalesce()
3763 ec->rx_coalesce_usecs_high < pf->hw.intrl_gran)) { in ice_set_rc_coalesce()
3769 if (ec->rx_coalesce_usecs_high != q_vector->intrl && in ice_set_rc_coalesce()
3775 if (ec->rx_coalesce_usecs_high != q_vector->intrl) in ice_set_rc_coalesce()
3776 q_vector->intrl = ec->rx_coalesce_usecs_high; in ice_set_rc_coalesce()
/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()
/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()
/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()
/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c776 &ec->rx_coalesce_usecs_high); in hns_get_coalesce()
/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()