Searched refs:fw_kpus (Results 1 – 1 of 1) sorted by relevance
2030 bool from_fs, int *fw_kpus) in npc_apply_custom_kpu() argument2088 *fw_kpus = fw->kpus; in npc_apply_custom_kpu()2195 int fw_kpus = 0; in npc_load_kpu_profile_from_fw() local2203 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() local2259 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()