Searched refs:dp_state (Results 1 – 4 of 4) sorted by relevance
101 dp_buffer_t *dbuf = rcs->dp_state.dp_buffers; in dp_init_buffers()113 dp_buffer_t *dbuf = rcs->dp_state.dp_buffers; in dp_get_buffer()115 ASSERT(MUTEX_HELD(rcs->dp_state.dp_mutex)); in dp_get_buffer()140 dp_buffer_t *dbuf = rcs->dp_state.dp_buffers; in dp_release_buffer()142 ASSERT(MUTEX_HELD(rcs->dp_state.dp_mutex)); in dp_release_buffer()163 rmc_comm_dp_state_t *dps = &rcs->dp_state; in dp_link_setup_tohandler()192 rmc_comm_dp_state_t *dps = &rcs->dp_state; in dp_delay_ack_tohandler()236 rmc_comm_dp_state_t *dps = &rcs->dp_state; in dp_enable_data_link()277 rmc_comm_dp_state_t *dps = &rcs->dp_state; in dp_reset()331 rmc_comm_dp_state_t *dps = &rcs->dp_state; in dp_tx_handle_ack()[all …]
396 mutex_enter(rcs->dp_state.dp_mutex); in rmc_comm_softint()398 mutex_exit(rcs->dp_state.dp_mutex); in rmc_comm_softint()411 mutex_enter(rcs->dp_state.dp_mutex); in rmc_comm_cyclic()413 mutex_exit(rcs->dp_state.dp_mutex); in rmc_comm_cyclic()613 &rcs->dp_state.dp_iblk); in rmc_comm_serdev_init()624 mutex_init(rcs->dp_state.dp_mutex, NULL, MUTEX_DRIVER, in rmc_comm_serdev_init()625 rcs->dp_state.dp_iblk); in rmc_comm_serdev_init()639 &rcs->dp_state.dp_iblk, NULL, rmc_comm_softint, (caddr_t)rcs); in rmc_comm_serdev_init()641 mutex_destroy(rcs->dp_state.dp_mutex); in rmc_comm_serdev_init()659 mutex_destroy(rcs->dp_state.dp_mutex); in rmc_comm_serdev_init()[all …]
136 dps = &rcs->dp_state; in rmc_comm_request_nowait()303 dps = &rcs->dp_state; in rmc_comm_send_req_resp()521 dps = &rcs->dp_state; in rmc_comm_request_response_bp()646 mutex_enter(rcs->dp_state.dp_mutex); in rmc_comm_reg_intr()648 msgintr = &rcs->dp_state.msg_intr; in rmc_comm_reg_intr()655 mutex_exit(rcs->dp_state.dp_mutex); in rmc_comm_reg_intr()680 mutex_exit(rcs->dp_state.dp_mutex); in rmc_comm_reg_intr()698 mutex_enter(rcs->dp_state.dp_mutex); in rmc_comm_unreg_intr()700 msgintr = &rcs->dp_state.msg_intr; in rmc_comm_unreg_intr()717 mutex_exit(rcs->dp_state.dp_mutex); in rmc_comm_unreg_intr()[all …]
170 rmc_comm_dp_state_t dp_state; member