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()
405 u8 bytes[HV_CONFIG_BLOCK_SIZE_MAX];416 u8 bytes[HV_CONFIG_BLOCK_SIZE_MAX];956 if (len == 0 || len > HV_CONFIG_BLOCK_SIZE_MAX) in hv_read_config_block()1038 if (len == 0 || len > HV_CONFIG_BLOCK_SIZE_MAX) in hv_write_config_block()
1659 #define HV_CONFIG_BLOCK_SIZE_MAX 128 macro