Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k_gmbox.c385 A_ASSERT(pDev->GMboxInfo.pCreditsPendingCallback != NULL); in DevCheckGMboxInterrupts()
386 status = pDev->GMboxInfo.pCreditsPendingCallback(pDev->GMboxInfo.pProtocolContext, in DevCheckGMboxInterrupts()
531 pDev->GMboxInfo.pCreditsPendingCallback(pDev->GMboxInfo.pProtocolContext, in DevGMboxReadCreditsAsyncHandler()
Dar6k.h102 int (*pCreditsPendingCallback)(void *pContext, int NumCredits, bool CreditIRQEnabled); member
374 (pDev)->GMboxInfo.pCreditsPendingCallback = (credits_pending); \