Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1484 u16 prof_count[BAND_PROF_NUM_LAYERS]; member
1489 u16 prof_count[BAND_PROF_NUM_LAYERS]; member
1502 u16 prof_count[BAND_PROF_NUM_LAYERS]; member
1508 u16 prof_count[BAND_PROF_NUM_LAYERS]; member
H A Drvu_nix.c5971 if (!req->prof_count[layer]) in rvu_mbox_handler_nix_bandprof_alloc()
5975 for (idx = 0; idx < req->prof_count[layer]; idx++) { in rvu_mbox_handler_nix_bandprof_alloc()
5983 rsp->prof_count[layer]++; in rvu_mbox_handler_nix_bandprof_alloc()
6054 if (!req->prof_count[layer]) in rvu_mbox_handler_nix_bandprof_free()
6058 for (idx = 0; idx < req->prof_count[layer]; idx++) { in rvu_mbox_handler_nix_bandprof_free()
6350 rsp->prof_count[layer] = rvu_rsrc_free_count(&ipolicer->band_prof); in rvu_mbox_handler_nix_bandprof_get_hwinfo()