Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_proc.c844 if (!handle->drv_dump_buf || !handle->drv_dump_len) in woal_drv_dump_read()
845 handle->drv_dump_buf = in woal_drv_dump_read()
847 if (!handle->drv_dump_buf || !handle->drv_dump_len) { in woal_drv_dump_read()
863 moal_memcpy_ext(handle, sfp->buf, handle->drv_dump_buf, in woal_drv_dump_read()
866 moal_vfree(handle, handle->drv_dump_buf); in woal_drv_dump_read()
868 handle->drv_dump_buf = NULL; in woal_drv_dump_read()
1267 if (handle->drv_dump_buf) { in woal_proc_exit()
1268 moal_vfree(handle, handle->drv_dump_buf); in woal_proc_exit()
1270 handle->drv_dump_buf = NULL; in woal_proc_exit()
H A Dmoal_main.h2618 t_u8 *drv_dump_buf; member