Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c233 ecmd->rx_coalesce_usecs_high = rxcoal->range_end; in enic_get_coalesce()
242 u32 rx_coalesce_usecs_high = min_t(u32, coalesce_usecs_max, in enic_coalesce_valid() local
243 ec->rx_coalesce_usecs_high); in enic_coalesce_valid()
273 (ec->rx_coalesce_usecs_high > coalesce_usecs_max)) in enic_coalesce_valid()
277 if (ec->rx_coalesce_usecs_high && in enic_coalesce_valid()
278 (rx_coalesce_usecs_high < in enic_coalesce_valid()
292 u32 rx_coalesce_usecs_high; in enic_set_coalesce() local
309 rx_coalesce_usecs_high = min_t(u32, ecmd->rx_coalesce_usecs_high, in enic_set_coalesce()
323 if (ecmd->rx_coalesce_usecs_high) { in enic_set_coalesce()
324 rxcoal->range_end = rx_coalesce_usecs_high; in enic_set_coalesce()
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dlio_ethtool.c648 intr_coal->rx_coalesce_usecs_high = in lio_get_intr_coalesce()
772 if (intr_coal->rx_coalesce_usecs_high) in oct_cfg_adaptive_intr()
774 intr_coal->rx_coalesce_usecs_high; in oct_cfg_adaptive_intr()
/linux-4.4.14/include/uapi/linux/
Dethtool.h432 __u32 rx_coalesce_usecs_high; member
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c432 (ec->rx_coalesce_usecs_high) || in xgbe_set_coalesce()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c336 et->rx_coalesce_usecs_high = aic->max_eqd; in be_get_coalesce()
362 aic->max_eqd = min(et->rx_coalesce_usecs_high, BE_MAX_EQD); in be_set_coalesce()
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_nic.c1356 if (et_coalesce->rx_coalesce_usecs_high) { in nes_netdev_set_coalesce()
1357 shared_timer->timer_in_use_max = et_coalesce->rx_coalesce_usecs_high; in nes_netdev_set_coalesce()
1405 temp_et_coalesce.rx_coalesce_usecs_high = shared_timer->timer_in_use_max; in nes_netdev_get_coalesce()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c685 (ec->tx_coalesce_usecs_low) || (ec->rx_coalesce_usecs_high) || in stmmac_set_coalesce()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c1869 ec->rx_coalesce_usecs_high = vsi->int_rate_limit; in i40e_get_coalesce()
1895 if (ec->rx_coalesce_usecs_high >= INTRL_REG_TO_USEC(I40E_MAX_INTRL)) { in i40e_set_coalesce()
1913 vsi->int_rate_limit = ec->rx_coalesce_usecs_high; in i40e_set_coalesce()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c773 ethcoal->rx_coalesce_usecs_high || in netxen_set_intr_coalesce()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c955 coal->rx_coalesce_usecs_high = priv->rx_usecs_high; in mlx4_en_get_coalesce()
990 priv->rx_usecs_high = coal->rx_coalesce_usecs_high; in mlx4_en_set_coalesce()
/linux-4.4.14/drivers/net/ethernet/hisilicon/
Dhip04_eth.c729 (ec->tx_coalesce_usecs_low) || (ec->rx_coalesce_usecs_high) || in hip04_set_coalesce()
/linux-4.4.14/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c1332 (ecoalesce->rx_coalesce_usecs_high) || in axienet_ethtools_set_coalesce()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c342 cvals->rx_coalesce_usecs_high = 0; in gfar_gcoalesce()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c1547 ethcoal->rx_coalesce_usecs_high || in qlcnic_set_intr_coalesce()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2172 ec->rx_coalesce_usecs_high || in igb_set_coalesce()