summaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4/fw.c
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-10-09 19:59:13 -0700
committerRoland Dreier <rolandd@cisco.com>2007-10-09 19:59:13 -0700
commitea98054fefa28b646c740baffe83c2962f8228f6 (patch)
tree6f554f522275520f39fcd10cb31ab44da5c75935 /drivers/net/mlx4/fw.c
parentec2a1344ad348a789b1d9d9b32cccbef33161574 (diff)
downloadop-kernel-dev-ea98054fefa28b646c740baffe83c2962f8228f6.zip
op-kernel-dev-ea98054fefa28b646c740baffe83c2962f8228f6.tar.gz
mlx4_core: Change capability decoding: SRC->XRC
The SRC ("scalable RC") transport has been renamed to XRC ("extended RC"), to avoid having an abbreviation that is so easily confused with an abbreviation for "source." Update the HCA capability decoding output to use the new name. Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/net/mlx4/fw.c')
-rw-r--r--drivers/net/mlx4/fw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mlx4/fw.c b/drivers/net/mlx4/fw.c
index c45cbe4..6471d33 100644
--- a/drivers/net/mlx4/fw.c
+++ b/drivers/net/mlx4/fw.c
@@ -76,7 +76,7 @@ static void dump_dev_cap_flags(struct mlx4_dev *dev, u32 flags)
[ 0] = "RC transport",
[ 1] = "UC transport",
[ 2] = "UD transport",
- [ 3] = "SRC transport",
+ [ 3] = "XRC transport",
[ 4] = "reliable multicast",
[ 5] = "FCoIB support",
[ 6] = "SRQ support",
OpenPOWER on IntegriCloud