Home
last modified time | relevance | path

Searched refs:parent_classid (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.h26 u32 parent_classid, u64 rate, u64 ceil,
H A Dhtb.c287 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()
H A Dqos.c424 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-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c1223 u32 parent_classid, u64 rate, u64 ceil, in otx2_qos_leaf_alloc_queue() argument
1234 classid, parent_classid, rate, ceil, prio, quantum); in otx2_qos_leaf_alloc_queue()
1249 parent = otx2_sw_node_find(pfvf, parent_classid); in otx2_qos_leaf_alloc_queue()
1741 return otx2_qos_root_add(pfvf, htb->parent_classid, in otx2_setup_tc_htb()
1747 htb->parent_classid, in otx2_setup_tc_htb()
1756 return otx2_qos_leaf_to_inner(pfvf, htb->parent_classid, in otx2_setup_tc_htb()
/linux-6.15/net/sched/
H A Dsch_htb.c1137 .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-6.15/include/net/
H A Dpkt_cls.h874 u32 parent_classid; member
/linux-6.15/drivers/net/ethernet/airoha/
H A Dairoha_eth.c2243 if (opt->parent_classid != TC_HTB_CLASSID_ROOT) { in airoha_tc_htb_alloc_leaf_queue()