Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_shim.h70 mlan_status moal_malloc_consistent(t_void *pmoal, t_u32 size, t_u8 **ppbuf,
H A Dmlan_decl.h2120 mlan_status (*moal_malloc_consistent)(t_void *pmoal, t_u32 size, member
H A Dmoal_shim.c196 mlan_status moal_malloc_consistent(t_void *pmoal, t_u32 size, t_u8 **ppbuf, in moal_malloc_consistent() function
H A Dmoal_main.c808 .moal_malloc_consistent = moal_malloc_consistent,
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_pcie.c904 ret = pcb->moal_malloc_consistent( in wlan_pcie_create_txbd_ring()
1109 ret = pcb->moal_malloc_consistent( in wlan_pcie_create_rxbd_ring()
1333 ret = pcb->moal_malloc_consistent( in wlan_pcie_create_evtbd_ring()
1526 ret = pcb->moal_malloc_consistent(pmadapter->pmoal_handle, in wlan_pcie_alloc_cmdrsp_buf()
4146 ret = pcb->moal_malloc_consistent(pmadapter->pmoal_handle, in wlan_alloc_ssu_pcie_buf()
H A Dmlan_decl.h2120 mlan_status (*moal_malloc_consistent)(t_void *pmoal, t_u32 size, member
H A Dmlan_shim.c375 MASSERT(pcb->moal_malloc_consistent); in mlan_register()