Searched refs:tmp_endpoint (Results 1 – 1 of 1) sorted by relevance
106 struct htc_endpoint *endpoint, *tmp_endpoint = NULL; in htc_process_conn_rsp() local124 tmp_endpoint = &target->endpoint[tepid]; in htc_process_conn_rsp()125 if (tmp_endpoint->service_id == service_id) { in htc_process_conn_rsp()126 tmp_endpoint->service_id = 0; in htc_process_conn_rsp()135 endpoint->max_txqdepth = tmp_endpoint->max_txqdepth; in htc_process_conn_rsp()136 endpoint->ep_callbacks = tmp_endpoint->ep_callbacks; in htc_process_conn_rsp()137 endpoint->ul_pipeid = tmp_endpoint->ul_pipeid; in htc_process_conn_rsp()138 endpoint->dl_pipeid = tmp_endpoint->dl_pipeid; in htc_process_conn_rsp()