]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] IB/mthca: Move WQE structures into their own header
authorRoland Dreier <roland@eddore.topspincom.com>
Fri, 19 Aug 2005 17:33:35 +0000 (10:33 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sat, 27 Aug 2005 03:37:37 +0000 (20:37 -0700)
commitc04bc3d1f417a8a90eef9ab46523dfd44858b28d
tree5ac9dac7c37fc0b644814f8563fa3dad3c73e789
parent288bdeb4bc5b89befd7ee2f0f0183604034ff6c5
[PATCH] IB/mthca: Move WQE structures into their own header

Move the definitions of the WQE structures from mthca_qp.c into
mthca_wqe.h, so that we'll be able to share them when we add the
SRQ code in mthca_srq.c.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mthca/mthca_qp.c
drivers/infiniband/hw/mthca/mthca_wqe.h [new file with mode: 0644]