aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx4/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mlx4/cmd.h')
-rw-r--r--include/linux/mlx4/cmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mlx4/cmd.h b/include/linux/mlx4/cmd.h
index e7543844cc7a..c989442ffc6a 100644
--- a/include/linux/mlx4/cmd.h
+++ b/include/linux/mlx4/cmd.h
@@ -280,6 +280,7 @@ int mlx4_set_vf_link_state(struct mlx4_dev *dev, int port, int vf, int link_stat
280int mlx4_config_dev_retrieval(struct mlx4_dev *dev, 280int mlx4_config_dev_retrieval(struct mlx4_dev *dev,
281 struct mlx4_config_dev_params *params); 281 struct mlx4_config_dev_params *params);
282void mlx4_cmd_wake_completions(struct mlx4_dev *dev); 282void mlx4_cmd_wake_completions(struct mlx4_dev *dev);
283void mlx4_report_internal_err_comm_event(struct mlx4_dev *dev);
283/* 284/*
284 * mlx4_get_slave_default_vlan - 285 * mlx4_get_slave_default_vlan -
285 * return true if VST ( default vlan) 286 * return true if VST ( default vlan)
@@ -289,5 +290,6 @@ bool mlx4_get_slave_default_vlan(struct mlx4_dev *dev, int port, int slave,
289 u16 *vlan, u8 *qos); 290 u16 *vlan, u8 *qos);
290 291
291#define MLX4_COMM_GET_IF_REV(cmd_chan_ver) (u8)((cmd_chan_ver) >> 8) 292#define MLX4_COMM_GET_IF_REV(cmd_chan_ver) (u8)((cmd_chan_ver) >> 8)
293#define COMM_CHAN_EVENT_INTERNAL_ERR (1 << 17)
292 294
293#endif /* MLX4_CMD_H */ 295#endif /* MLX4_CMD_H */