diff options
author | Saeed Mahameed <saeedm@mellanox.com> | 2016-02-22 18:17:25 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-24 13:50:20 -0500 |
commit | 4f3961eeafe0aca8f6b0933899ef0d91f561352d (patch) | |
tree | 8f559201bcf3a51d73604f8737346c8ebb690edb /include/linux/mlx5/driver.h | |
parent | ad909eb064219a64fd10e9c7d9f39a3042760025 (diff) | |
download | lwn-4f3961eeafe0aca8f6b0933899ef0d91f561352d.tar.gz lwn-4f3961eeafe0aca8f6b0933899ef0d91f561352d.zip |
net/mlx5: Introduce physical port TC/prio access functions
Add access functions to set and query a physical port TC groups
and prio parameters.
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mlx5/driver.h')
-rw-r--r-- | include/linux/mlx5/driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index 02adc67720ce..a815da92d4eb 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -99,6 +99,8 @@ enum { }; enum { + MLX5_REG_QETCR = 0x4005, + MLX5_REG_QTCT = 0x400a, MLX5_REG_PCAP = 0x5001, MLX5_REG_PMTU = 0x5003, MLX5_REG_PTYS = 0x5004, |