Searched refs:mlx5_cmd_out_err (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 798 void mlx5_cmd_out_err(struct mlx5_core_dev *dev, u16 opcode, u16 op_mod, void *out) in mlx5_cmd_out_err() function 808 EXPORT_SYMBOL(mlx5_cmd_out_err); 821 mlx5_cmd_out_err(dev, opcode, op_mod, out); in cmd_status_print()
|
/Linux-v6.6/include/linux/mlx5/ |
D | driver.h | 1005 void mlx5_cmd_out_err(struct mlx5_core_dev *dev, u16 opcode, u16 op_mod, void *out);
|
/Linux-v6.6/drivers/infiniband/hw/mlx5/ |
D | mr.c | 143 mlx5_cmd_out_err(dev->mdev, MLX5_CMD_OP_CREATE_MKEY, 0, out); in create_mkey_warn()
|