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/
H A Dcn10k.c217 req->prof_count[BAND_PROF_LEAF_LAYER] = 1; in cn10k_alloc_leaf_profile()
230 if (!rsp->prof_count[BAND_PROF_LEAF_LAYER]) { in cn10k_alloc_leaf_profile()
366 req->prof_count[BAND_PROF_LEAF_LAYER] = 1; in cn10k_free_leaf_profile()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1442 u16 prof_count[BAND_PROF_NUM_LAYERS]; member
1447 u16 prof_count[BAND_PROF_NUM_LAYERS]; member
1460 u16 prof_count[BAND_PROF_NUM_LAYERS]; member
1466 u16 prof_count[BAND_PROF_NUM_LAYERS]; member
H A Drvu_nix.c5896 if (!req->prof_count[layer]) in rvu_mbox_handler_nix_bandprof_alloc()
5900 for (idx = 0; idx < req->prof_count[layer]; idx++) { in rvu_mbox_handler_nix_bandprof_alloc()
5908 rsp->prof_count[layer]++; in rvu_mbox_handler_nix_bandprof_alloc()
5979 if (!req->prof_count[layer]) in rvu_mbox_handler_nix_bandprof_free()
5983 for (idx = 0; idx < req->prof_count[layer]; idx++) { in rvu_mbox_handler_nix_bandprof_free()
6275 rsp->prof_count[layer] = rvu_rsrc_free_count(&ipolicer->band_prof); in rvu_mbox_handler_nix_bandprof_get_hwinfo()