Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/include/
Dhtc_api.h126 …HTC_EP_RECV_ALLOC EpRecvAllocThresh; /* OPTIONAL recv allocation callback based on a thres… member
/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_recv.c773 } else if ((pEndpoint->EpCallBacks.EpRecvAllocThresh != NULL) && in AllocAndPrepareRxPackets()
781 pPacket = pEndpoint->EpCallBacks.EpRecvAllocThresh(pEndpoint->EpCallBacks.pContext, in AllocAndPrepareRxPackets()
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dar6000_drv.c2658 connect.EpCallbacks.EpRecvAllocThresh = ar6000_alloc_amsdu_rxbuf; in ar6000_init()