Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5.h1041 struct mlx5_dev_txpp { struct
1043 uint32_t refcnt; /* Pacing reference counter. */
1044 uint32_t freq; /* Timestamp frequency, Hz. */
1046 uint32_t test; /* Packet pacing test mode. */
1047 int32_t skew; /* Scheduling skew. */
1049 void *echan; /* Event Channel. */
1050 struct mlx5_txpp_wq clock_queue; /* Clock Queue. */
1051 struct mlx5_txpp_wq rearm_queue; /* Clock Queue. */
1052 void *pp; /* Packet pacing context. */
1053 uint16_t pp_id; /* Packet pacing context index. */
[all …]