Searched refs:mlx5_cmd_out_err (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | cmd.c | 811 void mlx5_cmd_out_err(struct mlx5_core_dev *dev, u16 opcode, u16 op_mod, void *out) in mlx5_cmd_out_err() function 821 EXPORT_SYMBOL(mlx5_cmd_out_err); 836 mlx5_cmd_out_err(dev, opcode, op_mod, out); in cmd_status_print()
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | driver.h | 980 void mlx5_cmd_out_err(struct mlx5_core_dev *dev, u16 opcode, u16 op_mod, void *out);
|
| /linux-6.15/drivers/vfio/pci/mlx5/ |
| H A D | cmd.c | 675 mlx5_cmd_out_err(migf->mvdev->mdev, MLX5_CMD_OP_SAVE_VHCA_STATE, 0, in mlx5vf_save_callback()
|
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H A D | mr.c | 147 mlx5_cmd_out_err(dev->mdev, MLX5_CMD_OP_CREATE_MKEY, 0, out); in create_mkey_warn()
|