Searched refs:HV_CONFIG_BLOCK_SIZE_MAX (Results 1 – 3 of 3) 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()
1757 #define HV_CONFIG_BLOCK_SIZE_MAX 128 macro