Searched refs:drv_dump_len (Results 1 – 2 of 2) sorted by relevance
844 if (!handle->drv_dump_buf || !handle->drv_dump_len) in woal_drv_dump_read()846 woal_dump_drv_info(handle, &handle->drv_dump_len); in woal_drv_dump_read()847 if (!handle->drv_dump_buf || !handle->drv_dump_len) { in woal_drv_dump_read()852 if (sfp->size < handle->drv_dump_len) { in woal_drv_dump_read()855 (int)sfp->size, handle->drv_dump_len); in woal_drv_dump_read()862 sfp->count = handle->drv_dump_len; in woal_drv_dump_read()864 handle->drv_dump_len, sfp->size); in woal_drv_dump_read()867 handle->drv_dump_len = 0; in woal_drv_dump_read()1269 handle->drv_dump_len = 0; in woal_proc_exit()
2620 t_u32 drv_dump_len; member