Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c72 static struct mlx5_cmd_work_ent *alloc_cmd(struct mlx5_cmd *cmd, in alloc_cmd()
80 struct mlx5_cmd_work_ent *ent; in alloc_cmd()
196 static void set_signature(struct mlx5_cmd_work_ent *ent, int csum) in set_signature()
205 static void poll_timeout(struct mlx5_cmd_work_ent *ent) in poll_timeout()
222 static void free_cmd(struct mlx5_cmd_work_ent *ent) in free_cmd()
227 static int verify_signature(struct mlx5_cmd_work_ent *ent) in verify_signature()
770 struct mlx5_cmd_work_ent *ent, int input) in dump_command()
834 struct mlx5_cmd_work_ent *ent = container_of(dwork, in cb_timeout_handler()
835 struct mlx5_cmd_work_ent, in cb_timeout_handler()
853 struct mlx5_cmd_work_ent *ent = container_of(work, struct mlx5_cmd_work_ent, work); in cmd_work_handler()
[all …]
/Linux-v5.4/include/linux/mlx5/
Ddriver.h302 struct mlx5_cmd_work_ent *ent_arr[MLX5_MAX_COMMANDS];
749 struct mlx5_cmd_work_ent { struct