Home
last modified time | relevance | path

Searched refs:n_pipes (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c513 uint32_t n_pipes = n_spp * n_pps; in root_node_id() local
515 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() local
524 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() local
537 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 …]