Searched refs:tdn (Results 1 – 3 of 3) sorted by relevance
1000 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()
775 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()
1200 uint32_t tdn; /* Transport Domain number. */ member