Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c171 if (dps->timer_link_setup != (timeout_id_t)0) { in dp_link_setup_tohandler()
178 dps->timer_link_setup = timeout(dp_link_setup_tohandler, in dp_link_setup_tohandler()
243 timer_id = dps->timer_link_setup; in dp_enable_data_link()
244 dps->timer_link_setup = (timeout_id_t)0; in dp_enable_data_link()
311 if (restart_data_link && dps->timer_link_setup == (timeout_id_t)0) { in dp_reset()
319 dps->timer_link_setup = timeout(dp_link_setup_tohandler, in dp_reset()
658 dps->timer_link_setup = timeout(dp_link_setup_tohandler, in rmc_comm_dp_init()
700 tid_delay_ack = dps->timer_link_setup; in rmc_comm_dp_fini()
702 dps->timer_link_setup = (timeout_id_t)0; in rmc_comm_dp_fini()
H A Drmc_comm_drvintf.c329 dps->timer_link_setup == (timeout_id_t)0) { in rmc_comm_send_req_resp()
542 dps->timer_link_setup = (timeout_id_t)0; in rmc_comm_request_response_bp()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_dp.h194 timeout_id_t timer_link_setup; /* timer used to set up the */ member