Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/ !
Dhtc.c118 INIT_HTC_PACKET_QUEUE(&target->ControlBufferTXFreeList); in HTCCreate()
119 INIT_HTC_PACKET_QUEUE(&target->ControlBufferRXFreeList); in HTCCreate()
454 INIT_HTC_PACKET_QUEUE(&pEndpoint->RxBuffers); in ResetEndpointStates()
455 INIT_HTC_PACKET_QUEUE(&pEndpoint->TxQueue); in ResetEndpointStates()
456 INIT_HTC_PACKET_QUEUE(&pEndpoint->RecvIndicationQueue); in ResetEndpointStates()
Dhtc_send.c63INIT_HTC_PACKET_QUEUE(pQueueToIndicate); in DoSendCompletion()
276 INIT_HTC_PACKET_QUEUE(&sendCompletes); in HTCAsyncSendScatterCompletion()
496 INIT_HTC_PACKET_QUEUE(&sendQueue); in HTCTrySend()
587 INIT_HTC_PACKET_QUEUE(&sendQueue); in HTCTrySend()
848 INIT_HTC_PACKET_QUEUE(&discardQueue); in HTCFlushEndpointTX()
Dhtc_recv.c70 INIT_HTC_PACKET_QUEUE(pQueueToIndicate); in DoRecvCompletion()
441 INIT_HTC_PACKET_QUEUE(&recvCompletions); in DrainRecvIndicationQueue()
910 INIT_HTC_PACKET_QUEUE(&localRecvQueue); in HTCAsyncRecvScatterCompletion()
1163 INIT_HTC_PACKET_QUEUE(&recvPktQueue); in HTCRecvMessagePendingHandler()
1164 INIT_HTC_PACKET_QUEUE(&syncCompletedPktsQueue); in HTCRecvMessagePendingHandler()
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/ !
Dar6k_gmbox_hciuart.c802 INIT_HTC_PACKET_QUEUE(&discardQueue); in FlushSendQueue()
826 INIT_HTC_PACKET_QUEUE(&discardQueue); in FlushRecvBuffers()
865 INIT_HTC_PACKET_QUEUE(&pProtocol->SendQueue); in GMboxProtocolInstall()
866 INIT_HTC_PACKET_QUEUE(&pProtocol->HCIACLRecvBuffers); in GMboxProtocolInstall()
867 INIT_HTC_PACKET_QUEUE(&pProtocol->HCIEventBuffers); in GMboxProtocolInstall()
Dar6k.c88 INIT_HTC_PACKET_QUEUE(&pDev->RegisterIOList); in DevSetup()
/linux-2.6.39/drivers/staging/ath6kl/include/ !
Dhtc_packet.h148 #define INIT_HTC_PACKET_QUEUE(pQ) \ macro
/linux-2.6.39/drivers/staging/ath6kl/os/linux/ !
Dhci_bridge.c169 INIT_HTC_PACKET_QUEUE(&queue); in RefillRecvBuffers()
497 INIT_HTC_PACKET_QUEUE(&pHcidevInfo->HTCPacketStructHead);
Dar6000_drv.c1712 INIT_HTC_PACKET_QUEUE(&ar->amsdu_rx_buffer_queue); in ar6000_avail_ev()
4005 INIT_HTC_PACKET_QUEUE(&queue); in ar6000_rx_refill()
6381 INIT_HTC_PACKET_QUEUE(&pktQueue); in DoHTCSendPktsTest()