Home
last modified time | relevance | path

Searched refs:nr_cqe (Results 1 – 2 of 2) sorted by relevance

/include/trace/events/
Drdma_core.h194 int nr_cqe,
199 TP_ARGS(cq, nr_cqe, comp_vector, poll_ctx),
203 __field(int, nr_cqe)
210 __entry->nr_cqe = nr_cqe;
216 __entry->cq_id, __entry->nr_cqe, __entry->comp_vector,
223 int nr_cqe,
229 TP_ARGS(nr_cqe, comp_vector, poll_ctx, rc),
233 __field(int, nr_cqe)
240 __entry->nr_cqe = nr_cqe;
246 __entry->nr_cqe, __entry->comp_vector,
/include/rdma/
Dib_verbs.h3857 struct ib_cq *__ib_alloc_cq(struct ib_device *dev, void *private, int nr_cqe,
3861 int nr_cqe, int comp_vector, in ib_alloc_cq() argument
3864 return __ib_alloc_cq(dev, private, nr_cqe, comp_vector, poll_ctx, in ib_alloc_cq()
3869 int nr_cqe, enum ib_poll_context poll_ctx,
3880 void *private, int nr_cqe, in ib_alloc_cq_any() argument
3883 return __ib_alloc_cq_any(dev, private, nr_cqe, poll_ctx, in ib_alloc_cq_any()
4001 struct ib_cq *ib_cq_pool_get(struct ib_device *dev, unsigned int nr_cqe,
4005 void ib_cq_pool_put(struct ib_cq *cq, unsigned int nr_cqe);