Searched refs:tmp_endpoint (Results 1 – 1 of 1) sorted by relevance
107 struct htc_endpoint *endpoint, *tmp_endpoint = NULL; in htc_process_conn_rsp() local131 tmp_endpoint = &target->endpoint[tepid]; in htc_process_conn_rsp()132 if (tmp_endpoint->service_id == service_id) { in htc_process_conn_rsp()133 tmp_endpoint->service_id = 0; in htc_process_conn_rsp()142 endpoint->max_txqdepth = tmp_endpoint->max_txqdepth; in htc_process_conn_rsp()143 endpoint->ep_callbacks = tmp_endpoint->ep_callbacks; in htc_process_conn_rsp()144 endpoint->ul_pipeid = tmp_endpoint->ul_pipeid; in htc_process_conn_rsp()145 endpoint->dl_pipeid = tmp_endpoint->dl_pipeid; in htc_process_conn_rsp()