Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_services.c134 HTC_ENDPOINT_ID assignedEndpoint = ENDPOINT_MAX; in HTCConnectService() local
147 assignedEndpoint = ENDPOINT_0; in HTCConnectService()
218 assignedEndpoint = (HTC_ENDPOINT_ID) pResponseMsg->EndpointID; in HTCConnectService()
238 if (assignedEndpoint >= ENDPOINT_MAX) { in HTCConnectService()
248 pEndpoint = &target->EndPoint[assignedEndpoint]; in HTCConnectService()
249 pEndpoint->Id = assignedEndpoint; in HTCConnectService()
257 pConnectResp->Endpoint = assignedEndpoint; in HTCConnectService()
270 pEndpoint->CreditDist.Endpoint = assignedEndpoint; in HTCConnectService()