Searched refs:nfp_cpp_area_alloc_with_name (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_cppcore.c | 285 nfp_cpp_area_alloc_with_name(struct nfp_cpp *cpp, u32 dest, const char *name, in nfp_cpp_area_alloc_with_name() function 360 return nfp_cpp_area_alloc_with_name(cpp, dest, NULL, address, size); in nfp_cpp_area_alloc() 385 area = nfp_cpp_area_alloc_with_name(cpp, dest, name, address, size); in nfp_cpp_area_alloc_acquire()
|
D | nfp_cpp.h | 208 struct nfp_cpp_area *nfp_cpp_area_alloc_with_name(struct nfp_cpp *cpp,
|