Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/sys/
H A Drmc_comm.h239 int rmc_comm_dp_msend(struct rmc_comm_state *, dp_message_t *);
/titanic_44/usr/src/uts/sun4u/io/
H A Drmc_comm_drvintf.c181 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()
H A Drmc_comm_dp.c1176 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