| /Linux-v5.4/drivers/net/ethernet/cisco/enic/ |
| D | enic_ethtool.c | 313 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/ |
| D | hns3_ethtool.c | 1113 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/ |
| D | dwc-xlgmac-ethtool.c | 178 (ec->pkt_rate_high) || (ec->rx_coalesce_usecs_high) || in xlgmac_ethtool_set_coalesce()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_ethtool.c | 3127 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/ |
| D | ethtool.h | 481 __u32 rx_coalesce_usecs_high; member
|
| /Linux-v5.4/drivers/net/ethernet/emulex/benet/ |
| D | be_ethtool.c | 325 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/ |
| D | en_ethtool.c | 1015 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/ |
| D | ionic_ethtool.c | 393 coalesce->rx_coalesce_usecs_high || in ionic_set_coalesce()
|
| /Linux-v5.4/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-ethtool.c | 469 (ec->rx_coalesce_usecs_high) || in xgbe_set_coalesce()
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/netxen/ |
| D | netxen_nic_ethtool.c | 765 ethcoal->rx_coalesce_usecs_high || in netxen_set_intr_coalesce()
|
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_ethtool.c | 742 (ec->tx_coalesce_usecs_low) || (ec->rx_coalesce_usecs_high) || in stmmac_set_coalesce()
|
| /Linux-v5.4/drivers/net/vmxnet3/ |
| D | vmxnet3_ethtool.c | 798 ec->rx_coalesce_usecs_high || in vmxnet3_set_coalesce()
|
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_ethtool.c | 2766 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/ |
| D | hip04_eth.c | 821 (ec->tx_coalesce_usecs_low) || (ec->rx_coalesce_usecs_high) || in hip04_set_coalesce()
|
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/ |
| D | nfp_net_ethtool.c | 1259 ec->rx_coalesce_usecs_high || in nfp_net_set_coalesce()
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns/ |
| D | hns_ethtool.c | 765 &ec->rx_coalesce_usecs_high); in hns_get_coalesce()
|
| /Linux-v5.4/drivers/net/ethernet/ni/ |
| D | nixge.c | 1037 ecoalesce->rx_coalesce_usecs_high || in nixge_ethtools_set_coalesce()
|
| /Linux-v5.4/drivers/net/ethernet/freescale/ |
| D | gianfar_ethtool.c | 298 cvals->rx_coalesce_usecs_high = 0; in gfar_gcoalesce()
|
| /Linux-v5.4/drivers/net/ethernet/cavium/liquidio/ |
| D | lio_ethtool.c | 2165 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/ |
| D | xilinx_axienet_main.c | 1327 (ecoalesce->rx_coalesce_usecs_high) || in axienet_ethtools_set_coalesce()
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_ethtool.c | 1559 ethcoal->rx_coalesce_usecs_high || in qlcnic_set_intr_coalesce()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igc/ |
| D | igc_ethtool.c | 819 ec->rx_coalesce_usecs_high || in igc_set_coalesce()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ |
| D | igb_ethtool.c | 2192 ec->rx_coalesce_usecs_high || in igb_set_coalesce()
|