]> git.baikalelectronics.ru Git - kernel.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)
commitf20c7a79dc32951a667782a0c7b8c32f22e53c77
tree5ac9dac7c37fc0b644814f8563fa3dad3c73e789
parent39f40118a679e2405b3f95776bc567f2ac80a7ac
[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]