Searched refs:mlx5_cmd_comp_handler (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c916 static void mlx5_cmd_comp_handler(struct mlx5_core_dev *dev, u64 vec, bool forced);
940 mlx5_cmd_comp_handler(dev, 1ULL << ent->idx, true);
1050 mlx5_cmd_comp_handler(dev, 1ULL << ent->idx, true);
1063 mlx5_cmd_comp_handler(dev, 1ULL << ent->idx, (ent->ret == -ETIMEDOUT));
1148 mlx5_cmd_comp_handler(dev, 1ULL << ent->idx, true);
1226 * 2) (callback) flow: by mlx5_cmd_comp_handler() when ent is handled
1248 return 0; /* mlx5_cmd_comp_handler() will put(ent) */
1640 mlx5_cmd_comp_handler(dev, be32_to_cpu(eqe->data.cmd.vector), false);
1670 static void mlx5_cmd_comp_handler(struct mlx5_core_dev *dev, u64 vec, bool forced)
1789 mlx5_cmd_comp_handler(de
1644 static void mlx5_cmd_comp_handler(struct mlx5_core_dev *dev, u64 vec, bool forced) function
[all...]

Completed in 119 milliseconds