Home
last modified time | relevance | path

Searched refs:num_inflight (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c2108 atomic_set(&ctx->num_inflight, 1); in mlx5_cmd_init_async_ctx()
2123 if (!atomic_dec_and_test(&ctx->num_inflight)) in mlx5_cmd_cleanup_async_ctx()
2149 if (atomic_dec_and_test(&ctx->num_inflight)) in mlx5_cmd_exec_cb_handler()
2170 if (WARN_ON(!atomic_inc_not_zero(&ctx->num_inflight))) in mlx5_cmd_exec_cb()
2202 if (atomic_dec_and_test(&ctx->num_inflight)) in mlx5_cmd_exec_cb()
/linux-6.15/include/linux/mlx5/
H A Ddriver.h956 atomic_t num_inflight; member