Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c94 static struct mlx5_cmd_work_ent *alloc_cmd(struct mlx5_cmd *cmd, in alloc_cmd()
103 struct mlx5_cmd_work_ent *ent; in alloc_cmd()
136 static int alloc_ent(struct mlx5_cmd_work_ent *ent) in alloc_ent()
239 static void set_signature(struct mlx5_cmd_work_ent *ent, int csum) in set_signature()
246 static void poll_timeout(struct mlx5_cmd_work_ent *ent) in poll_timeout()
267 static void free_cmd(struct mlx5_cmd_work_ent *ent) in free_cmd()
274 verify_signature(struct mlx5_cmd_work_ent *ent) in verify_signature()
720 struct mlx5_cmd_work_ent *ent, int input) in dump_command()
792 struct mlx5_cmd_work_ent *ent = container_of(dwork, in cb_timeout_handler()
793 struct mlx5_cmd_work_ent, in cb_timeout_handler()
[all …]
/freebsd/sys/dev/mlx5/
H A Ddriver.h347 struct mlx5_cmd_work_ent * volatile ent_arr[MLX5_MAX_COMMANDS];
870 struct mlx5_cmd_work_ent { struct