Searched refs:__ib_alloc_cq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | cq.c | 200 * __ib_alloc_cq allocate a completion queue 213 struct ib_cq *__ib_alloc_cq(struct ib_device *dev, void *private, int nr_cqe, in __ib_alloc_cq() function 285 EXPORT_SYMBOL(__ib_alloc_cq); variable 310 return __ib_alloc_cq(dev, private, nr_cqe, comp_vector, poll_ctx, in __ib_alloc_cq_any()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | cq.c | 199 * __ib_alloc_cq - allocate a completion queue 212 struct ib_cq *__ib_alloc_cq(struct ib_device *dev, void *private, int nr_cqe, in __ib_alloc_cq() function 284 EXPORT_SYMBOL(__ib_alloc_cq); variable 309 return __ib_alloc_cq(dev, private, nr_cqe, comp_vector, poll_ctx, in __ib_alloc_cq_any()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 3782 struct ib_cq *__ib_alloc_cq(struct ib_device *dev, void *private, int nr_cqe, 3789 return __ib_alloc_cq(dev, private, nr_cqe, comp_vector, poll_ctx, in ib_alloc_cq()
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_verbs.h | 3868 struct ib_cq *__ib_alloc_cq(struct ib_device *dev, void *private, int nr_cqe, 3875 return __ib_alloc_cq(dev, private, nr_cqe, comp_vector, poll_ctx, in ib_alloc_cq()
|
Completed in 19 milliseconds