Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k.h38 int cn10k_alloc_leaf_profile(struct otx2_nic *pfvf, u16 *leaf);
H A Dcn10k.c188 int cn10k_alloc_leaf_profile(struct otx2_nic *pfvf, u16 *leaf) in cn10k_alloc_leaf_profile() function
228 ret = cn10k_alloc_leaf_profile(pfvf, &hw->matchall_ipolicer); in cn10k_alloc_matchall_ipolicer()
H A Dotx2_tc.c295 rc = cn10k_alloc_leaf_profile(nic, &node->leaf_profile); in otx2_tc_act_set_hw_police()