Searched refs:mlx5_cmd_msg (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 98 struct mlx5_cmd_msg *in, in alloc_cmd() 99 struct mlx5_cmd_msg *out, in alloc_cmd() 199 static void calc_chain_sig(struct mlx5_cmd_msg *msg, u8 token, int csum) in calc_chain_sig() 431 struct mlx5_cmd_msg *msg = input ? ent->in : ent->out; in dump_command() 564 static u16 msg_to_opcode(struct mlx5_cmd_msg *in) in msg_to_opcode() 601 static int mlx5_cmd_invoke(struct mlx5_core_dev *dev, struct mlx5_cmd_msg *in, in mlx5_cmd_invoke() 602 struct mlx5_cmd_msg *out, void *uout, int uout_size, in mlx5_cmd_invoke() 693 static int mlx5_copy_to_msg(struct mlx5_cmd_msg *to, void *from, int size) in mlx5_copy_to_msg() 725 static int mlx5_copy_from_msg(void *to, struct mlx5_cmd_msg *from, int size) in mlx5_copy_from_msg() 787 static struct mlx5_cmd_msg *mlx5_alloc_cmd_msg(struct mlx5_core_dev *dev, in mlx5_alloc_cmd_msg() [all …]
|
/linux-4.1.27/include/linux/mlx5/ |
D | driver.h | 189 struct mlx5_cmd_msg { struct 562 struct mlx5_cmd_msg *in; 563 struct mlx5_cmd_msg *out;
|