Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_bt.c321 cy_stc_ipc_msg_alloc_t ipcMsgAlloc; in Cy_BTIPC_HCI_RelBuffer() local
355 ipcMsgAlloc.pti = (uint8_t)CY_BT_IPC_HPC_BUFRELEASE; in Cy_BTIPC_HCI_RelBuffer()
356 ipcMsgAlloc.bufType = ((uint8_t)contextPtr->toFreeBuf[idx].bufType); in Cy_BTIPC_HCI_RelBuffer()
357 ipcMsgAlloc.bufSize = contextPtr->toFreeBuf[idx].bufLen; in Cy_BTIPC_HCI_RelBuffer()
358 ipcMsgAlloc.bufAddr = contextPtr->toFreeBuf[idx].bufPtr; in Cy_BTIPC_HCI_RelBuffer()
377 return (Cy_BTIPC_HPC_Write(contextPtr, &ipcMsgAlloc, (size_t) 2)); in Cy_BTIPC_HCI_RelBuffer()
388 cy_stc_ipc_msg_alloc_t ipcMsgAlloc; in Cy_BTIPC_HPC_RelBuffer() local
400 ipcMsgAlloc.pti = (uint8_t)CY_BT_IPC_HPC_BUFRELEASE; in Cy_BTIPC_HPC_RelBuffer()
401 ipcMsgAlloc.bufType = 0; in Cy_BTIPC_HPC_RelBuffer()
402 ipcMsgAlloc.bufSize = 0; in Cy_BTIPC_HPC_RelBuffer()
[all …]