Searched refs:rmc_comm_dp_msend (Results 1 – 3 of 3) sorted by relevance
239 int rmc_comm_dp_msend(struct rmc_comm_state *, dp_message_t *);
181 err = rmc_comm_dp_msend(rcs, &req); in rmc_comm_request_nowait()388 while ((err = rmc_comm_dp_msend(rcs, &req)) == RCNOERR) { in rmc_comm_send_req_resp()
1176 err = rmc_comm_dp_msend(rcs, &ctlmsg); in rmc_comm_dp_ctlsend()1200 rmc_comm_dp_msend(struct rmc_comm_state *rcs, dp_message_t *req) in rmc_comm_dp_msend() function