Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc.c248 for (i = 0; i < ENDPOINT_MAX; i++) { in htc_cleanup()
455 for (i = 0; i < ENDPOINT_MAX; i++) { in htc_create()
876 for (i = ENDPOINT_0; i < ENDPOINT_MAX; i++) { in reset_endpoint_states()
984 for (i = 0; i < ENDPOINT_MAX; i++) { in htc_flush_surprise_remove()
1024 for (i = 0; i < ENDPOINT_MAX; i++) { in htc_stop()
1062 for (i = 0; i < ENDPOINT_MAX; i++) { in htc_stop()
1084 for (i = 0; i < ENDPOINT_MAX; i++) { in htc_dump_credit_states()
1134 A_ASSERT(Endpoint < ENDPOINT_MAX); in htc_get_endpoint_statistics()
H A Dhtc_send.c105 for (i = 0; i < ENDPOINT_MAX; i++) { in htc_get_control_endpoint_tx_host_credits()
1210 (pPacket->Endpoint >= ENDPOINT_MAX) || in get_htc_send_packets_credit_based()
1376 (pPacket->Endpoint >= ENDPOINT_MAX) || in get_htc_send_packets()
1907 if ((pPacket->Endpoint >= ENDPOINT_MAX) || in __htc_send_pkt()
2029 if (endpoint_id >= ENDPOINT_MAX || endpoint_id <= ENDPOINT_UNUSED) { in htc_get_endpoint_ul_pipeid()
2308 if ((pPacket->Endpoint >= ENDPOINT_MAX) || in htc_send_data_pkt()
2755 for (i = 0; i < ENDPOINT_MAX; i++) { in htc_tx_resource_avail_handler()
2763 if (i >= ENDPOINT_MAX) { in htc_tx_resource_avail_handler()
2796 for (i = 0; i < ENDPOINT_MAX; i++) { in htc_kick_queues()
2940 if (rpt_ep_id >= ENDPOINT_MAX) { in htc_process_credit_rpt()
[all …]
H A Dhtc_services.c100 HTC_ENDPOINT_ID assignedEndpoint = ENDPOINT_MAX; in htc_connect_service()
312 if (assignedEndpoint >= ENDPOINT_MAX) { in htc_connect_service()
H A Dhtc_recv.c292 if (htc_ep_id >= ENDPOINT_MAX) { in htc_rx_completion_handler()
319 for (i = 0; i < ENDPOINT_MAX; i++) { in htc_rx_completion_handler()
556 if (pFirstPacket->Endpoint >= ENDPOINT_MAX) { in htc_add_receive_pkt_multiple()
H A Dhtc_packet.h38 ENDPOINT_MAX, enumerator
H A Dhtc_internal.h205 HTC_ENDPOINT endpoint[ENDPOINT_MAX];
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dtransfer.c217 if (hdr->EndpointID >= ENDPOINT_MAX) { in hif_dev_alloc_and_prepare_rx_packets()
H A Dadma.c816 ENDPOINT_MAX) { in dl_xfer_cb()
H A Dmailbox.c851 if (id >= ENDPOINT_MAX) { in hif_dev_recv_message_pending_handler()
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dusbdrv.c782 if (HtcHdr->EndpointID >= ENDPOINT_MAX) { in usb_hif_usb_recv_bundle_complete()