Searched refs:tdn (Results 1 – 5 of 5) sorted by relevance
968 if (priv->sh->devx && !priv->sh->tdn) in mlx5_txq_ibv_obj_new()1012 if (priv->sh->devx && !priv->sh->tdn) { in mlx5_txq_ibv_obj_new()1014 &priv->sh->tdn); in mlx5_txq_ibv_obj_new()1023 idx, qp.tisn, priv->sh->tdn); in mlx5_txq_ibv_obj_new()
2004 struct tdq *tdn; in sched_switch_migrate() local2012 tdn = TDQ_CPU(td_get_sched(td)->ts_cpu); in sched_switch_migrate()2021 TDQ_LOCK(tdn); in sched_switch_migrate()2022 tdq_add(tdn, td, flags); in sched_switch_migrate()2023 tdq_notify(tdn, td); in sched_switch_migrate()2024 TDQ_UNLOCK(tdn); in sched_switch_migrate()2027 return (TDQ_LOCKPTR(tdn)); in sched_switch_migrate()
982 struct thread *td, *tdn; in sleepq_remove_matching() local992 TAILQ_FOREACH_SAFE(td, &sq->sq_blocked[queue], td_slpq, tdn) { in sleepq_remove_matching()
899 tir_attr->transport_domain = priv->sh->tdn; in mlx5_devx_tir_attr_set()1493 if (!priv->sh->tdn) in mlx5_txq_devx_obj_new()1494 priv->sh->tdn = priv->sh->td->id; in mlx5_txq_devx_obj_new()
716 uint32_t tdn; /* Transport Domain number. */ member