nfp_cpp_area_alloc_with_name
struct nfp_cpp_area *nfp_cpp_area_alloc_with_name(struct nfp_cpp *cpp,
return nfp_cpp_area_alloc_with_name(cpp, dest, NULL, address, size);
area = nfp_cpp_area_alloc_with_name(cpp, dest, name, address, size);