Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c149 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue; in mlx5_txpp_destroy_clock_queue()
219 qs->qpn_cqn = rte_cpu_to_be_32(sh->txpp.clock_queue.sq->id); in mlx5_txpp_fill_wqe_rearm_queue()
231 qs->qpn_cqn = rte_cpu_to_be_32(sh->txpp.clock_queue.cq->id); in mlx5_txpp_fill_wqe_rearm_queue()
368 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue; in mlx5_txpp_fill_wqe_clock_queue()
470 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue; in mlx5_txpp_create_clock_queue()
730 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue; in mlx5_txpp_update_timestamp()
761 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue; in mlx5_txpp_init_timestamp()
787 if (!sh->txpp.clock_queue.sq_ci && !sh->txpp.ts_n) in mlx5_txpp_gather_timestamp()
1142 struct mlx5_txpp_wq *wq = &sh->txpp.clock_queue; in mlx5_txpp_read_clock()
H A Dmlx5.h670 struct mlx5_txpp_wq clock_queue; /* Clock Queue. */ member
H A Dmlx5_rxtx.c2280 qs->qpn_cqn = rte_cpu_to_be_32(txq->sh->txpp.clock_queue.cq->id); in mlx5_tx_wseg_init()