Home
last modified time | relevance | path

Searched refs:PMD_CPP_LOG (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/nfp/
H A Dnfp_cpp_bridge.c64 PMD_CPP_LOG(DEBUG, "%s: offset size %zu, count_size: %zu\n", __func__, in nfp_cpp_bridge_serve_write()
83 PMD_CPP_LOG(DEBUG, "%s: count %zu and offset %jd\n", __func__, count, in nfp_cpp_bridge_serve_write()
85 PMD_CPP_LOG(DEBUG, "%s: cpp_id %08x and nfp_offset %jd\n", __func__, in nfp_cpp_bridge_serve_write()
117 PMD_CPP_LOG(DEBUG, "%s: Receive %u of %zu\n", __func__, in nfp_cpp_bridge_serve_write()
165 PMD_CPP_LOG(DEBUG, "%s: offset size %zu, count_size: %zu\n", __func__, in nfp_cpp_bridge_serve_read()
184 PMD_CPP_LOG(DEBUG, "%s: count %zu and offset %jd\n", __func__, count, in nfp_cpp_bridge_serve_read()
186 PMD_CPP_LOG(DEBUG, "%s: cpp_id %08x and nfp_offset %jd\n", __func__, in nfp_cpp_bridge_serve_read()
223 PMD_CPP_LOG(DEBUG, "%s: sending %u of %zu\n", __func__, in nfp_cpp_bridge_serve_read()
281 PMD_CPP_LOG(DEBUG, "%s: sending NFP model %08x\n", __func__, tmp); in nfp_cpp_bridge_serve_ioctl()
360 PMD_CPP_LOG(DEBUG, "%s: socket close\n", in nfp_cpp_bridge_service_func()
[all …]
H A Dnfp_logs.h33 #define PMD_CPP_LOG(level, fmt, args...) do { } while (0) macro