Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_services.c100 HTC_ENDPOINT_ID assignedEndpoint = ENDPOINT_MAX; in htc_connect_service() local
122 assignedEndpoint = ENDPOINT_0; in htc_connect_service()
284 assignedEndpoint = (HTC_ENDPOINT_ID) rsp_msg_end_id; in htc_connect_service()
312 if (assignedEndpoint >= ENDPOINT_MAX) { in htc_connect_service()
322 pEndpoint = &target->endpoint[assignedEndpoint]; in htc_connect_service()
323 pEndpoint->Id = assignedEndpoint; in htc_connect_service()
331 pConnectResp->Endpoint = assignedEndpoint; in htc_connect_service()
388 pEndpoint->service_id, assignedEndpoint); in htc_connect_service()