diff options
Diffstat (limited to 'include/linux/mlx4/device.h')
-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 78380823d827..2460356d2c72 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
@@ -251,6 +251,7 @@ struct mlx4_caps { | |||
251 | u16 stat_rate_support; | 251 | u16 stat_rate_support; |
252 | int udp_rss; | 252 | int udp_rss; |
253 | int loopback_support; | 253 | int loopback_support; |
254 | int wol; | ||
254 | u8 port_width_cap[MLX4_MAX_PORTS + 1]; | 255 | u8 port_width_cap[MLX4_MAX_PORTS + 1]; |
255 | int max_gso_sz; | 256 | int max_gso_sz; |
256 | int reserved_qps_cnt[MLX4_NUM_QP_REGION]; | 257 | int reserved_qps_cnt[MLX4_NUM_QP_REGION]; |
@@ -535,4 +536,7 @@ int mlx4_test_interrupts(struct mlx4_dev *dev); | |||
535 | int mlx4_assign_eq(struct mlx4_dev *dev, char* name , int* vector); | 536 | int mlx4_assign_eq(struct mlx4_dev *dev, char* name , int* vector); |
536 | void mlx4_release_eq(struct mlx4_dev *dev, int vec); | 537 | void mlx4_release_eq(struct mlx4_dev *dev, int vec); |
537 | 538 | ||
539 | int mlx4_wol_read(struct mlx4_dev *dev, u64 *config, int port); | ||
540 | int mlx4_wol_write(struct mlx4_dev *dev, u64 config, int port); | ||
541 | |||
538 | #endif /* MLX4_DEVICE_H */ | 542 | #endif /* MLX4_DEVICE_H */ |