Home
last modified time | relevance | path

Searched refs:post_sends (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/librdmacm/examples/
H A Dcmatose.c183 static int post_sends(struct cmatest_node *node) in post_sends() function
533 ret = post_sends(&test.nodes[i]); in run_server()
610 ret = post_sends(&test.nodes[i]); in run_client()
H A Dudaddy.c198 static int post_sends(struct cmatest_node *node, int signal_flag) in post_sends() function
543 ret = post_sends(&test.nodes[i], IBV_SEND_SIGNALED); in run_server()
588 ret = post_sends(&test.nodes[i], 0); in run_client()
H A Dmckey.c203 static int post_sends(struct cmatest_node *node, int signal_flag) in post_sends() function
531 ret = post_sends(&test.nodes[i], 0); in run()