Searched refs:host_max (Results 1 – 1 of 1) sorted by relevance
25 u32 host_min, host_max, tmp_max; in wil_fw_get_crash_dump_bounds() local34 host_max = map->host + (map->to - map->from); in wil_fw_get_crash_dump_bounds()43 if (tmp_max > host_max) in wil_fw_get_crash_dump_bounds()44 host_max = tmp_max; in wil_fw_get_crash_dump_bounds()47 *out_dump_size = host_max - host_min; in wil_fw_get_crash_dump_bounds()