nfp_cpp_area_alloc_with_name  208 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpp.h struct nfp_cpp_area *nfp_cpp_area_alloc_with_name(struct nfp_cpp *cpp,
nfp_cpp_area_alloc_with_name  360 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c 	return nfp_cpp_area_alloc_with_name(cpp, dest, NULL, address, size);
nfp_cpp_area_alloc_with_name  385 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c 	area = nfp_cpp_area_alloc_with_name(cpp, dest, name, address, size);