Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c97 static struct mlx5_cmd_work_ent *alloc_cmd(struct mlx5_cmd *cmd, in alloc_cmd()
105 struct mlx5_cmd_work_ent *ent; in alloc_cmd()
209 static void set_signature(struct mlx5_cmd_work_ent *ent, int csum) in set_signature()
216 static void poll_timeout(struct mlx5_cmd_work_ent *ent) in poll_timeout()
233 static void free_cmd(struct mlx5_cmd_work_ent *ent) in free_cmd()
239 static int verify_signature(struct mlx5_cmd_work_ent *ent) in verify_signature()
428 struct mlx5_cmd_work_ent *ent, int input) in dump_command()
481 struct mlx5_cmd_work_ent *ent = container_of(work, struct mlx5_cmd_work_ent, work); in cmd_work_handler()
571 static int wait_func(struct mlx5_core_dev *dev, struct mlx5_cmd_work_ent *ent) in wait_func()
607 struct mlx5_cmd_work_ent *ent; in mlx5_cmd_invoke()
[all …]
/linux-4.1.27/include/linux/mlx5/
Ddriver.h261 struct mlx5_cmd_work_ent *ent_arr[MLX5_MAX_COMMANDS];
561 struct mlx5_cmd_work_ent { struct