Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_cmd.c42 static int mlx5_copy_from_msg(void *to, struct mlx5_cmd_msg *from, int size);
976 err = mlx5_copy_from_msg(ent->uout, in complete_command()
1201 static int mlx5_copy_from_msg(void *to, struct mlx5_cmd_msg *from, int size) in mlx5_copy_from_msg() function
1478 err = mlx5_copy_from_msg(out, outb, out_size); in cmd_exec_helper()