mlx5_cmd_msg       73 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 					   struct mlx5_cmd_msg *in,
mlx5_cmd_msg       74 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 					   struct mlx5_cmd_msg *out,
mlx5_cmd_msg      140 drivers/net/ethernet/mellanox/mlx5/core/cmd.c static int mlx5_calc_cmd_blocks(struct mlx5_cmd_msg *msg)
mlx5_cmd_msg      184 drivers/net/ethernet/mellanox/mlx5/core/cmd.c static void calc_chain_sig(struct mlx5_cmd_msg *msg)
mlx5_cmd_msg      772 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	struct mlx5_cmd_msg *msg = input ? ent->in : ent->out;
mlx5_cmd_msg      823 drivers/net/ethernet/mellanox/mlx5/core/cmd.c static u16 msg_to_opcode(struct mlx5_cmd_msg *in)
mlx5_cmd_msg      847 drivers/net/ethernet/mellanox/mlx5/core/cmd.c static void free_msg(struct mlx5_core_dev *dev, struct mlx5_cmd_msg *msg);
mlx5_cmd_msg      849 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 			      struct mlx5_cmd_msg *msg);
mlx5_cmd_msg     1016 drivers/net/ethernet/mellanox/mlx5/core/cmd.c static int mlx5_cmd_invoke(struct mlx5_core_dev *dev, struct mlx5_cmd_msg *in,
mlx5_cmd_msg     1017 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 			   struct mlx5_cmd_msg *out, void *uout, int uout_size,
mlx5_cmd_msg     1116 drivers/net/ethernet/mellanox/mlx5/core/cmd.c static int mlx5_copy_to_msg(struct mlx5_cmd_msg *to, void *from, int size,
mlx5_cmd_msg     1150 drivers/net/ethernet/mellanox/mlx5/core/cmd.c static int mlx5_copy_from_msg(void *to, struct mlx5_cmd_msg *from, int size)
mlx5_cmd_msg     1211 drivers/net/ethernet/mellanox/mlx5/core/cmd.c static struct mlx5_cmd_msg *mlx5_alloc_cmd_msg(struct mlx5_core_dev *dev,
mlx5_cmd_msg     1217 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	struct mlx5_cmd_msg *msg;
mlx5_cmd_msg     1259 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 			      struct mlx5_cmd_msg *msg)
mlx5_cmd_msg     1452 drivers/net/ethernet/mellanox/mlx5/core/cmd.c static void free_msg(struct mlx5_core_dev *dev, struct mlx5_cmd_msg *msg)
mlx5_cmd_msg     1630 drivers/net/ethernet/mellanox/mlx5/core/cmd.c static struct mlx5_cmd_msg *alloc_msg(struct mlx5_core_dev *dev, int in_size,
mlx5_cmd_msg     1633 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	struct mlx5_cmd_msg *msg = ERR_PTR(-ENOMEM);
mlx5_cmd_msg     1677 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	struct mlx5_cmd_msg *inb;
mlx5_cmd_msg     1678 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	struct mlx5_cmd_msg *outb;
mlx5_cmd_msg     1821 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	struct mlx5_cmd_msg *msg;
mlx5_cmd_msg     1822 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	struct mlx5_cmd_msg *n;
mlx5_cmd_msg     1850 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	struct mlx5_cmd_msg *msg;
mlx5_cmd_msg      751 include/linux/mlx5/driver.h 	struct mlx5_cmd_msg    *in;
mlx5_cmd_msg      752 include/linux/mlx5/driver.h 	struct mlx5_cmd_msg    *out;