Searched refs:parent_classid (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | htb.h | 26 u32 parent_classid, u64 rate, u64 ceil,
|
| A D | htb.c | 287 u32 parent_classid, u64 rate, u64 ceil, in mlx5e_htb_leaf_alloc_queue() argument 296 classid, parent_classid, rate, ceil); in mlx5e_htb_leaf_alloc_queue() 304 parent = mlx5e_htb_node_find(htb, parent_classid); in mlx5e_htb_leaf_alloc_queue() 714 return mlx5e_htb_root_add(htb, htb_qopt->parent_classid, htb_qopt->classid, in mlx5e_htb_init()
|
| A D | qos.c | 424 res = mlx5e_htb_leaf_alloc_queue(htb, htb_qopt->classid, htb_qopt->parent_classid, in mlx5e_htb_setup_tc() 431 return mlx5e_htb_leaf_to_inner(htb, htb_qopt->parent_classid, htb_qopt->classid, in mlx5e_htb_setup_tc()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | qos.c | 1218 u32 parent_classid, u64 rate, u64 ceil, in otx2_qos_leaf_alloc_queue() argument 1229 classid, parent_classid, rate, ceil, prio, quantum); in otx2_qos_leaf_alloc_queue() 1244 parent = otx2_sw_node_find(pfvf, parent_classid); in otx2_qos_leaf_alloc_queue() 1736 return otx2_qos_root_add(pfvf, htb->parent_classid, in otx2_setup_tc_htb() 1742 htb->parent_classid, in otx2_setup_tc_htb() 1751 return otx2_qos_leaf_to_inner(pfvf, htb->parent_classid, in otx2_setup_tc_htb()
|
| /linux/net/sched/ |
| A D | sch_htb.c | 1136 .parent_classid = TC_H_MAJ(sch->handle) >> 16, in htb_init() 1892 .parent_classid = parent ? in htb_change_class() 1915 .parent_classid = in htb_change_class()
|
| /linux/include/net/ |
| A D | pkt_cls.h | 864 u32 parent_classid; member
|
Completed in 22 milliseconds