Home
last modified time | relevance | path

Searched refs:max_vl (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/arm64/kernel/
Dfpsimd.c289 int max_vl = sve_max_vl; in find_supported_vector_length() local
294 if (WARN_ON(!sve_vl_valid(max_vl))) in find_supported_vector_length()
295 max_vl = SVE_VL_MIN; in find_supported_vector_length()
297 if (vl > max_vl) in find_supported_vector_length()
298 vl = max_vl; in find_supported_vector_length()
Dptrace.c772 header->max_vl = sve_max_vl; in sve_init_header_from_task()
774 header->max_size = SVE_PT_SIZE(sve_vq_from_vl(header->max_vl), in sve_init_header_from_task()
/Linux-v4.19/arch/arm64/include/uapi/asm/
Dptrace.h102 __u16 max_vl; /* maximum possible vector length */ member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dfw.h55 int max_vl; member
Dfw.c1202 port_cap->max_vl = field >> 4; in mlx4_QUERY_PORT()
1242 port_cap->max_vl = field & 0xf; in mlx4_QUERY_PORT()
Dmain.c400 dev->caps.vl_cap[port] = port_cap->max_vl; in _mlx4_dev_port()
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_cmd.h145 int max_vl; member
Dmthca_main.c197 mdev->limits.vl_cap = dev_lim->max_vl; in mthca_dev_lim()
Dmthca_cmd.c1124 dev_lim->max_vl = field >> 4; in mthca_QUERY_DEV_LIM()
/Linux-v4.19/Documentation/arm64/
Dsve.txt259 max_vl