Searched refs:log_alignment (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | dm.c | 93 u64 length, u32 log_alignment, u16 uid, in mlx5_dm_sw_icm_alloc() 142 if (log_alignment < MLX5_LOG_SW_ICM_BLOCK_SIZE(dev)) in mlx5_dm_sw_icm_alloc() 143 log_alignment = MLX5_LOG_SW_ICM_BLOCK_SIZE(dev); in mlx5_dm_sw_icm_alloc() 144 align_mask = BIT(log_alignment - MLX5_LOG_SW_ICM_BLOCK_SIZE(dev)) - 1; in mlx5_dm_sw_icm_alloc() 92 mlx5_dm_sw_icm_alloc(struct mlx5_core_dev *dev, enum mlx5_sw_icm_type type, u64 length, u32 log_alignment, u16 uid, phys_addr_t *addr, u32 *obj_id) mlx5_dm_sw_icm_alloc() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | dm.c | 120 u64 length, u32 log_alignment, u16 uid, in mlx5_dm_sw_icm_alloc() 176 if (log_alignment < MLX5_LOG_SW_ICM_BLOCK_SIZE(dev)) in mlx5_dm_sw_icm_alloc() 177 log_alignment = MLX5_LOG_SW_ICM_BLOCK_SIZE(dev); in mlx5_dm_sw_icm_alloc() 178 align_mask = BIT(log_alignment - MLX5_LOG_SW_ICM_BLOCK_SIZE(dev)) - 1; in mlx5_dm_sw_icm_alloc() 119 mlx5_dm_sw_icm_alloc(struct mlx5_core_dev *dev, enum mlx5_sw_icm_type type, u64 length, u32 log_alignment, u16 uid, phys_addr_t *addr, u32 *obj_id) mlx5_dm_sw_icm_alloc() argument
|
/kernel/linux/linux-5.10/lib/ |
H A D | ubsan.h | 43 unsigned char log_alignment; member
|
H A D | ubsan.c | 326 .alignment = 1UL << data->log_alignment, in __ubsan_handle_type_mismatch_v1()
|
/kernel/linux/linux-6.6/lib/ |
H A D | ubsan.h | 75 unsigned char log_alignment; member
|
H A D | ubsan.c | 327 .alignment = 1UL << data->log_alignment, in __ubsan_handle_type_mismatch_v1()
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | driver.h | 1107 u64 length, u32 log_alignment, u16 uid,
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | driver.h | 1189 u64 length, u32 log_alignment, u16 uid,
|
Completed in 10 milliseconds