From: Roland Dreier Date: Thu, 7 Feb 2008 05:07:54 +0000 (-0800) Subject: IB/mlx4: Consolidate code to get an entry from a struct mlx4_buf X-Git-Tag: v2.6.25-rc1~32^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c69fc2a9012e160c8d459f63df74a6b01db8322;p=pandora-kernel.git IB/mlx4: Consolidate code to get an entry from a struct mlx4_buf We use struct mlx4_buf for kernel QP, CQ and SRQ buffers, and the code to look up an entry is duplicated in get_cqe_from_buf() and the QP and SRQ versions of get_wqe(). Factor this out into mlx4_buf_offset(). This will also make it easier to switch over to using vmap() for buffers. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed