Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_sched.c1834 if (!tc_node) in ice_sched_add_vsi_to_topo()
1868 if (!tc_node) in ice_sched_update_vsi_child_nodes()
1929 if (!tc_node) in ice_sched_cfg_vsi()
2347 if (!tc_node) in ice_sched_move_vsi_to_agg()
2488 if (!tc_node) in ice_sched_rm_agg_cfg()
2597 if (!tc_node) in ice_sched_add_agg_cfg()
3652 if (!tc_node) in ice_cfg_agg_vsi_priority_per_tc()
4556 if (!tc_node) in ice_sched_set_tc_node_bw_lmt()
4654 if (!tc_node) in ice_sched_set_tc_node_bw_alloc()
4770 if (tc_node) in ice_sched_get_node_by_id_type()
[all …]
H A Dice_dcb.c1544 struct ice_sched_node *node, *tc_node; in ice_update_port_tc_tree_cfg() local
1572 tc_node = pi->root->children[i]; in ice_update_port_tc_tree_cfg()
1573 if (!tc_node) in ice_update_port_tc_tree_cfg()
1575 teid1 = LE32_TO_CPU(tc_node->info.node_teid); in ice_update_port_tc_tree_cfg()
1577 tc_node->tc_num = j; in ice_update_port_tc_tree_cfg()
1578 tc_node->in_use = true; in ice_update_port_tc_tree_cfg()
H A Dice_sched.h115 ice_sched_get_vsi_node(struct ice_port_info *pi, struct ice_sched_node *tc_node,
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_dump.c672 struct hns3_tm_node *tc_node[HNS3_MAX_TC_NUM]; in get_tm_conf_tc_node_info() local
680 memset(tc_node, 0, sizeof(tc_node)); in get_tm_conf_tc_node_info()
684 tc_node[tidx] = tm_node; in get_tm_conf_tc_node_info()
688 tm_node = tc_node[tidx]; in get_tm_conf_tc_node_info()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c339 tm_node_tc_id(struct rte_eth_dev *dev __rte_unused, struct tm_node *tc_node) in tm_node_tc_id() argument
341 return tc_node->priority; in tm_node_tc_id()
2335 tm_tc_shared_shaper_get(struct rte_eth_dev *dev, struct tm_node *tc_node) in tm_tc_shared_shaper_get() argument
2337 return (tc_node->params.n_shared_shapers) ? in tm_tc_shared_shaper_get()
2339 tc_node->params.shared_shaper_id[0]) : in tm_tc_shared_shaper_get()