Searched defs:rte_sched_port (Results 1 – 1 of 1) sorted by relevance
219 struct __rte_cache_aligned rte_sched_port { struct221 uint32_t n_subports_per_port;222 uint32_t n_pipes_per_subport;223 uint32_t n_pipes_per_subport_log2;224 uint16_t pipe_queue[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];225 uint8_t pipe_tc[RTE_SCHED_QUEUES_PER_PIPE];226 uint8_t tc_queue[RTE_SCHED_QUEUES_PER_PIPE];227 uint32_t n_subport_profiles;228 uint32_t n_max_subport_profiles;229 uint64_t rate;[all …]