Searched defs:mlx5_dev_txpp (Results 1 – 1 of 1) sorted by relevance
661 struct mlx5_dev_txpp { struct663 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 …]