diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx4/device.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index f9ce34bec45b..83e80ab94500 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
| @@ -1345,6 +1345,10 @@ int mlx4_wol_write(struct mlx4_dev *dev, u64 config, int port); | |||
| 1345 | int mlx4_counter_alloc(struct mlx4_dev *dev, u32 *idx); | 1345 | int mlx4_counter_alloc(struct mlx4_dev *dev, u32 *idx); |
| 1346 | void mlx4_counter_free(struct mlx4_dev *dev, u32 idx); | 1346 | void mlx4_counter_free(struct mlx4_dev *dev, u32 idx); |
| 1347 | 1347 | ||
| 1348 | void mlx4_set_admin_guid(struct mlx4_dev *dev, __be64 guid, int entry, | ||
| 1349 | int port); | ||
| 1350 | __be64 mlx4_get_admin_guid(struct mlx4_dev *dev, int entry, int port); | ||
| 1351 | void mlx4_set_random_admin_guid(struct mlx4_dev *dev, int entry, int port); | ||
| 1348 | int mlx4_flow_attach(struct mlx4_dev *dev, | 1352 | int mlx4_flow_attach(struct mlx4_dev *dev, |
| 1349 | struct mlx4_net_trans_rule *rule, u64 *reg_id); | 1353 | struct mlx4_net_trans_rule *rule, u64 *reg_id); |
| 1350 | int mlx4_flow_detach(struct mlx4_dev *dev, u64 reg_id); | 1354 | int mlx4_flow_detach(struct mlx4_dev *dev, u64 reg_id); |
