Searched refs:first_free (Results 1 – 6 of 6) sorted by relevance
78 struct clip_entry *first_free = NULL; in find_or_alloc_clipe() local83 if (!first_free) in find_or_alloc_clipe()84 first_free = e; in find_or_alloc_clipe()91 if (first_free) { in find_or_alloc_clipe()92 e = first_free; in find_or_alloc_clipe()
119 struct smt_entry *e, *end, *first_free = NULL; in find_or_alloc_smte() local123 if (!first_free) in find_or_alloc_smte()124 first_free = e; in find_or_alloc_smte()137 if (!first_free) in find_or_alloc_smte()140 e = first_free; in find_or_alloc_smte()
112 struct l2t_entry *first_free = NULL; in find_or_alloc_l2e() local116 if (!first_free) in find_or_alloc_l2e()117 first_free = e; in find_or_alloc_l2e()127 if (first_free) { in find_or_alloc_l2e()128 e = first_free; in find_or_alloc_l2e()
291 u64 first_free; member
785 p_t2->first_free = (u64)p_t2->dma_mem[0].phys_addr; in ecore_cxt_src_t2_alloc()1635 p_hwfn->p_cxt_mngr->src_t2.first_free); in ecore_src_init_pf()
4440 s8 first_free = ICE_FD_FV_NOT_FOUND; in ice_update_fd_swap() local4459 if (first_free == ICE_FD_FV_NOT_FOUND && es[i].prot_id != in ice_update_fd_swap()4461 first_free = i - 1; in ice_update_fd_swap()4471 orig_free = first_free; in ice_update_fd_swap()4488 if (first_free + 1 < (s8)ice_fd_pairs[index].count) in ice_update_fd_swap()4493 es[first_free - k].prot_id = in ice_update_fd_swap()4495 es[first_free - k].off = in ice_update_fd_swap()4498 if (k > first_free) in ice_update_fd_swap()4502 mask_sel |= BIT(first_free - k); in ice_update_fd_swap()4505 pair_start[index] = first_free; in ice_update_fd_swap()[all …]