Searched defs:subport_id (Results 1 – 6 of 6) sorted by relevance
/dpdk/examples/qos_sched/ |
H A D | stats.c | 11 qavg_q(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id, uint8_t tc, in qavg_q() 57 qavg_tcpipe(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id, in qavg_tcpipe() 113 qavg_pipe(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id) in qavg_pipe() 160 qavg_tcsubport(uint16_t port_id, uint32_t subport_id, uint8_t tc) in qavg_tcsubport() 230 qavg_subport(uint16_t port_id, uint32_t subport_id) in qavg_subport() 284 subport_stat(uint16_t port_id, uint32_t subport_id) in subport_stat() 321 pipe_stat(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id) in pipe_stat()
|
/dpdk/examples/ip_pipeline/ |
H A D | tmgr.c | 184 uint32_t subport_id, in tmgr_subport_config() 212 uint32_t subport_id, in tmgr_pipe_config()
|
H A D | cli.c | 604 uint32_t subport_id, subport_profile_id; in cmd_tmgr_subport() local 644 uint32_t subport_id, pipe_id_first, pipe_id_last, pipe_profile_id; in cmd_tmgr_subport_pipe() local 3215 uint32_t subport_id, pipe_id; parse_table_action_tm() local [all...] |
H A D | thread.c | 1128 uint32_t subport_id = action->tm.subport_id; in action_check() local
|
/dpdk/lib/sched/ |
H A D | rte_sched.c | 244 uint32_t subport_id; member 1169 uint32_t subport_id, in rte_sched_subport_tc_ov_config() 1194 uint32_t subport_id, in rte_sched_subport_config() 1387 uint32_t subport_id, in rte_sched_pipe_config() 1511 uint32_t subport_id, in rte_sched_subport_pipe_profile_add() 1691 uint32_t subport_id, in rte_sched_subport_read_stats() 1743 uint32_t subport_id, subport_qmask, subport_qindex; in rte_sched_queue_read_stats() local 1956 uint32_t subport_id = queue_id >> (port->n_pipes_per_subport_log2 + 4); in rte_sched_port_subport() local 2964 uint32_t subport_id = port->subport_id; in rte_sched_port_dequeue() local
|
/dpdk/lib/pipeline/ |
H A D | rte_table_action.h | 352 uint32_t subport_id; global() member
|