Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c968 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()
/f-stack/freebsd/kern/
H A Dsched_ule.c2004 struct tdq *tdn; in sched_switch_migrate() local
2012 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()
H A Dsubr_sleepqueue.c982 struct thread *td, *tdn; in sleepq_remove_matching() local
992 TAILQ_FOREACH_SAFE(td, &sq->sq_blocked[queue], td_slpq, tdn) { in sleepq_remove_matching()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c899 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()
H A Dmlx5.h716 uint32_t tdn; /* Transport Domain number. */ member