Searched defs:cxio_rdev (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Dcxio_hal.h99 struct cxio_rdev { struct
119 static inline int cxio_fatal_error(struct cxio_rdev *rdev_p)
124 static inline int cxio_num_stags(struct cxio_rdev *rdev_p)
129 typedef void (*cxio_hal_ev_callback_func_t) (struct cxio_rdev * rdev_p,
156 int cxio_rdev_open(struct cxio_rdev *rdev);
157 void cxio_rdev_close(struct cxio_rdev *rdev);
158 int cxio_hal_cq_op(struct cxio_rdev *rdev, struct t3_cq *cq,
160 int cxio_create_cq(struct cxio_rdev *rdev, struct t3_cq *cq, int kernel);
161 int cxio_destroy_cq(struct cxio_rdev *rdev, struct t3_cq *cq);
162 int cxio_resize_cq(struct cxio_rdev *rde
[all...]

Completed in 129 milliseconds