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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/linux/mlx4/cmd.h b/include/linux/mlx4/cmd.h
index a788839f54bb..62c4d4def474 100644
--- a/include/linux/mlx4/cmd.h
+++ b/include/linux/mlx4/cmd.h
@@ -188,7 +188,13 @@ enum {
188}; 188};
189 189
190enum { 190enum {
191 /* set port opcode modifiers */ 191 /* Set port opcode modifiers */
192 MLX4_SET_PORT_IB_OPCODE = 0x0,
193 MLX4_SET_PORT_ETH_OPCODE = 0x1,
194};
195
196enum {
197 /* Set port Ethernet input modifiers */
192 MLX4_SET_PORT_GENERAL = 0x0, 198 MLX4_SET_PORT_GENERAL = 0x0,
193 MLX4_SET_PORT_RQP_CALC = 0x1, 199 MLX4_SET_PORT_RQP_CALC = 0x1,
194 MLX4_SET_PORT_MAC_TABLE = 0x2, 200 MLX4_SET_PORT_MAC_TABLE = 0x2,