Home
last modified time | relevance | path

Searched refs:HV_CONFIG_BLOCK_SIZE_MAX (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dhv.c15 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()
Dhv_vhca.c339 int offset = agent->type * HV_CONFIG_BLOCK_SIZE_MAX; in mlx5_hv_vhca_agent_write()
/Linux-v5.10/drivers/pci/controller/
Dpci-hyperv.c405 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()
/Linux-v5.10/include/linux/
Dhyperv.h1659 #define HV_CONFIG_BLOCK_SIZE_MAX 128 macro