Searched refs:HTC_ENDPOINT (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/htc/ |
H A D | htc_send.c | 85 HTC_ENDPOINT *endpoint = &target->endpoint[endpoint_id]; in htc_get_tx_queue_depth() 95 HTC_ENDPOINT *pEndpoint; in htc_get_control_endpoint_tx_host_credits() 133 HTC_ENDPOINT *pEndpoint = &target->endpoint[pPacket->Endpoint]; in send_packet_completion() 176 HTC_ENDPOINT *pEndpoint = &target->endpoint[pPacket->Endpoint]; in log_packet_info() 212 HTC_ENDPOINT *pEndpoint = (HTC_ENDPOINT *) context; in htc_send_complete_check_cleanup() 374 HTC_ENDPOINT *pEndpoint, in htc_send_bundled_netbuf() 445 static int htc_tx_pad_credit_avail(HTC_ENDPOINT *ep) in htc_tx_pad_credit_avail() 462 static bool htc_handle_extra_tx_credit(HTC_ENDPOINT *ep, in htc_handle_extra_tx_credit() 525 static int htc_tx_pad_credit_avail(HTC_ENDPOINT *ep) in htc_tx_pad_credit_avail() 530 static bool htc_handle_extra_tx_credit(HTC_ENDPOINT *ep, in htc_handle_extra_tx_credit() [all …]
|
H A D | htc_internal.h | 179 } HTC_ENDPOINT; typedef 205 HTC_ENDPOINT endpoint[ENDPOINT_MAX]; 326 void htc_flush_rx_hold_queue(HTC_TARGET *target, HTC_ENDPOINT *pEndpoint); 327 void htc_flush_endpoint_tx(HTC_TARGET *target, HTC_ENDPOINT *pEndpoint, 358 static inline void htc_send_complete_poll_timer_stop(HTC_ENDPOINT * in htc_send_complete_poll_timer_stop() 368 static inline void htc_send_complete_poll_timer_start(HTC_ENDPOINT * in htc_send_complete_poll_timer_start() 382 htc_send_complete_check(HTC_ENDPOINT *pEndpoint, int force) { in htc_send_complete_check()
|
H A D | htc_recv.c | 89 static void do_recv_completion_pkt(HTC_ENDPOINT *pEndpoint, in do_recv_completion_pkt() 108 static void do_recv_completion(HTC_ENDPOINT *pEndpoint, in do_recv_completion() 152 HTC_ENDPOINT *pEndpoint = &target->endpoint[Endpoint]; in htc_get_num_recv_buffers() 253 HTC_ENDPOINT *pEndpoint, *currendpoint; in htc_rx_completion_handler() 544 HTC_ENDPOINT *pEndpoint; in htc_add_receive_pkt_multiple() 599 void htc_flush_rx_hold_queue(HTC_TARGET *target, HTC_ENDPOINT *pEndpoint) in htc_flush_rx_hold_queue()
|
H A D | htc.c | 189 HTC_ENDPOINT *endpoint; in htc_cleanup() 434 HTC_ENDPOINT *pEndpoint = NULL; in htc_create() 873 HTC_ENDPOINT *pEndpoint; in reset_endpoint_states() 975 HTC_ENDPOINT *pEndpoint; in htc_flush_surprise_remove() 1012 HTC_ENDPOINT *endpoint; in htc_stop() 1081 HTC_ENDPOINT *pEndpoint; in htc_dump_credit_states()
|
H A D | htc_services.c | 101 HTC_ENDPOINT *pEndpoint; in htc_connect_service() 427 HTC_ENDPOINT *pEndpoint = &target->endpoint[htc_ep_id]; in htc_set_async_ep()
|