/* * This header provides Tegra124-specific constants for binding * nvidia,tegra124-car. */ #include #ifndef _DT_BINDINGS_CLOCK_TEGRA124_CAR_H #define _DT_BINDINGS_CLOCK_TEGRA124_CAR_H #define TEGRA124_CLK_PLL_X 227 #define TEGRA124_CLK_PLL_X_OUT0 228 #define TEGRA124_CLK_CCLK_G 262 #define TEGRA124_CLK_CCLK_LP 263 #define TEGRA124_CLK_CLK_MAX 315 #endif /* _DT_BINDINGS_CLOCK_TEGRA124_CAR_H */ /cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoa Osherovich <noaos@mellanox.com>2016-06-04 15:15:32 +0300
committerDoug Ledford <dledford@redhat.com>2016-06-07 10:03:49 -0400
commit0540d8148d419bf769e5aa99c77027febd8922f0 (patch)
tree284b02df5b7618cf213344fbbeef9dc7fc0a0ca5
parentbc5c6eed0510f19b033ce7a7d3976e695e96785b (diff)
IB/mlx5: Fix returned values of query QP
Some variables were not initialized properly: max_recv_wr, max_recv_sge, max_send_wr, qp_context and max_inline_data. Fixes: e126ba97dba9 ('mlx5: Add driver for Mellanox Connect-IB...') Signed-off-by: Noa Osherovich <noaos@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Doug Ledford <dledford@redhat.com>