Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c44 u16 leaf_profile; member
303 rc = cn10k_alloc_leaf_profile(nic, &node->leaf_profile); in otx2_tc_act_set_police()
309 rc = cn10k_set_ipolicer_rate(nic, node->leaf_profile, burst, rate, pps); in otx2_tc_act_set_police()
313 rc = cn10k_map_unmap_rq_policer(nic, rq_idx, node->leaf_profile, true); in otx2_tc_act_set_police()
329 if (cn10k_free_leaf_profile(nic, node->leaf_profile)) in otx2_tc_act_set_police()
332 node->leaf_profile); in otx2_tc_act_set_police()
992 flow_node->leaf_profile, false); in otx2_tc_del_flow()
996 flow_node->rq, flow_node->leaf_profile); in otx2_tc_del_flow()
998 err = cn10k_free_leaf_profile(nic, flow_node->leaf_profile); in otx2_tc_del_flow()
1002 flow_node->leaf_profile); in otx2_tc_del_flow()
[all …]