Searched refs:ice_sched_node (Results 1 – 5 of 5) sorted by relevance
| /src/sys/dev/ice/ |
| H A D | ice_sched.h | 135 ice_sched_set_node_bw_lmt(struct ice_port_info *pi, struct ice_sched_node *node, 139 ice_sched_set_node_bw(struct ice_port_info *pi, struct ice_sched_node *node, 143 ice_sched_add_elems(struct ice_port_info *pi, struct ice_sched_node *tc_node, 144 struct ice_sched_node *parent, u8 layer, u16 num_nodes, 146 struct ice_sched_node **prealloc_node); 149 ice_sched_move_nodes(struct ice_port_info *pi, struct ice_sched_node *parent, 153 ice_sched_set_node_priority(struct ice_port_info *pi, struct ice_sched_node *node, 156 ice_sched_set_node_weight(struct ice_port_info *pi, struct ice_sched_node *node, 169 struct ice_sched_node *ice_sched_get_node(struct ice_port_info *pi, u32 teid); 170 struct ice_sched_node * [all …]
|
| H A D | ice_sched.c | 46 struct ice_sched_node *root; in ice_sched_add_root_node() 54 root = (struct ice_sched_node *)ice_malloc(hw, sizeof(*root)); in ice_sched_add_root_node() 58 root->children = (struct ice_sched_node **) in ice_sched_add_root_node() 81 struct ice_sched_node * 82 ice_sched_find_node_by_teid(struct ice_sched_node *start_node, u32 teid) in ice_sched_find_node_by_teid() 106 struct ice_sched_node *tmp; in ice_sched_find_node_by_teid() 182 struct ice_sched_node *prealloc_node) in ice_sched_add_node() 185 struct ice_sched_node *parent; in ice_sched_add_node() 186 struct ice_sched_node *node; in ice_sched_add_node() 214 node = (struct ice_sched_node *)ice_malloc(hw, sizeof(*node)); in ice_sched_add_node() [all …]
|
| H A D | ice_type.h | 736 struct ice_sched_node { struct 737 struct ice_sched_node *parent; argument 738 struct ice_sched_node *sibling; /* next sibling in the same layer */ argument 739 struct ice_sched_node **children; argument 873 struct ice_sched_node *vsi_node[ICE_MAX_TRAFFIC_CLASS]; 874 struct ice_sched_node *ag_node[ICE_MAX_TRAFFIC_CLASS]; 952 struct ice_sched_node *root; /* Root Node per Port */ 967 struct ice_sched_node *
|
| H A D | ice_common.c | 5391 struct ice_sched_node *parent; in ice_ena_vsi_txq() 5526 struct ice_sched_node *node; in ice_dis_vsi_txq() 5649 struct ice_sched_node *parent; in ice_ena_vsi_rdma_qset() 5742 struct ice_sched_node *node; in ice_dis_vsi_rdma_qset()
|
| H A D | ice_dcb.c | 1803 struct ice_sched_node *node, *tc_node; in ice_update_port_tc_tree_cfg()
|