Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dhtc_hst.c106 struct htc_endpoint *endpoint, *tmp_endpoint = NULL; in htc_process_conn_rsp() local
124 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()