Skip to content
Commit b57aacfa authored by Roland Dreier's avatar Roland Dreier
Browse files

mlx4_core: Clean up struct mlx4_buf



Now that struct mlx4_buf.u is a struct instead of a union because of
the vmap() changes, there's no point in having a struct at all.  So
move .direct and .page_list directly into struct mlx4_buf and get rid
of a bunch of unnecessary ".u"s.

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 313abe55
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment