diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mlx4/device.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index 52c23a892bab..d73423c37c25 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
@@ -1052,11 +1052,6 @@ struct _rule_hw { | |||
1052 | }; | 1052 | }; |
1053 | }; | 1053 | }; |
1054 | 1054 | ||
1055 | /* translating DMFS verbs sniffer rule to the FW API would need two reg IDs */ | ||
1056 | struct mlx4_flow_handle { | ||
1057 | u64 reg_id[2]; | ||
1058 | }; | ||
1059 | |||
1060 | int mlx4_flow_steer_promisc_add(struct mlx4_dev *dev, u8 port, u32 qpn, | 1055 | int mlx4_flow_steer_promisc_add(struct mlx4_dev *dev, u8 port, u32 qpn, |
1061 | enum mlx4_net_trans_promisc_mode mode); | 1056 | enum mlx4_net_trans_promisc_mode mode); |
1062 | int mlx4_flow_steer_promisc_remove(struct mlx4_dev *dev, u8 port, | 1057 | int mlx4_flow_steer_promisc_remove(struct mlx4_dev *dev, u8 port, |