Searched refs:valid_entry (Results 1 – 2 of 2) sorted by relevance
4972 valid_entry = entry; in i40e_res_pool_free()4999 len = valid_entry->len; in i40e_res_pool_free()5006 rte_free(valid_entry); in i40e_res_pool_free()5007 valid_entry = next; in i40e_res_pool_free()5020 valid_entry = NULL; in i40e_res_pool_free()5023 valid_entry = NULL; in i40e_res_pool_free()5062 valid_entry = NULL; in i40e_res_pool_alloc()5068 valid_entry = entry; in i40e_res_pool_alloc()5071 if (valid_entry == NULL || valid_entry->len > entry->len) in i40e_res_pool_alloc()5072 valid_entry = entry; in i40e_res_pool_alloc()[all …]
709 valid_entry = NULL; in ice_res_pool_alloc()715 valid_entry = entry; in ice_res_pool_alloc()718 if (!valid_entry || in ice_res_pool_alloc()720 valid_entry = entry; in ice_res_pool_alloc()725 if (!valid_entry) { in ice_res_pool_alloc()733 if (valid_entry->len == num) { in ice_res_pool_alloc()734 LIST_REMOVE(valid_entry, next); in ice_res_pool_alloc()748 entry->base = valid_entry->base; in ice_res_pool_alloc()750 valid_entry->base += num; in ice_res_pool_alloc()751 valid_entry->len -= num; in ice_res_pool_alloc()[all …]