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() local122 tmp_endpoint = &target->endpoint[tepid]; in htc_process_conn_rsp()123 if (tmp_endpoint->service_id == service_id) { in htc_process_conn_rsp()124 tmp_endpoint->service_id = 0; in htc_process_conn_rsp()133 endpoint->max_txqdepth = tmp_endpoint->max_txqdepth; in htc_process_conn_rsp()134 endpoint->ep_callbacks = tmp_endpoint->ep_callbacks; in htc_process_conn_rsp()135 endpoint->ul_pipeid = tmp_endpoint->ul_pipeid; in htc_process_conn_rsp()136 endpoint->dl_pipeid = tmp_endpoint->dl_pipeid; in htc_process_conn_rsp()