Searched refs:n_eqes (Results 1 – 1 of 1) sorted by relevance
871 u32 n_eqes, num_cons; in ecore_resc_alloc() local943 n_eqes = ecore_chain_get_capacity(&p_hwfn->p_spq->chain); in ecore_resc_alloc()976 n_eqes += num_cons + 2 * MAX_NUM_VFS_BB; in ecore_resc_alloc()980 n_eqes += 2 * num_cons; in ecore_resc_alloc()983 if (n_eqes > 0xFFFF) { in ecore_resc_alloc()986 n_eqes, 0xFFFF); in ecore_resc_alloc()990 rc = ecore_eq_alloc(p_hwfn, (u16)n_eqes); in ecore_resc_alloc()