Searched refs:max_vl (Results 1 – 12 of 12) sorted by relevance
41 int max_vl; member290 data->max_vl = new_default; in proc_write_max()342 if (data->min_vl == data->max_vl) { in prctl_set()373 data->name, data->max_vl, in prctl_set()406 if (data->min_vl == data->max_vl) { in prctl_set_no_child()427 if (child_vl != data->max_vl) { in prctl_set_no_child()430 data->max_vl, child_vl); in prctl_set_no_child()444 if (data->min_vl == data->max_vl) { in prctl_set_for_child()594 if (vl > data->max_vl) { in prctl_set_all_vqs()595 if (new_vl != data->max_vl) { in prctl_set_all_vqs()[all …]
130 .max_vl = SVE_VL_MIN,391 int max_vl = info->max_vl; in find_supported_vector_length() local396 if (WARN_ON(!sve_vl_valid(max_vl))) in find_supported_vector_length()397 max_vl = info->min_vl; in find_supported_vector_length()399 if (vl > max_vl) in find_supported_vector_length()400 vl = max_vl; in find_supported_vector_length()426 vl = info->max_vl; in sve_proc_do_default_vl()853 if (!sve_vl_valid(info->max_vl)) in sve_efi_setup()930 info->max_vl))) in sve_setup()932 info->max_vl); in sve_setup()[all …]
731 header->max_vl = sve_max_vl(); in sve_init_header_from_task()733 header->max_size = SVE_PT_SIZE(sve_vq_from_vl(header->max_vl), in sve_init_header_from_task()
104 int max_vl; member182 return vl_info[type].max_vl; in vec_max_vl()
118 __u16 max_vl; /* maximum possible vector length */ member
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()
400 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()
294 max_vl
Completed in 39 milliseconds