Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/include/common/
Dhtc.h72 u8 EndpointID; member
167 u8 EndpointID; /* assigned endpoint ID */
212 u8 EndpointID; /* Endpoint that owns these credits */
/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_recv.c280 if (pPacket->Endpoint != A_GET_UINT8_FIELD(pBuf, struct htc_frame_hdr, EndpointID)) { in HTCProcessRecvHeader()
283 A_GET_UINT8_FIELD(pBuf, struct htc_frame_hdr, EndpointID), pPacket->Endpoint)); in HTCProcessRecvHeader()
506 if (pHdr->EndpointID == pPacket->Endpoint) { in SetRxPacketIndicationFlags()
618 if (pHdr->EndpointID != ENDPOINT_0) { in HTCWaitforControlMessage()
710 if (pHdr->EndpointID >= ENDPOINT_MAX) { in AllocAndPrepareRxPackets()
711 … AR_DEBUG_PRINTF(ATH_DEBUG_ERR,("Invalid Endpoint in look-ahead: %d \n",pHdr->EndpointID)); in AllocAndPrepareRxPackets()
717 if (pHdr->EndpointID != pEndpoint->Id) { in AllocAndPrepareRxPackets()
719 pHdr->EndpointID, pEndpoint->Id, i)); in AllocAndPrepareRxPackets()
733 AR_DEBUG_PRINTF(ATH_DEBUG_ERR,("Endpoint %d is not connected !\n",pHdr->EndpointID)); in AllocAndPrepareRxPackets()
1173 id = ((struct htc_frame_hdr *)&lookAheads[0])->EndpointID; in HTCRecvMessagePendingHandler()
Dhtc_send.c769 if (pRpt->EndpointID >= ENDPOINT_MAX) { in HTCProcessCreditRpt()
774 pEndpoint = &target->EndPoint[pRpt->EndpointID]; in HTCProcessCreditRpt()
777 pRpt->EndpointID, pRpt->Credits)); in HTCProcessCreditRpt()
785 if (FromEndpoint == pRpt->EndpointID) { in HTCProcessCreditRpt()
802 if (ENDPOINT_0 == pRpt->EndpointID) { in HTCProcessCreditRpt()
Dhtc_internal.h208 A_SET_UINT8_FIELD(pHdrBuf,struct htc_frame_hdr,EndpointID, (u8)(pP)->Endpoint); \
Dhtc_services.c218 assignedEndpoint = (HTC_ENDPOINT_ID) pResponseMsg->EndpointID; in HTCConnectService()