Searched refs:HV_CONFIG_BLOCK_SIZE_MAX (Results 1 – 4 of 4) sorted by relevance
15 if (offset % HV_CONFIG_BLOCK_SIZE_MAX || len != HV_CONFIG_BLOCK_SIZE_MAX) in mlx5_hv_config_common()18 block_id = offset / HV_CONFIG_BLOCK_SIZE_MAX; in mlx5_hv_config_common()22 HV_CONFIG_BLOCK_SIZE_MAX, block_id, in mlx5_hv_config_common()25 HV_CONFIG_BLOCK_SIZE_MAX, block_id); in mlx5_hv_config_common()
339 int offset = agent->type * HV_CONFIG_BLOCK_SIZE_MAX; in mlx5_hv_vhca_agent_write()
437 u8 bytes[HV_CONFIG_BLOCK_SIZE_MAX];448 u8 bytes[HV_CONFIG_BLOCK_SIZE_MAX];1358 if (len == 0 || len > HV_CONFIG_BLOCK_SIZE_MAX) in hv_read_config_block()1440 if (len == 0 || len > HV_CONFIG_BLOCK_SIZE_MAX) in hv_write_config_block()
1752 #define HV_CONFIG_BLOCK_SIZE_MAX 128 macro