Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_dp.h122 #define MSG_ACKED 0x04 macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c352 drr->flags |= MSG_ACKED; in dp_tx_handle_ack()
354 dp_wake_up_waiter(rcs, MSG_ACKED); in dp_tx_handle_ack()
1230 } else if ((drr->flags & MSG_ACKED) != 0) { in rmc_comm_dp_msend()
H A Drmc_comm_drvintf.c436 } else if (response == NULL && (drr->flags & MSG_ACKED) != 0) { in rmc_comm_send_req_resp()