Searched refs:DEBUG_LOG (Results 1 – 2 of 2) sorted by relevance
50 #define DEBUG_LOG if (debug) printf macro166 DEBUG_LOG("cma_event type %s cma_id %p (%s)\n", in rping_cma_event_handler()189 DEBUG_LOG("child cma %p\n", cb->child_cm_id); in rping_cma_event_handler()194 DEBUG_LOG("ESTABLISHED\n"); in rping_cma_event_handler()249 DEBUG_LOG("Received rkey %x addr %" PRIx64 " len %d from peer\n", in server_recv()300 DEBUG_LOG("send completion\n"); in rping_cq_event_handler()304 DEBUG_LOG("rdma write completion\n"); in rping_cq_event_handler()310 DEBUG_LOG("rdma read completion\n"); in rping_cq_event_handler()316 DEBUG_LOG("recv completion\n"); in rping_cq_event_handler()333 DEBUG_LOG("unknown!!!!! completion\n"); in rping_cq_event_handler()[all …]
60 #define DEBUG_LOG(...) do { if (krping_debug) log(LOG_INFO, __VA_ARGS__); } while (0) macro251 DEBUG_LOG("cma_event type %d cma_id %p (%s)\n", event->event, cma_id, in krping_cma_event_handler()273 DEBUG_LOG("child cma %p\n", cb->child_cm_id); in krping_cma_event_handler()278 DEBUG_LOG("ESTABLISHED\n"); in krping_cma_event_handler()327 DEBUG_LOG("Received rkey %x addr %llx len %d from peer\n", in server_recv()372 DEBUG_LOG("cq flushed\n"); in krping_cq_event_handler()387 DEBUG_LOG("send completion\n"); in krping_cq_event_handler()393 DEBUG_LOG("rdma write completion\n"); in krping_cq_event_handler()401 DEBUG_LOG("rdma read completion\n"); in krping_cq_event_handler()409 DEBUG_LOG("recv completion\n"); in krping_cq_event_handler()[all …]