commit | 431df8c7e9708433459fd806a08308997de43121 | [log] [tgz] |
---|---|---|
author | Matan Barak <matanb@mellanox.com> | Thu Dec 11 10:57:59 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 11 14:47:35 2014 -0500 |
tree | 9ffe5f599304ccbf1bd042084cf77e0fba55c93f | |
parent | 579d059bd20f34d50f2efccedc78f71f3df3d690 [diff] |
net/mlx4: Refactor QUERY_PORT Currently QUERY_PORT is done as a part of QUERY_DEV_CAP firmware command. Since we would like to use it without querying all device capabilities, extract this part to be a function of its own. Signed-off-by: Matan Barak <matanb@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>