Searched refs:create_req (Results 1 – 2 of 2) sorted by relevance
106 # create_req() - create new node from scratch, with request argument.107 METHOD int create_req {
577 Mpi3CreateReplyQueueRequest_t create_req; in mpi3mr_create_op_reply_queue() local640 memset(&create_req, 0, sizeof(create_req)); in mpi3mr_create_op_reply_queue()656 create_req.QueueID = qid; in mpi3mr_create_op_reply_queue()660 create_req.Size = op_reply_q->num_replies; in mpi3mr_create_op_reply_queue()664 sizeof(create_req)); in mpi3mr_create_op_reply_queue()788 memset(&create_req, 0, sizeof(create_req)); in mpi3mr_create_op_req_queue()804 create_req.QueueID = req_qid; in mpi3mr_create_op_req_queue()805 create_req.Flags = 0; in mpi3mr_create_op_req_queue()806 create_req.ReplyQueueID = reply_qid; in mpi3mr_create_op_req_queue()808 create_req.Size = op_req_q->num_reqs; in mpi3mr_create_op_req_queue()[all …]