Searched refs:pstrMessageList (Results 1 – 2 of 2) sorted by relevance
18 pHandle->pstrMessageList = NULL; in wilc_mq_create()40 while (pHandle->pstrMessageList) { in wilc_mq_destroy()41 Message *pstrMessge = pHandle->pstrMessageList->pstrNext; in wilc_mq_destroy()43 kfree(pHandle->pstrMessageList); in wilc_mq_destroy()44 pHandle->pstrMessageList = pstrMessge; in wilc_mq_destroy()89 if (!pHandle->pstrMessageList) { in wilc_mq_send()90 pHandle->pstrMessageList = pstrMessage; in wilc_mq_send()92 Message *pstrTailMsg = pHandle->pstrMessageList; in wilc_mq_send()151 pstrMessage = pHandle->pstrMessageList; in wilc_mq_recv()170 pHandle->pstrMessageList = pstrMessage->pstrNext; in wilc_mq_recv()
27 Message *pstrMessageList; member