Searched refs:max_vl (Results 1 – 13 of 13) sorted by relevance
40 int max_vl; member306 data->max_vl = new_default; in proc_write_max()358 if (data->min_vl == data->max_vl) { in prctl_set()389 data->name, data->max_vl, in prctl_set()443 if (child_vl != data->max_vl) { in prctl_set_no_child()446 data->max_vl, child_vl); in prctl_set_no_child()633 if (vl > data->max_vl) { in prctl_set_all_vqs()634 if (new_vl != data->max_vl) { in prctl_set_all_vqs()637 data->max_vl); in prctl_set_all_vqs()723 if (ret != sve_data->max_vl) { in change_sve_with_za()[all …]
130 .max_vl = SVE_VL_MIN,518 int max_vl = info->max_vl; in find_supported_vector_length() local524 max_vl = info->min_vl; in find_supported_vector_length()526 if (vl > max_vl) in find_supported_vector_length()527 vl = max_vl; in find_supported_vector_length()556 vl = info->max_vl; in vec_proc_do_default_vl()1117 int max_vl = 0; in sve_efi_setup() local1124 max_vl = max(vl_info[i].max_vl, max_vl); in sve_efi_setup()1131 if (!sve_vl_valid(max_vl)) in sve_efi_setup()1197 info->name, info->max_vl); in sve_setup()[all …]
800 header->max_vl = vec_max_vl(type); in sve_init_header_from_task()802 header->max_size = SVE_PT_SIZE(sve_vq_from_vl(header->max_vl), in sve_init_header_from_task()1067 header.max_vl = sme_max_vl(); in za_get()
118 __u16 max_vl; /* maximum possible vector length */ member277 __u16 max_vl; /* maximum possible vector length */ member
182 int max_vl; member267 return vl_info[type].max_vl; in vec_max_vl()
55 int max_vl; member
1208 port_cap->max_vl = field >> 4; in mlx4_QUERY_PORT()1248 port_cap->max_vl = field & 0xf; in mlx4_QUERY_PORT()
395 dev->caps.vl_cap[port] = port_cap->max_vl; in _mlx4_dev_port()
145 int max_vl; member
197 mdev->limits.vl_cap = dev_lim->max_vl; in mthca_dev_lim()
1118 dev_lim->max_vl = field >> 4; in mthca_QUERY_DEV_LIM()
304 max_vl
321 max_vl
Completed in 38 milliseconds