Home
last modified time | relevance | path

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

/open-nvidia-gpu/src/nvidia/src/kernel/gpu/gsp/
H A Dmessage_queue_cpu.c494 NvU8 *pNextElement = NULL; in GspMsgQueueSendCommand() local
570 pNextElement = (NvU8 *)msgqTxGetWriteBuffer(pMQI->hQueue, i); in GspMsgQueueSendCommand()
572 if (pNextElement != NULL) in GspMsgQueueSendCommand()
583 if (pNextElement == NULL) in GspMsgQueueSendCommand()
597 portMemCopy(pNextElement, GSP_MSG_QUEUE_ELEMENT_SIZE_MIN, in GspMsgQueueSendCommand()
644 const NvU8 *pNextElement = NULL; in GspMsgQueueReceiveStatus() local
665 pNextElement = msgqRxGetReadBuffer(pMQI->hQueue, i); in GspMsgQueueReceiveStatus()
666 if (pNextElement == NULL) in GspMsgQueueReceiveStatus()
683 pNextElement, GSP_MSG_QUEUE_ELEMENT_SIZE_MIN); in GspMsgQueueReceiveStatus()