Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c149 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue; in mlx5_txpp_destroy_clock_queue()
201 rte_cpu_to_be_32(sh->txpp.clock_queue.sq_obj.sq->id); in mlx5_txpp_fill_wqe_rearm_queue()
214 rte_cpu_to_be_32(sh->txpp.clock_queue.cq_obj.cq->id); in mlx5_txpp_fill_wqe_rearm_queue()
286 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue; in mlx5_txpp_fill_wqe_clock_queue()
393 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue; in mlx5_txpp_create_clock_queue()
572 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue; in mlx5_txpp_update_timestamp()
610 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue; in mlx5_txpp_init_timestamp()
632 if (!sh->txpp.clock_queue.sq_ci && !sh->txpp.ts_n) in mlx5_txpp_gather_timestamp()
989 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue; in mlx5_txpp_read_clock()
H A Dmlx5.h1050 struct mlx5_txpp_wq clock_queue; /* Clock Queue. */ member
H A Dmlx5_tx.h789 qs->qpn_cqn = rte_cpu_to_be_32(txq->sh->txpp.clock_queue.cq_obj.cq->id); in mlx5_tx_qseg_init()