Searched refs:mlx5_cmd_out_err (Results 1 – 4 of 4) sorted by relevance
/linux/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/include/linux/mlx5/ ! |
H A D | driver.h | 984 void mlx5_cmd_out_err(struct mlx5_core_dev *dev, u16 opcode, u16 op_mod, void *out);
|
/linux/drivers/vfio/pci/mlx5/ ! |
H A D | cmd.c | 730 mlx5_cmd_out_err(migf->mvdev->mdev, MLX5_CMD_OP_SAVE_VHCA_STATE, 0, in mlx5vf_save_callback()
|
/linux/drivers/infiniband/hw/mlx5/ ! |
H A D | mr.c | 148 mlx5_cmd_out_err(dev->mdev, MLX5_CMD_OP_CREATE_MKEY, 0, out); in create_mkey_warn()
|