Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k.h101 int (*pMessagePendingCallBack)(void *pContext, u8 LookAheadBytes[], int ValidBytes); member
373 (pDev)->GMboxInfo.pMessagePendingCallBack = (recv_callback); \
Dar6k_gmbox.c360 A_ASSERT(pDev->GMboxInfo.pMessagePendingCallBack != NULL); in DevCheckGMboxInterrupts()
361 status = pDev->GMboxInfo.pMessagePendingCallBack( in DevCheckGMboxInterrupts()