Home
last modified time | relevance | path

Searched refs:tdn (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c1000 if (priv->sh->cdev->config.devx && !priv->sh->tdn) in mlx5_txq_ibv_obj_new()
1048 if (priv->sh->cdev->config.devx && !priv->sh->tdn) { in mlx5_txq_ibv_obj_new()
1050 &priv->sh->tdn); in mlx5_txq_ibv_obj_new()
1059 idx, qp.tisn, priv->sh->tdn); in mlx5_txq_ibv_obj_new()
/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c775 tir_attr->transport_domain = priv->sh->tdn; in mlx5_devx_tir_attr_set()
1371 if (!priv->sh->tdn) in mlx5_txq_devx_obj_new()
1372 priv->sh->tdn = priv->sh->td->id; in mlx5_txq_devx_obj_new()
H A Dmlx5.h1200 uint32_t tdn; /* Transport Domain number. */ member