Searched refs:post_sends (Results 1 – 3 of 3) sorted by relevance
183 static int post_sends(struct cmatest_node *node) in post_sends() function533 ret = post_sends(&test.nodes[i]); in run_server()610 ret = post_sends(&test.nodes[i]); in run_client()
198 static int post_sends(struct cmatest_node *node, int signal_flag) in post_sends() function543 ret = post_sends(&test.nodes[i], IBV_SEND_SIGNALED); in run_server()588 ret = post_sends(&test.nodes[i], 0); in run_client()
203 static int post_sends(struct cmatest_node *node, int signal_flag) in post_sends() function531 ret = post_sends(&test.nodes[i], 0); in run()