Searched defs:rdev_p (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_hal.c | 94 cxio_rdma_cq_setup(struct cxio_rdev *rdev_p, unsigned id, uint64_t base_addr, in cxio_rdma_cq_setup() 109 cxio_hal_cq_op(struct cxio_rdev *rdev_p, struct t3_cq *cq, in cxio_hal_cq_op() 169 cxio_hal_clear_cq_ctx(struct cxio_rdev *rdev_p, u32 cqid) in cxio_hal_clear_cq_ctx() 176 cxio_hal_clear_qp_ctx(struct cxio_rdev *rdev_p, u32 qpid) in cxio_hal_clear_qp_ctx() 197 cxio_create_cq(struct cxio_rdev *rdev_p, struct t3_cq *cq, int kernel) in cxio_create_cq() 226 get_qpid(struct cxio_rdev *rdev_p, struct cxio_ucontext *uctx) in get_qpid() 258 put_qpid(struct cxio_rdev *rdev_p, u32 qpid, in put_qpid() 272 cxio_release_ucontext(struct cxio_rdev *rdev_p, struct cxio_ucontext *uctx) in cxio_release_ucontext() 287 cxio_init_ucontext(struct cxio_rdev *rdev_p, struct cxio_ucontext *uctx) in cxio_init_ucontext() 294 cxio_create_qp(struct cxio_rdev *rdev_p, u32 kernel_domain, in cxio_create_qp() [all …]
|
| HD | iw_cxgb_resource.c | 150 static int cxio_init_qpid_fifo(struct cxio_rdev *rdev_p) in cxio_init_qpid_fifo() 181 int cxio_hal_init_resource(struct cxio_rdev *rdev_p, in cxio_hal_init_resource() 298 u32 cxio_hal_pblpool_alloc(struct cxio_rdev *rdev_p, int size) in cxio_hal_pblpool_alloc() 305 void cxio_hal_pblpool_free(struct cxio_rdev *rdev_p, u32 addr, int size) in cxio_hal_pblpool_free() 311 int cxio_hal_pblpool_create(struct cxio_rdev *rdev_p) in cxio_hal_pblpool_create() 329 void cxio_hal_pblpool_destroy(struct cxio_rdev *rdev_p) in cxio_hal_pblpool_destroy() 341 u32 cxio_hal_rqtpool_alloc(struct cxio_rdev *rdev_p, int size) in cxio_hal_rqtpool_alloc() 348 void cxio_hal_rqtpool_free(struct cxio_rdev *rdev_p, u32 addr, int size) in cxio_hal_rqtpool_free() 354 int cxio_hal_rqtpool_create(struct cxio_rdev *rdev_p) in cxio_hal_rqtpool_create() 372 void cxio_hal_rqtpool_destroy(struct cxio_rdev *rdev_p) in cxio_hal_rqtpool_destroy()
|
| HD | iw_cxgb_resource.h | 48 #define PBL_OFF(rdev_p, a) ( (a) - (rdev_p)->rnic_info.pbl_base ) argument 54 #define RQT_OFF(rdev_p, a) ( (a) - (rdev_p)->rnic_info.rqt_base ) argument
|
| HD | iw_cxgb_hal.h | 104 cxio_num_stags(struct cxio_rdev *rdev_p) in cxio_num_stags()
|
| /trueos/sys/dev/cxgbe/iw_cxgbe/ |
| HD | iw_cxgbe.h | 83 #define PBL_OFF(rdev_p, a) ((a) - (rdev_p)->adap->vres.pbl.start) argument 84 #define RQT_OFF(rdev_p, a) ((a) - (rdev_p)->adap->vres.rq.start) argument
|