| /dpdk/drivers/net/dpaa2/mc/ |
| H A D | fsl_dpni_cmd.h | 434 uint8_t tc_id; member 460 uint8_t tc_id; member 496 uint8_t tc_id; member 587 uint8_t tc_id; member 605 uint8_t tc_id; member 617 uint8_t tc_id; member 626 uint8_t tc_id; member 641 uint8_t tc_id; member 652 uint8_t tc_id; member 801 uint8_t tc_id; member [all …]
|
| H A D | dpni.c | 1349 cmd_params->tc_id = tc_id; in dpni_add_mac_addr() 1513 uint8_t tc_id, in dpni_add_vlan_id() argument 1525 cmd_params->tc_id = tc_id; in dpni_add_vlan_id() 1650 uint8_t tc_id, in dpni_set_rx_tc_dist() argument 1662 cmd_params->tc_id = tc_id; in dpni_set_rx_tc_dist() 1825 cmd_params->tc_id = tc_id; in dpni_add_qos_entry() 1922 cmd_params->tc_id = tc_id; in dpni_add_fs_entry() 1961 cmd_params->tc_id = tc_id; in dpni_remove_fs_entry() 1993 cmd_params->tc_id = tc_id; in dpni_clear_fs_entries() 2031 cmd_params->tc_id = tc_id; in dpni_set_rx_tc_policing() [all …]
|
| H A D | fsl_dpni.h | 129 #define DPNI_BUILD_PARAM(channel, tc_id) (((channel) << 8) | (tc_id)) argument 887 uint8_t tc_id, 921 uint8_t tc_id, 1047 uint8_t tc_id, 1125 uint8_t tc_id, 1131 uint8_t tc_id, 1496 uint8_t tc_id, 1580 uint8_t tc_id, 1588 uint8_t tc_id, 1594 uint8_t tc_id);
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_flow.c | 273 tc_id, priv->extract.tc_key_extract[tc_id] in dpaa2_flow_fs_table_extracts_log() 959 flow->tc_id = group; in dpaa2_configure_flow_eth() 1198 flow->tc_id = group; in dpaa2_configure_flow_vlan() 1447 flow->tc_id = group; in dpaa2_configure_flow_generic_ip() 1767 flow->tc_id = group; in dpaa2_configure_flow_icmp() 2009 flow->tc_id = group; in dpaa2_configure_flow_udp() 2248 flow->tc_id = group; in dpaa2_configure_flow_tcp() 2489 flow->tc_id = group; in dpaa2_configure_flow_sctp() 2729 flow->tc_id = group; in dpaa2_configure_flow_gre() 3156 tc_id == curr->tc_id) { in dpaa2_flow_entry_update() [all …]
|
| H A D | dpaa2_tm.c | 568 uint32_t tc_id; in dpaa2_tm_configure_queue() local 578 tc_id = node->parent->tc_id; in dpaa2_tm_configure_queue() 579 node->parent->tc_id++; in dpaa2_tm_configure_queue() 587 DPAA2_PMD_DEBUG("tc_id = %d, channel = %d\n\n", tc_id, in dpaa2_tm_configure_queue() 590 ((node->parent->channel_id << 8) | tc_id), in dpaa2_tm_configure_queue() 595 "flow=%d err=%d\n", node->parent->channel_id, tc_id, in dpaa2_tm_configure_queue() 596 ((node->parent->channel_id << 8) | tc_id), flow_id, in dpaa2_tm_configure_queue() 602 dpaa2_q->tc_index = tc_id; in dpaa2_tm_configure_queue() 636 ((node->parent->channel_id << 8) | tc_id), in dpaa2_tm_configure_queue()
|
| H A D | dpaa2_tm.h | 35 uint16_t tc_id; /* Only for level 1 nodes */ member
|
| H A D | dpaa2_ethdev.c | 888 uint32_t tc_id; in dpaa2_dev_tx_queue_setup() local 929 tc_id = tx_queue_id % priv->num_tx_tc; in dpaa2_dev_tx_queue_setup() 934 ((channel_id << 8) | tc_id), flow_id, options, &tx_flow_cfg); in dpaa2_dev_tx_queue_setup() 938 tc_id, flow_id, ret); in dpaa2_dev_tx_queue_setup() 944 dpaa2_q->tc_index = tc_id; in dpaa2_dev_tx_queue_setup() 979 ((channel_id << 8) | tc_id), in dpaa2_dev_tx_queue_setup()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 2312 uint32_t tc_id; in wred_profiles_set() local 2315 for (tc_id = 0; tc_id < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; tc_id++) in wred_profiles_set() 2346 uint32_t tc_id) in tm_subport_tc_shared_shaper_get() argument 3317 for (tc_id = 0; tc_id < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; tc_id++) { in read_subport_stats() 3319 s.n_pkts_tc[tc_id] - s.n_pkts_tc_dropped[tc_id]; in read_subport_stats() 3321 s.n_bytes_tc[tc_id] - s.n_bytes_tc_dropped[tc_id]; in read_subport_stats() 3364 tc_id = i; in read_pipe_stats() 3374 tc_id, in read_pipe_stats() 3433 tc_id, in read_tc_stats() 3455 tc_id, in read_tc_stats() [all …]
|
| H A D | rte_eth_softnic_cli.c | 551 uint32_t tc_id) in tc_node_id() argument 557 tc_id + in tc_node_id() 566 uint32_t tc_id, in queue_node_id() argument 569 return queue_id + tc_id + in queue_node_id() 5807 uint32_t tc_id, tc_queue_id, n_tokens = RTE_DIM(tokens); in load_dscp_table() local 5826 softnic_parser_read_uint32(&tc_id, tokens[0]) || in load_dscp_table() 5827 tc_id >= RTE_TABLE_ACTION_TC_MAX || in load_dscp_table() 5858 dscp_table->entry[dscp].tc_id = tc_id; in load_dscp_table()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_hsi_init_func.h | 77 u8 tc_id /* the mapped TC ID */; member 121 u8 tc_id /* TC ID */; member
|
| H A D | ecore_init_fw_funcs.c | 474 voq = VOQ(pq_params[i].port_id, pq_params[i].tc_id, in ecore_tx_pq_map_rt_init() 481 vport_params[vport_id_in_pf].first_tx_pq_id[pq_params[i].tc_id]; in ecore_tx_pq_map_rt_init() 488 first_tx_pq_id[pq_params[i].tc_id] = pq_id; in ecore_tx_pq_map_rt_init() 514 pq_params[i].tc_id, in ecore_tx_pq_map_rt_init() 607 voq = VOQ(pq_params[i].port_id, pq_params[i].tc_id, in ecore_pf_wfq_rt_init() 1211 pri_tc_mask |= (req->pri[pri].tc_id << in ecore_init_nig_pri_tc_map() 1213 tc_pri_mask[req->pri[pri].tc_id] |= (1 << pri); in ecore_init_nig_pri_tc_map()
|
| H A D | ecore_sriov.c | 3948 u8 port_id, tc, tc_id = 0, voq = 0; in ecore_iov_vf_flr_poll_pbf() local 3955 tc_id = (tc < max_phys_tcs_per_port) ? in ecore_iov_vf_flr_poll_pbf() 3958 voq = VOQ(port_id, tc_id, max_phys_tcs_per_port); in ecore_iov_vf_flr_poll_pbf() 3974 tc_id = (tc < max_phys_tcs_per_port) ? in ecore_iov_vf_flr_poll_pbf() 3977 voq = VOQ(port_id, tc_id, in ecore_iov_vf_flr_poll_pbf() 4000 p_vf->abs_vf_id, voq, port_id, tc_id); in ecore_iov_vf_flr_poll_pbf()
|
| H A D | ecore_dev.c | 1918 qm_info->qm_pq_params[pq_idx].tc_id = tc; in ecore_init_qm_pq() 2240 pq->tc_id, pq->wrr_group, pq->rl_valid, pq->rl_id); in ecore_dp_init_qm_params()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_tm.h | 19 uint8_t tc_id; member
|
| H A D | hns3_dcb.h | 137 uint8_t tc_id; member
|
| H A D | hns3_dcb.c | 794 hw->dcb_info.tc_info[i].tc_id = i; in hns3_dcb_info_init() 1233 bp_to_qs_map_cmd->tc_id = tc; in hns3_qs_bp_cfg() 1449 hw->dcb_info.tc_info[i].tc_id = i; in hns3_dcb_info_cfg()
|
| H A D | hns3_ethdev.h | 125 uint8_t tc_id; member
|
| H A D | hns3_tm.c | 949 cfg->tc_id = tc_no; in hns3_tm_config_tc_rate()
|
| /dpdk/lib/pipeline/ |
| H A D | rte_table_action.h | 195 uint32_t tc_id; member
|
| H A D | rte_table_action.c | 2641 data->tc = entry->tc_id; in rte_table_action_dscp_table_update()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 5638 uint32_t tc_id, tc_queue_id, n_tokens = RTE_DIM(tokens); in load_dscp_table() local 5657 parser_read_uint32(&tc_id, tokens[0]) || in load_dscp_table() 5658 (tc_id >= RTE_TABLE_ACTION_TC_MAX) || in load_dscp_table() 5689 dscp_table->entry[dscp].tc_id = tc_id; in load_dscp_table()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 544 - File line format = <tc_id> <tc_queue_id> <color>, with <color> as: g | y | r
|