net/mlx5: MCG commands via mlx5 ifc
Remove old representation of manually created MCG commands layout and use mlx5_ifc canonical structures and defines. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
This commit is contained in:
parent
732ef5ad8f
commit
20bb566bda
3 changed files with 21 additions and 55 deletions
|
|
@ -152,7 +152,7 @@ enum {
|
|||
MLX5_CMD_OP_CONFIG_INT_MODERATION = 0x804,
|
||||
MLX5_CMD_OP_ACCESS_REG = 0x805,
|
||||
MLX5_CMD_OP_ATTACH_TO_MCG = 0x806,
|
||||
MLX5_CMD_OP_DETTACH_FROM_MCG = 0x807,
|
||||
MLX5_CMD_OP_DETACH_FROM_MCG = 0x807,
|
||||
MLX5_CMD_OP_GET_DROPPED_PACKET_LOG = 0x80a,
|
||||
MLX5_CMD_OP_MAD_IFC = 0x50d,
|
||||
MLX5_CMD_OP_QUERY_MAD_DEMUX = 0x80b,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue