Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_icm_pool.c376 bool buckets[DR_CHUNK_SIZE_MAX]) in dr_icm_chill_buckets_start() argument
400 bool buckets[DR_CHUNK_SIZE_MAX]) in dr_icm_chill_buckets_end() argument
422 bool buckets[DR_CHUNK_SIZE_MAX]) in dr_icm_chill_buckets_abort() argument
450 bool buckets[DR_CHUNK_SIZE_MAX] = {}; in mlx5dr_icm_alloc_chunk()
Ddr_types.h49 DR_CHUNK_SIZE_MAX, enumerator
61 if (chunk < DR_CHUNK_SIZE_MAX) in mlx5dr_icm_next_higher_chunk()
64 return DR_CHUNK_SIZE_MAX; in mlx5dr_icm_next_higher_chunk()
Ddr_send.c628 MLX5_SET(qpc, qpc, log_msg_max, DR_CHUNK_SIZE_MAX - 1); in dr_cmd_modify_qp_init2rtr()
Ddr_ste.c651 if (htbl->chunk_size == DR_CHUNK_SIZE_MAX - 1 || !htbl->byte_mask) in dr_ste_set_ctrl()