Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c2030 bool from_fs, int *fw_kpus) in npc_apply_custom_kpu() argument
2088 *fw_kpus = fw->kpus; in npc_apply_custom_kpu()
2195 int fw_kpus = 0; in npc_load_kpu_profile_from_fw() local
2203 npc_apply_custom_kpu(rvu, profile, false, &fw_kpus)) { in npc_load_kpu_profile_from_fw()
2240 int ret, fw_kpus = 0; in npc_load_kpu_profile_from_fs() local
2259 ret = npc_apply_custom_kpu(rvu, profile, true, &fw_kpus); in npc_load_kpu_profile_from_fs()
2273 rvu->kpu.kpus = fw_kpus; in npc_load_kpu_profile_from_fs()
2274 profile->kpus = fw_kpus; in npc_load_kpu_profile_from_fs()