Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dpltfm_ops_windows.h191 struct _SHARED_MEMORY share_mem; in _os_pkt_buf_alloc_rx() local
193 PlatformZeroMemory(&share_mem, sizeof(share_mem)); in _os_pkt_buf_alloc_rx()
195 if (PlatformAllocateSharedMemory(d, &share_mem, buf_sz) != RT_STATUS_SUCCESS) { in _os_pkt_buf_alloc_rx()
196 share_mem.VirtualAddress = NULL; in _os_pkt_buf_alloc_rx()
201 PlatformZeroMemory(share_mem.VirtualAddress, buf_sz); in _os_pkt_buf_alloc_rx()
203 *bus_addr_l = (_dma)share_mem.PhysicalAddressLow; in _os_pkt_buf_alloc_rx()
204 *bus_addr_h = (_dma)share_mem.PhysicalAddressHigh; in _os_pkt_buf_alloc_rx()
207 *os_priv = share_mem.pltfm_rsvd[0]; in _os_pkt_buf_alloc_rx()
210 return (u8 *)share_mem.VirtualAddress; in _os_pkt_buf_alloc_rx()
215 struct _SHARED_MEMORY share_mem; in _os_pkt_buf_free_rx() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_windows.h191 struct _SHARED_MEMORY share_mem; in _os_pkt_buf_alloc_rx() local
193 PlatformZeroMemory(&share_mem, sizeof(share_mem)); in _os_pkt_buf_alloc_rx()
195 if (PlatformAllocateSharedMemory(d, &share_mem, buf_sz) != RT_STATUS_SUCCESS) { in _os_pkt_buf_alloc_rx()
196 share_mem.VirtualAddress = NULL; in _os_pkt_buf_alloc_rx()
201 PlatformZeroMemory(share_mem.VirtualAddress, buf_sz); in _os_pkt_buf_alloc_rx()
203 *bus_addr_l = (_dma)share_mem.PhysicalAddressLow; in _os_pkt_buf_alloc_rx()
204 *bus_addr_h = (_dma)share_mem.PhysicalAddressHigh; in _os_pkt_buf_alloc_rx()
207 *os_priv = share_mem.pltfm_rsvd[0]; in _os_pkt_buf_alloc_rx()
210 return (u8 *)share_mem.VirtualAddress; in _os_pkt_buf_alloc_rx()
215 struct _SHARED_MEMORY share_mem; in _os_pkt_buf_free_rx() local
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_client_api.h94 static TEEC_SharedMemory share_mem[4]; variable
95 static TEEC_SharedMemory *SHARE_MEM01 = share_mem;
96 static TEEC_SharedMemory *SHARE_MEM02 = share_mem + 1;
97 static TEEC_SharedMemory *SHARE_MEM03 = share_mem + 2;
98 static TEEC_SharedMemory *SHARE_MEM04 = share_mem + 3;
H A Dxml_internal_api.h94 static TEEC_SharedMemory share_mem[2]; variable
95 static TEEC_SharedMemory *SHARE_MEM01 = share_mem;
96 static TEEC_SharedMemory *SHARE_MEM02 = share_mem + 1;
H A Dxml_crypto_api.h204 static TEEC_SharedMemory share_mem[6]; variable
205 static TEEC_SharedMemory *SHARE_MEM01 = share_mem;
206 static TEEC_SharedMemory *SHARE_MEM02 = share_mem + 1;
207 static TEEC_SharedMemory *SHARE_MEM03 = share_mem + 2;
208 static TEEC_SharedMemory *SHARE_MEM04 = share_mem + 3;
209 static TEEC_SharedMemory *SHARE_MEM05 = share_mem + 4;
210 static TEEC_SharedMemory *SHARE_MEM06 = share_mem + 5;
H A Dxml_datastorage_api.h219 static TEEC_SharedMemory share_mem[1]; variable
220 static TEEC_SharedMemory *SHARE_MEM01 = share_mem;