Lines Matching refs:endpoint
189 HTC_ENDPOINT *endpoint; in htc_cleanup() local
249 endpoint = &target->endpoint[i]; in htc_cleanup()
250 qdf_spinlock_destroy(&endpoint->lookup_queue_lock); in htc_cleanup()
456 pEndpoint = &target->endpoint[i]; in htc_create()
510 pEndpoint = &target->endpoint[ENDPOINT_0]; in htc_create()
877 pEndpoint = &target->endpoint[i]; in reset_endpoint_states()
985 pEndpoint = &target->endpoint[i]; in htc_flush_surprise_remove()
1012 HTC_ENDPOINT *endpoint; in htc_stop() local
1025 endpoint = &target->endpoint[i]; in htc_stop()
1026 htc_flush_rx_hold_queue(target, endpoint); in htc_stop()
1027 htc_flush_endpoint_tx(target, endpoint, HTC_TX_PACKET_TAG_ALL); in htc_stop()
1028 if (endpoint->ul_is_polled) { in htc_stop()
1029 qdf_timer_stop(&endpoint->ul_poll_timer); in htc_stop()
1030 qdf_timer_free(&endpoint->ul_poll_timer); in htc_stop()
1063 endpoint = &target->endpoint[i]; in htc_stop()
1064 if (endpoint->service_id == WMI_CONTROL_SVC) in htc_stop()
1066 else if (endpoint->service_id == HTC_CTRL_RSVD_SVC || in htc_stop()
1067 (endpoint->service_id == HTT_DATA_MSG_SVC && in htc_stop()
1068 !endpoint->ul_is_polled)) in htc_stop()
1085 pEndpoint = &target->endpoint[i]; in htc_dump_credit_states()
1143 qdf_mem_copy(pStats, &target->endpoint[Endpoint].endpoint_stats, in htc_get_endpoint_statistics()
1149 qdf_mem_zero(&target->endpoint[Endpoint].endpoint_stats, in htc_get_endpoint_statistics()