Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_shim.h72 mlan_status moal_mfree_consistent(t_void *pmoal, t_u32 size, t_u8 *pbuf,
H A Dmlan_decl.h2123 mlan_status (*moal_mfree_consistent)(t_void *pmoal, t_u32 size, member
H A Dmoal_shim.c236 mlan_status moal_mfree_consistent(t_void *pmoal, t_u32 size, t_u8 *pbuf, in moal_mfree_consistent() function
H A Dmoal_main.c809 .moal_mfree_consistent = moal_mfree_consistent,
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_pcie.c1034 pmadapter->callbacks.moal_mfree_consistent( in wlan_pcie_delete_txbd_ring()
1272 pmadapter->callbacks.moal_mfree_consistent( in wlan_pcie_delete_rxbd_ring()
1483 pmadapter->callbacks.moal_mfree_consistent( in wlan_pcie_delete_evtbd_ring()
1574 pmadapter->callbacks.moal_mfree_consistent( in wlan_pcie_delete_cmdrsp_buf()
4204 pcb->moal_mfree_consistent(pmadapter->pmoal_handle, in wlan_free_ssu_pcie_buf()
H A Dmlan_decl.h2123 mlan_status (*moal_mfree_consistent)(t_void *pmoal, t_u32 size, member
H A Dmlan_shim.c376 MASSERT(pcb->moal_mfree_consistent); in mlan_register()