Searched refs:max_vl (Results 1 – 13 of 13) sorted by relevance
39 int max_vl; member298 data->max_vl = new_default; in proc_write_max()350 if (data->min_vl == data->max_vl) { in prctl_set()381 data->name, data->max_vl, in prctl_set()414 if (data->min_vl == data->max_vl) { in prctl_set_no_child()435 if (child_vl != data->max_vl) { in prctl_set_no_child()438 data->max_vl, child_vl); in prctl_set_no_child()452 if (data->min_vl == data->max_vl) { in prctl_set_for_child()602 if (vl > data->max_vl) { in prctl_set_all_vqs()603 if (new_vl != data->max_vl) { in prctl_set_all_vqs()[all …]
130 .max_vl = SVE_VL_MIN,538 int max_vl = info->max_vl; in find_supported_vector_length() local544 max_vl = info->min_vl; in find_supported_vector_length()546 if (vl > max_vl) in find_supported_vector_length()547 vl = max_vl; in find_supported_vector_length()576 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()1208 info->max_vl))) in sve_setup()1381 info->max_vl))) in sme_setup()[all …]
770 header->max_vl = vec_max_vl(type); in sve_init_header_from_task()772 header->max_size = SVE_PT_SIZE(sve_vq_from_vl(header->max_vl), in sve_init_header_from_task()1027 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
158 int max_vl; member243 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()
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()
304 max_vl
326 max_vl
Completed in 41 milliseconds