commit | 121964ec38d3e17b5ea6183b3c0571df2f4b0eb6 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Tue Oct 09 19:59:16 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Oct 09 19:59:16 2007 -0700 |
tree | 4146d90919dd8ccc2d363b879f8cdbed618a0abf | |
parent | cf78237d7b0e683d172e40b1e85b26ca49a3cdba [diff] |
mlx4_core: Fix meaning of dev->caps.reserved_mtts Everything that uses caps.reserved_mtts expects it to be a count of MTT segments, not MTT entries. So convert the value that the FW gives us to a count of segments. Signed-off-by: Roland Dreier <rolandd@cisco.com>