Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dcn10k.c197 req->prof_count[BAND_PROF_LEAF_LAYER] = 1; in cn10k_alloc_leaf_profile()
205 if (!rsp->prof_count[BAND_PROF_LEAF_LAYER]) { in cn10k_alloc_leaf_profile()
335 req->prof_count[BAND_PROF_LEAF_LAYER] = 1; in cn10k_free_leaf_profile()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Dmbox.h1149 u16 prof_count[BAND_PROF_NUM_LAYERS]; member
1154 u16 prof_count[BAND_PROF_NUM_LAYERS]; member
1167 u16 prof_count[BAND_PROF_NUM_LAYERS]; member
1173 u16 prof_count[BAND_PROF_NUM_LAYERS]; member
A Drvu_nix.c5053 if (!req->prof_count[layer]) in rvu_mbox_handler_nix_bandprof_alloc()
5057 for (idx = 0; idx < req->prof_count[layer]; idx++) { in rvu_mbox_handler_nix_bandprof_alloc()
5065 rsp->prof_count[layer]++; in rvu_mbox_handler_nix_bandprof_alloc()
5136 if (!req->prof_count[layer]) in rvu_mbox_handler_nix_bandprof_free()
5140 for (idx = 0; idx < req->prof_count[layer]; idx++) { in rvu_mbox_handler_nix_bandprof_free()
5422 rsp->prof_count[layer] = rvu_rsrc_free_count(&ipolicer->band_prof); in rvu_mbox_handler_nix_bandprof_get_hwinfo()

Completed in 24 milliseconds