Home
last modified time | relevance | path

Searched defs:mlx5_dev_txpp (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h661 struct mlx5_dev_txpp { struct
663 uint32_t refcnt; /* Pacing reference counter. */
664 uint32_t freq; /* Timestamp frequency, Hz. */
666 uint32_t test; /* Packet pacing test mode. */
667 int32_t skew; /* Scheduling skew. */
669 void *echan; /* Event Channel. */
670 struct mlx5_txpp_wq clock_queue; /* Clock Queue. */
671 struct mlx5_txpp_wq rearm_queue; /* Clock Queue. */
672 void *pp; /* Packet pacing context. */
673 uint16_t pp_id; /* Packet pacing context index. */
[all …]