• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/

Lines Matching defs:cxio_rdev

93 struct cxio_rdev {
110 static inline int cxio_num_stags(struct cxio_rdev *rdev_p)
115 typedef void (*cxio_hal_ev_callback_func_t) (struct cxio_rdev * rdev_p,
142 int cxio_rdev_open(struct cxio_rdev *rdev);
143 void cxio_rdev_close(struct cxio_rdev *rdev);
144 int cxio_hal_cq_op(struct cxio_rdev *rdev, struct t3_cq *cq,
146 int cxio_create_cq(struct cxio_rdev *rdev, struct t3_cq *cq);
147 int cxio_destroy_cq(struct cxio_rdev *rdev, struct t3_cq *cq);
148 int cxio_resize_cq(struct cxio_rdev *rdev, struct t3_cq *cq);
149 void cxio_release_ucontext(struct cxio_rdev *rdev, struct cxio_ucontext *uctx);
150 void cxio_init_ucontext(struct cxio_rdev *rdev, struct cxio_ucontext *uctx);
151 int cxio_create_qp(struct cxio_rdev *rdev, u32 kernel_domain, struct t3_wq *wq,
153 int cxio_destroy_qp(struct cxio_rdev *rdev, struct t3_wq *wq,
156 int cxio_register_phys_mem(struct cxio_rdev *rdev, u32 * stag, u32 pdid,
160 int cxio_reregister_phys_mem(struct cxio_rdev *rdev, u32 * stag, u32 pdid,
164 int cxio_dereg_mem(struct cxio_rdev *rdev, u32 stag, u32 pbl_size,
166 int cxio_allocate_window(struct cxio_rdev *rdev, u32 * stag, u32 pdid);
167 int cxio_deallocate_window(struct cxio_rdev *rdev, u32 stag);
168 int cxio_rdma_init(struct cxio_rdev *rdev, struct t3_rdma_init_attr *attr);
187 void cxio_dump_tpt(struct cxio_rdev *rev, u32 stag);
188 void cxio_dump_pbl(struct cxio_rdev *rev, u32 pbl_addr, uint len, u8 shift);
191 void cxio_dump_rqt(struct cxio_rdev *rdev, u32 hwtid, int nents);
192 void cxio_dump_tcb(struct cxio_rdev *rdev, u32 hwtid);