Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
Dipoib_ethtool.c62 coal->tx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce()
99 coal->tx_coalesce_usecs = coal->rx_coalesce_usecs; in ipoib_set_coalesce()
Dipoib_verbs.c190 coal->tx_coalesce_usecs = 10; in ipoib_transport_dev_init()
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
Dmlx5_en_ethtool.c931 case MLX5_PARAM_OFFSET(tx_coalesce_usecs): in mlx5e_ethtool_handler()
933 if (priv->params_ethtool.tx_coalesce_usecs < 1) in mlx5e_ethtool_handler()
934 priv->params_ethtool.tx_coalesce_usecs = 0; in mlx5e_ethtool_handler()
935 else if (priv->params_ethtool.tx_coalesce_usecs > in mlx5e_ethtool_handler()
937 priv->params_ethtool.tx_coalesce_usecs = in mlx5e_ethtool_handler()
941 priv->params_ethtool.tx_coalesce_usecs; in mlx5e_ethtool_handler()
1408 priv->params_ethtool.tx_coalesce_usecs = priv->params.tx_cq_moderation_usec; in mlx5e_create_ethtool()
Den_rl.h63 m(+1, u64, tx_coalesce_usecs, "tx_coalesce_usecs", "Limit in usec for joining TX packets") \
Dmlx5_en_rl.c67 MLX5_SET(cqc, cqc, cq_period, rl->param.tx_coalesce_usecs); in mlx5e_rl_build_cq_param()
715 param->tx_coalesce_usecs = MLX5E_RL_TX_COAL_USEC_DEFAULT; in mlx5e_rl_set_default_params()
1231 rl->param.tx_coalesce_usecs, in mlx5e_rl_refresh_channel_params()
1236 rl->param.tx_coalesce_usecs, in mlx5e_rl_refresh_channel_params()
1403 case MLX5E_RL_PARAMS_INDEX(tx_coalesce_usecs): in mlx5e_rl_sysctl_handler()
Den.h697 m(+1, u64, tx_coalesce_usecs, "tx_coalesce_usecs", "Limit in usec for joining tx packets") \
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_int.c1464 if (!p_dev->tx_coalesce_usecs) in ecore_init_cau_sb_entry()
1465 p_dev->tx_coalesce_usecs = ECORE_CAU_DEF_TX_USECS; in ecore_init_cau_sb_entry()
1477 if (p_dev->tx_coalesce_usecs <= 0x7F) in ecore_init_cau_sb_entry()
1479 else if (p_dev->tx_coalesce_usecs <= 0xFF) in ecore_init_cau_sb_entry()
1587 if (p_hwfn->p_dev->tx_coalesce_usecs <= 0x7F) in ecore_int_cau_conf_sb()
1589 else if (p_hwfn->p_dev->tx_coalesce_usecs <= 0xFF) in ecore_int_cau_conf_sb()
1593 timeset = (u8)(p_hwfn->p_dev->tx_coalesce_usecs >> timer_res); in ecore_int_cau_conf_sb()
Dqlnx_def.h473 uint32_t tx_coalesce_usecs; member
Decore.h889 u16 tx_coalesce_usecs; member
Dqlnx_os.c1500 ha->tx_coalesce_usecs = (uint8_t)usecs; in qlnx_set_tx_coalesce()
2309 &ha->tx_coalesce_usecs, ha->tx_coalesce_usecs, in qlnx_add_sysctls()
5910 cdev->tx_coalesce_usecs = 255; in qlnx_slowpath_start()
5916 ha->tx_coalesce_usecs = cdev->tx_coalesce_usecs; in qlnx_slowpath_start()
Decore_vf.c1681 p_hwfn->p_dev->tx_coalesce_usecs = tx_coal; in ecore_vf_pf_set_coalesce()
Decore_dev.c6505 p_hwfn->p_dev->tx_coalesce_usecs = tx_coal; in ecore_set_queue_coalesce()
/freebsd-12-stable/sys/dev/liquidio/
Dlio_sysctl.c1718 uint32_t tx_coalesce_usecs = 0; in lio_get_set_intr_coalesce() local
1789 tx_coalesce_usecs = new_val; in lio_get_set_intr_coalesce()
1963 if (!tx_coalesce_usecs) in lio_get_set_intr_coalesce()
1964 tx_coalesce_usecs = oct->tx_max_coalesced_frames; in lio_get_set_intr_coalesce()
1967 tx_coalesce_usecs); in lio_get_set_intr_coalesce()
/freebsd-12-stable/sys/contrib/ena-com/
Dena_com.h935 u32 tx_coalesce_usecs);
Dena_com.c3020 u32 tx_coalesce_usecs) in ena_com_update_nonadaptive_moderation_interval_tx() argument
3023 tx_coalesce_usecs, in ena_com_update_nonadaptive_moderation_interval_tx()