Searched refs:n_pipes (Results 1 – 1 of 1) sorted by relevance
513 uint32_t n_pipes = n_spp * n_pps; in root_node_id() local515 return n_queues + n_tc + n_pipes + n_spp; in root_node_id()523 uint32_t n_pipes = n_spp * n_pps; in subport_node_id() local524 uint32_t n_tc = n_pipes * RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; in subport_node_id()525 uint32_t n_queues = n_pipes * RTE_SCHED_QUEUES_PER_PIPE; in subport_node_id()527 return n_queues + n_tc + n_pipes + subport_id; in subport_node_id()536 uint32_t n_pipes = n_spp * n_pps; in pipe_node_id() local537 uint32_t n_tc = n_pipes * RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; in pipe_node_id()538 uint32_t n_queues = n_pipes * RTE_SCHED_QUEUES_PER_PIPE; in pipe_node_id()553 uint32_t n_pipes = n_spp * n_pps; in tc_node_id() local[all …]