Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c313 ecmd->rx_coalesce_usecs_high = rxcoal->range_end; in enic_get_coalesce()
322 u32 rx_coalesce_usecs_high = min_t(u32, coalesce_usecs_max, in enic_coalesce_valid() local
323 ec->rx_coalesce_usecs_high); in enic_coalesce_valid()
353 (ec->rx_coalesce_usecs_high > coalesce_usecs_max)) in enic_coalesce_valid()
357 if (ec->rx_coalesce_usecs_high && in enic_coalesce_valid()
358 (rx_coalesce_usecs_high < in enic_coalesce_valid()
372 u32 rx_coalesce_usecs_high; in enic_set_coalesce() local
389 rx_coalesce_usecs_high = min_t(u32, ecmd->rx_coalesce_usecs_high, in enic_set_coalesce()
403 if (ecmd->rx_coalesce_usecs_high) { in enic_set_coalesce()
404 rxcoal->range_end = rx_coalesce_usecs_high; in enic_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1113 cmd->rx_coalesce_usecs_high = h->kinfo.int_rl_setting; in hns3_get_coalesce_per_queue()
1165 if (cmd->tx_coalesce_usecs_high != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para()
1171 if (cmd->rx_coalesce_usecs_high > HNS3_INT_RL_MAX) { in hns3_check_rl_coalesce_para()
1178 rl = hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_check_rl_coalesce_para()
1179 if (rl != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para()
1182 cmd->rx_coalesce_usecs_high, rl); in hns3_check_rl_coalesce_para()
1263 hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-ethtool.c178 (ec->pkt_rate_high) || (ec->rx_coalesce_usecs_high) || in xlgmac_ethtool_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_ethtool.c3127 ec->rx_coalesce_usecs_high = rc->ring->q_vector->intrl; in ice_get_rc_coalesce()
3241 if (ec->rx_coalesce_usecs_high > ICE_MAX_INTRL || in ice_set_rc_coalesce()
3242 (ec->rx_coalesce_usecs_high && in ice_set_rc_coalesce()
3243 ec->rx_coalesce_usecs_high < pf->hw.intrl_gran)) { in ice_set_rc_coalesce()
3250 if (ec->rx_coalesce_usecs_high != rc->ring->q_vector->intrl) { in ice_set_rc_coalesce()
3251 rc->ring->q_vector->intrl = ec->rx_coalesce_usecs_high; in ice_set_rc_coalesce()
3253 ice_intrl_usec_to_reg(ec->rx_coalesce_usecs_high, in ice_set_rc_coalesce()
/Linux-v5.4/include/uapi/linux/
Dethtool.h481 __u32 rx_coalesce_usecs_high; member
/Linux-v5.4/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c325 et->rx_coalesce_usecs_high = aic->max_eqd; in be_get_coalesce()
352 aic->max_eqd = min(et->rx_coalesce_usecs_high, BE_MAX_EQD); in be_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1015 coal->rx_coalesce_usecs_high = priv->rx_usecs_high; in mlx4_en_get_coalesce()
1033 coal->rx_coalesce_usecs_high > MLX4_EN_MAX_COAL_TIME) { in mlx4_en_set_coalesce()
1066 priv->rx_usecs_high = coal->rx_coalesce_usecs_high; in mlx4_en_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/pensando/ionic/
Dionic_ethtool.c393 coalesce->rx_coalesce_usecs_high || in ionic_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c469 (ec->rx_coalesce_usecs_high) || in xgbe_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c765 ethcoal->rx_coalesce_usecs_high || in netxen_set_intr_coalesce()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c742 (ec->tx_coalesce_usecs_low) || (ec->rx_coalesce_usecs_high) || in stmmac_set_coalesce()
/Linux-v5.4/drivers/net/vmxnet3/
Dvmxnet3_ethtool.c798 ec->rx_coalesce_usecs_high || in vmxnet3_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2766 ec->rx_coalesce_usecs_high = vsi->int_rate_limit; in __i40e_get_coalesce()
2892 if (ec->rx_coalesce_usecs_high > INTRL_REG_TO_USEC(I40E_MAX_INTRL)) { in __i40e_set_coalesce()
2926 intrl_reg = i40e_intrl_usec_to_reg(ec->rx_coalesce_usecs_high); in __i40e_set_coalesce()
2928 if (vsi->int_rate_limit != ec->rx_coalesce_usecs_high) { in __i40e_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/hisilicon/
Dhip04_eth.c821 (ec->tx_coalesce_usecs_low) || (ec->rx_coalesce_usecs_high) || in hip04_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ethtool.c1259 ec->rx_coalesce_usecs_high || in nfp_net_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c765 &ec->rx_coalesce_usecs_high); in hns_get_coalesce()
/Linux-v5.4/drivers/net/ethernet/ni/
Dnixge.c1037 ecoalesce->rx_coalesce_usecs_high || in nixge_ethtools_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c298 cvals->rx_coalesce_usecs_high = 0; in gfar_gcoalesce()
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/
Dlio_ethtool.c2165 intr_coal->rx_coalesce_usecs_high = in lio_get_intr_coalesce()
2200 intr_coal->rx_coalesce_usecs_high; in oct_cfg_adaptive_intr()
/Linux-v5.4/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c1327 (ecoalesce->rx_coalesce_usecs_high) || in axienet_ethtools_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c1559 ethcoal->rx_coalesce_usecs_high || in qlcnic_set_intr_coalesce()
/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc_ethtool.c819 ec->rx_coalesce_usecs_high || in igc_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2192 ec->rx_coalesce_usecs_high || in igb_set_coalesce()