Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c332 dp_req_resp_t *drr = &dps->req_resp; in dp_tx_handle_ack()
366 dp_req_resp_t *drr = &dps->req_resp; in dp_tx_handle_nak()
446 dp_req_resp_t *drr = &dps->req_resp; in dp_got_bp_msg()
602 dp_req_resp_t *drr = &rcs->dp_state.req_resp; in dp_wake_up_waiter()
643 cv_init(dps->req_resp.cv_wait_reply, NULL, CV_DRIVER, NULL); in rmc_comm_dp_init()
716 cv_destroy(dps->req_resp.cv_wait_reply); in rmc_comm_dp_fini()
933 dp_req_resp_t *drr = &dps->req_resp; in rmc_comm_dp_mrecv()
1203 dp_req_resp_t *drr = &dps->req_resp; in rmc_comm_dp_msend()
1526 rcs->dp_state.req_resp.flags |= MSG_SENT_BP; in rmc_comm_bp_msend()
1546 rcs->dp_state.req_resp.flags |= MSG_SENT_BP; in rmc_comm_bp_srecsend()
[all …]
H A Drmc_comm_drvintf.c167 flags = dps->req_resp.flags; in rmc_comm_request_nowait()
197 dps->req_resp.flags = flags; in rmc_comm_request_nowait()
304 drr = &dps->req_resp; in rmc_comm_send_req_resp()
522 drr = &dps->req_resp; in rmc_comm_request_response_bp()
755 drr = &dps->req_resp; in rmc_comm_send_srecord_bp()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_dp.h215 dp_req_resp_t req_resp; /* request/response data */ member