Searched refs:max_engs (Results 1 – 1 of 1) sorted by relevance
70 flt_vecs = DIV_ROUND_UP(max_engs, 64); in cpt_10k_flt_nvecs_get()195 u16 max_engs; in cpt_10k_unregister_interrupts() local198 max_engs = cpt_max_engines_get(rvu); in cpt_10k_unregister_interrupts()203 nr = (max_engs > 64) ? 64 : max_engs; in cpt_10k_unregister_interrupts()204 max_engs -= nr; in cpt_10k_unregister_interrupts()264 u16 max_engs; in cpt_10k_register_interrupts() local267 max_engs = cpt_max_engines_get(rvu); in cpt_10k_register_interrupts()289 nr = (max_engs > 64) ? 64 : max_engs; in cpt_10k_register_interrupts()290 max_engs -= nr; in cpt_10k_register_interrupts()990 u16 max_engs; in rvu_mbox_handler_cpt_flt_eng_info() local[all …]