diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-01 00:24:54 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-01 00:24:54 -0400 |
commit | bc95f3669f5e6f63cf0b84fe4922c3c6dd4aa775 (patch) | |
tree | 427fcf2a7287c16d4b5aa6cbf494d59579a6a8b1 /drivers/infiniband/hw/cxgb3/cxio_hal.h | |
parent | 3d29cdff999c37b3876082278a8134a0642a02cd (diff) | |
parent | dc87c3985e9b442c60994308a96f887579addc39 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
drivers/usb/input/Makefile
drivers/usb/input/gtco.c
Diffstat (limited to 'drivers/infiniband/hw/cxgb3/cxio_hal.h')
-rw-r--r-- | drivers/infiniband/hw/cxgb3/cxio_hal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/infiniband/hw/cxgb3/cxio_hal.h b/drivers/infiniband/hw/cxgb3/cxio_hal.h index 1b97e80b8780..99543d634704 100644 --- a/drivers/infiniband/hw/cxgb3/cxio_hal.h +++ b/drivers/infiniband/hw/cxgb3/cxio_hal.h | |||
@@ -1,6 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2006 Chelsio, Inc. All rights reserved. | 2 | * Copyright (c) 2006 Chelsio, Inc. All rights reserved. |
3 | * Copyright (c) 2006 Open Grid Computing, Inc. All rights reserved. | ||
4 | * | 3 | * |
5 | * This software is available to you under a choice of one of two | 4 | * This software is available to you under a choice of one of two |
6 | * licenses. You may choose to be licensed under the terms of the GNU | 5 | * licenses. You may choose to be licensed under the terms of the GNU |
@@ -144,7 +143,6 @@ int cxio_rdev_open(struct cxio_rdev *rdev); | |||
144 | void cxio_rdev_close(struct cxio_rdev *rdev); | 143 | void cxio_rdev_close(struct cxio_rdev *rdev); |
145 | int cxio_hal_cq_op(struct cxio_rdev *rdev, struct t3_cq *cq, | 144 | int cxio_hal_cq_op(struct cxio_rdev *rdev, struct t3_cq *cq, |
146 | enum t3_cq_opcode op, u32 credit); | 145 | enum t3_cq_opcode op, u32 credit); |
147 | int cxio_hal_clear_qp_ctx(struct cxio_rdev *rdev, u32 qpid); | ||
148 | int cxio_create_cq(struct cxio_rdev *rdev, struct t3_cq *cq); | 146 | int cxio_create_cq(struct cxio_rdev *rdev, struct t3_cq *cq); |
149 | int cxio_destroy_cq(struct cxio_rdev *rdev, struct t3_cq *cq); | 147 | int cxio_destroy_cq(struct cxio_rdev *rdev, struct t3_cq *cq); |
150 | int cxio_resize_cq(struct cxio_rdev *rdev, struct t3_cq *cq); | 148 | int cxio_resize_cq(struct cxio_rdev *rdev, struct t3_cq *cq); |
@@ -155,8 +153,6 @@ int cxio_create_qp(struct cxio_rdev *rdev, u32 kernel_domain, struct t3_wq *wq, | |||
155 | int cxio_destroy_qp(struct cxio_rdev *rdev, struct t3_wq *wq, | 153 | int cxio_destroy_qp(struct cxio_rdev *rdev, struct t3_wq *wq, |
156 | struct cxio_ucontext *uctx); | 154 | struct cxio_ucontext *uctx); |
157 | int cxio_peek_cq(struct t3_wq *wr, struct t3_cq *cq, int opcode); | 155 | int cxio_peek_cq(struct t3_wq *wr, struct t3_cq *cq, int opcode); |
158 | int cxio_allocate_stag(struct cxio_rdev *rdev, u32 * stag, u32 pdid, | ||
159 | enum tpt_mem_perm perm, u32 * pbl_size, u32 * pbl_addr); | ||
160 | int cxio_register_phys_mem(struct cxio_rdev *rdev, u32 * stag, u32 pdid, | 156 | int cxio_register_phys_mem(struct cxio_rdev *rdev, u32 * stag, u32 pdid, |
161 | enum tpt_mem_perm perm, u32 zbva, u64 to, u32 len, | 157 | enum tpt_mem_perm perm, u32 zbva, u64 to, u32 len, |
162 | u8 page_size, __be64 *pbl, u32 *pbl_size, | 158 | u8 page_size, __be64 *pbl, u32 *pbl_size, |
@@ -172,8 +168,6 @@ int cxio_deallocate_window(struct cxio_rdev *rdev, u32 stag); | |||
172 | int cxio_rdma_init(struct cxio_rdev *rdev, struct t3_rdma_init_attr *attr); | 168 | int cxio_rdma_init(struct cxio_rdev *rdev, struct t3_rdma_init_attr *attr); |
173 | void cxio_register_ev_cb(cxio_hal_ev_callback_func_t ev_cb); | 169 | void cxio_register_ev_cb(cxio_hal_ev_callback_func_t ev_cb); |
174 | void cxio_unregister_ev_cb(cxio_hal_ev_callback_func_t ev_cb); | 170 | void cxio_unregister_ev_cb(cxio_hal_ev_callback_func_t ev_cb); |
175 | u32 cxio_hal_get_rhdl(void); | ||
176 | void cxio_hal_put_rhdl(u32 rhdl); | ||
177 | u32 cxio_hal_get_pdid(struct cxio_hal_resource *rscp); | 171 | u32 cxio_hal_get_pdid(struct cxio_hal_resource *rscp); |
178 | void cxio_hal_put_pdid(struct cxio_hal_resource *rscp, u32 pdid); | 172 | void cxio_hal_put_pdid(struct cxio_hal_resource *rscp, u32 pdid); |
179 | int __init cxio_hal_init(void); | 173 | int __init cxio_hal_init(void); |