From: Roland Dreier Date: Thu, 18 Aug 2005 20:39:31 +0000 (-0700) Subject: [PATCH] IB/mthca: Factor out common queue alloc code X-Git-Tag: v2.6.14-rc1~1050^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b816706bb2b79fbaff8e0b8e279e783273383e;p=pandora-kernel.git [PATCH] IB/mthca: Factor out common queue alloc code Clean up the allocation of memory for queues by factoring out the common code into mthca_buf_alloc() and mthca_buf_free(). Now CQs and QPs share the same queue allocation code, which we'll also use for SRQs. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed