Searched refs:timer_link_setup (Results 1 – 3 of 3) sorted by relevance
171 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()
329 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()
194 timeout_id_t timer_link_setup; /* timer used to set up the */ member