Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_init.c204 if (pcb->moal_vmalloc && pcb->moal_vfree) in vdll_deinit()
267 if (pmadapter->callbacks.moal_vmalloc && in wlan_allocate_adapter()
269 ret = pmadapter->callbacks.moal_vmalloc( in wlan_allocate_adapter()
287 if (pmadapter->callbacks.moal_vmalloc && in wlan_allocate_adapter()
289 ret = pmadapter->callbacks.moal_vmalloc( in wlan_allocate_adapter()
306 if (pmadapter->callbacks.moal_vmalloc && in wlan_allocate_adapter()
308 ret = pmadapter->callbacks.moal_vmalloc( in wlan_allocate_adapter()
375 if (pmadapter->callbacks.moal_vmalloc && in wlan_allocate_adapter()
377 ret = pmadapter->callbacks.moal_vmalloc( in wlan_allocate_adapter()
1743 if (pcb->moal_vmalloc && pcb->moal_vfree) in wlan_free_adapter()
[all …]
H A Dmlan_shim.c264 if (pmdevice->callbacks.moal_vmalloc && pmdevice->callbacks.moal_vfree) in mlan_register()
265 ret = pmdevice->callbacks.moal_vmalloc(pmdevice->pmoal_handle, in mlan_register()
469 if (pcb->moal_vmalloc && pcb->moal_vfree) in mlan_register()
470 ret = pcb->moal_vmalloc(pmadapter->pmoal_handle, in mlan_register()
569 if (pcb->moal_vmalloc && pcb->moal_vfree) in mlan_register()
577 if (pcb->moal_vmalloc && pcb->moal_vfree) in mlan_register()
615 if (pcb->moal_vmalloc && pcb->moal_vfree) in mlan_unregister()
625 if (pcb->moal_vmalloc && pcb->moal_vfree) in mlan_unregister()
H A Dmlan_decl.h2115 mlan_status (*moal_vmalloc)(t_void *pmoal, t_u32 size, t_u8 **ppbuf); member
H A Dmlan_scan.c2773 if (pmadapter->callbacks.moal_vmalloc && in wlan_ret_802_11_scan_store_beacon()
2775 ret = pmadapter->callbacks.moal_vmalloc( in wlan_ret_802_11_scan_store_beacon()
2814 if (pmadapter->callbacks.moal_vmalloc && in wlan_ret_802_11_scan_store_beacon()
H A Dmlan_cmdevt.c4680 if (pcb->moal_vmalloc && pcb->moal_vfree) in wlan_get_vdll_image()
4681 status = pcb->moal_vmalloc(pmadapter->pmoal_handle, vdll_len, in wlan_get_vdll_image()
4698 if (pcb->moal_vmalloc && pcb->moal_vfree) in wlan_get_vdll_image()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_init.c200 if (pmadapter->callbacks.moal_vmalloc && in wlan_allocate_adapter()
202 ret = pmadapter->callbacks.moal_vmalloc(pmadapter->pmoal_handle, in wlan_allocate_adapter()
235 if (pmadapter->callbacks.moal_vmalloc && in wlan_allocate_adapter()
237 ret = pmadapter->callbacks.moal_vmalloc(pmadapter->pmoal_handle, in wlan_allocate_adapter()
304 if (pmadapter->callbacks.moal_vmalloc && in wlan_allocate_adapter()
306 ret = pmadapter->callbacks.moal_vmalloc(pmadapter-> in wlan_allocate_adapter()
1338 if (pcb->moal_vmalloc && pcb->moal_vfree) in wlan_free_adapter()
1347 if (pcb->moal_vmalloc && pcb->moal_vfree) in wlan_free_adapter()
1382 if (pcb->moal_vmalloc && pcb->moal_vfree) in wlan_free_adapter()
1448 if (pcb->moal_vmalloc && pcb->moal_vfree) in wlan_init_interface()
[all …]
H A Dmlan_shim.c249 if (pmdevice->callbacks.moal_vmalloc && pmdevice->callbacks.moal_vfree) in mlan_register()
250 ret = pmdevice->callbacks.moal_vmalloc(pmdevice->pmoal_handle, in mlan_register()
376 if (pcb->moal_vmalloc && pcb->moal_vfree) in mlan_register()
377 ret = pcb->moal_vmalloc(pmadapter->pmoal_handle, in mlan_register()
461 if (pcb->moal_vmalloc && pcb->moal_vfree) in mlan_register()
469 if (pcb->moal_vmalloc && pcb->moal_vfree) in mlan_register()
514 if (pcb->moal_vmalloc && pcb->moal_vfree) in mlan_unregister()
524 if (pcb->moal_vmalloc && pcb->moal_vfree) in mlan_unregister()
H A Dmlan_decl.h1219 mlan_status (*moal_vmalloc) (IN t_void *pmoal_handle, member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_sdio_mmc.c1746 ret = moal_vmalloc(phandle, FW_DUMP_INFO_LEN, in woal_dump_firmware_info()
1763 ret = moal_vmalloc(phandle, ITCM_SIZE + 1, (t_u8 **)&ITCM_Ptr); in woal_dump_firmware_info()
1770 ret = moal_vmalloc(phandle, dtcm_size + 1, (t_u8 **)&DTCM_Ptr); in woal_dump_firmware_info()
1775 ret = moal_vmalloc(phandle, sqram_size + 1, (t_u8 **)&SQRAM_Ptr); in woal_dump_firmware_info()
1953 ret = moal_vmalloc(phandle, FW_DUMP_INFO_LEN, in woal_dump_firmware_info_v2()
2006 ret = moal_vmalloc( in woal_dump_firmware_info_v2()
2157 ret = moal_vmalloc(phandle, memory_size + 1, in woal_dump_firmware_info_v3()
2187 ret = moal_vmalloc(phandle, in woal_dump_firmware_info_v3()
H A Dmoal_shim.h67 mlan_status moal_vmalloc(t_void *pmoal, t_u32 size, t_u8 **ppbuf);
H A Dmoal_pcie.c2058 ret = moal_vmalloc(phandle, FW_DUMP_INFO_LEN, in woal_pcie_dump_fw_info_v1()
2114 ret = moal_vmalloc( in woal_pcie_dump_fw_info_v1()
2262 ret = moal_vmalloc(phandle, memory_size + 1, in woal_pcie_dump_fw_info_v2()
2293 ret = moal_vmalloc(phandle, in woal_pcie_dump_fw_info_v2()
H A Dmlan_decl.h2115 mlan_status (*moal_vmalloc)(t_void *pmoal, t_u32 size, t_u8 **ppbuf); member
H A Dmoal_main.c805 .moal_vmalloc = moal_vmalloc,
9038 ret = moal_vmalloc(phandle, FW_DUMP_INFO_LEN,
9597 ret = moal_vmalloc(phandle, drv_info_size, &drv_buf);
H A Dmoal_shim.c150 mlan_status moal_vmalloc(t_void *pmoal, t_u32 size, t_u8 **ppbuf) in moal_vmalloc() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_shim.h68 mlan_status moal_vmalloc(IN t_void *pmoal_handle,
H A Dmlan_decl.h1219 mlan_status (*moal_vmalloc) (IN t_void *pmoal_handle, member
H A Dmoal_main.c241 .moal_vmalloc = moal_vmalloc,
7189 ret = moal_vmalloc(phandle, DRV_INFO_SIZE + 1, &drv_buf);
7427 ret = moal_vmalloc(phandle, memory_size + 1,
7460 ret = moal_vmalloc(phandle,
H A Dmoal_shim.c147 moal_vmalloc(IN t_void *pmoal_handle, IN t_u32 size, OUT t_u8 **ppbuf) in moal_vmalloc() function