Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_msgqueue.c41 Message *pstrMessge = pHandle->pstrMessageList->pstrNext; in wilc_mq_destroy()
78 pstrMessage->pstrNext = NULL; in wilc_mq_send()
94 while (pstrTailMsg->pstrNext) in wilc_mq_send()
95 pstrTailMsg = pstrTailMsg->pstrNext; in wilc_mq_send()
97 pstrTailMsg->pstrNext = pstrMessage; in wilc_mq_send()
170 pHandle->pstrMessageList = pstrMessage->pstrNext; in wilc_mq_recv()
Dwilc_msgqueue.h19 struct __Message_struct *pstrNext; member