Searched refs:MLX5_DEV_MAX_WQS (Results 1 – 3 of 3) sorted by relevance
24 struct mlx5_vhca_event_handler handler[MLX5_DEV_MAX_WQS];123 wq_idx = work->event.function_id % MLX5_DEV_MAX_WQS; in mlx5_vhca_state_change_notifier()161 for (i = 0; i < MLX5_DEV_MAX_WQS; i++) { in mlx5_vhca_event_init()189 for (i = 0; i < MLX5_DEV_MAX_WQS; i++) in mlx5_vhca_event_work_queues_flush()202 for (i = 0; i < MLX5_DEV_MAX_WQS; i++) in mlx5_vhca_event_cleanup()
292 wq_idx = work_ctx->event.function_id % MLX5_DEV_MAX_WQS; in mlx5_sf_dev_queue_active_works()
184 #define MLX5_DEV_MAX_WQS MLX5_NUM_FW_CMD_THREADS macro