Home
last modified time | relevance | path

Searched refs:tx_pp (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c968 int tx_pp = priv->config.tx_pp; in mlx5_txpp_create() local
972 sh->txpp.tick = tx_pp >= 0 ? tx_pp : -tx_pp; in mlx5_txpp_create()
973 sh->txpp.test = !!(tx_pp < 0); in mlx5_txpp_create()
1042 if (!priv->config.tx_pp) { in mlx5_txpp_start()
1052 if (priv->config.tx_pp > 0) { in mlx5_txpp_start()
H A Dmlx5_txq.c109 if (config->tx_pp) in mlx5_get_tx_port_offloads()
H A Dmlx5.h254 int tx_pp; /* Timestamp scheduling granularity in nanoseconds. */ member
H A Dmlx5.c1529 config->tx_pp = tmp; in mlx5_args_check()
/f-stack/dpdk/doc/guides/nics/
H A Dmlx5.rst251 - To provide the packet send scheduling on mbuf timestamps the ``tx_pp``
264 can be estimated as ``tx_pp`` option (in nanoseconds) multiplied by 2^23.
734 - ``tx_pp`` parameter [int]
742 By default (if the ``tx_pp`` is not specified) send scheduling on timestamps
750 should be provided in nanoseconds and is valid only if ``tx_pp`` parameter is
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1228 if (config->tx_pp) { in mlx5_dev_spawn()