Searched refs:mlx5_cmd_msg (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 79 struct mlx5_cmd_msg *in, in alloc_cmd() 80 struct mlx5_cmd_msg *out, in alloc_cmd() 180 static void calc_chain_sig(struct mlx5_cmd_msg *msg, u8 token, int csum) in calc_chain_sig() 571 struct mlx5_cmd_msg *msg = input ? ent->in : ent->out; in dump_command() 708 static u16 msg_to_opcode(struct mlx5_cmd_msg *in) in msg_to_opcode() 755 static int mlx5_cmd_invoke(struct mlx5_core_dev *dev, struct mlx5_cmd_msg *in, in mlx5_cmd_invoke() 756 struct mlx5_cmd_msg *out, void *uout, int uout_size, in mlx5_cmd_invoke() 847 static int mlx5_copy_to_msg(struct mlx5_cmd_msg *to, void *from, int size) in mlx5_copy_to_msg() 879 static int mlx5_copy_from_msg(void *to, struct mlx5_cmd_msg *from, int size) in mlx5_copy_from_msg() 941 static struct mlx5_cmd_msg *mlx5_alloc_cmd_msg(struct mlx5_core_dev *dev, in mlx5_alloc_cmd_msg() [all …]
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 196 struct mlx5_cmd_msg { struct 564 struct mlx5_cmd_msg *in; 565 struct mlx5_cmd_msg *out;
|