Searched refs:post_sends (Results 1 – 3 of 3) sorted by relevance
191 static int post_sends(struct cmatest_node *node) in post_sends() function573 ret = post_sends(&test.nodes[i]); in run_server()659 ret = post_sends(&test.nodes[i]); in run_client()
202 static int post_sends(struct cmatest_node *node, int signal_flag) in post_sends() function569 ret = post_sends(&test.nodes[i], IBV_SEND_SIGNALED); in run_server()620 ret = post_sends(&test.nodes[i], 0); in run_client()
204 static int post_sends(struct cmatest_node *node, int signal_flag) in post_sends() function519 ret = post_sends(&test.nodes[i], 0); in run()