• Home
  • Raw
  • Download

Lines Matching refs:cq

737 		struct ib_cq	*cq;  member
1054 struct ib_cq *cq; member
1352 void (*done)(struct ib_cq *cq, struct ib_wc *wc);
1555 typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
1607 struct ib_cq *cq; member
1654 struct ib_cq *cq; member
1674 struct ib_cq *cq; member
2324 int (*poll_cq)(struct ib_cq *cq, int num_entries, struct ib_wc *wc);
2325 int (*peek_cq)(struct ib_cq *cq, int wc_cnt);
2326 int (*req_notify_cq)(struct ib_cq *cq, enum ib_cq_notify_flags flags);
2450 int (*create_cq)(struct ib_cq *cq, const struct ib_cq_init_attr *attr,
2452 int (*modify_cq)(struct ib_cq *cq, u16 cq_count, u16 cq_period);
2453 int (*destroy_cq)(struct ib_cq *cq, struct ib_udata *udata);
2454 int (*resize_cq)(struct ib_cq *cq, int cqe, struct ib_udata *udata);
3860 void ib_free_cq(struct ib_cq *cq);
3861 int ib_process_cq_direct(struct ib_cq *cq, int budget);
3892 int ib_resize_cq(struct ib_cq *cq, int cqe);
3901 int rdma_set_cq_moderation(struct ib_cq *cq, u16 cq_count, u16 cq_period);
3908 int ib_destroy_cq_user(struct ib_cq *cq, struct ib_udata *udata);
3916 static inline void ib_destroy_cq(struct ib_cq *cq) in ib_destroy_cq() argument
3918 int ret = ib_destroy_cq_user(cq, NULL); in ib_destroy_cq()
3935 static inline int ib_poll_cq(struct ib_cq *cq, int num_entries, in ib_poll_cq() argument
3938 return cq->device->ops.poll_cq(cq, num_entries, wc); in ib_poll_cq()
3968 static inline int ib_req_notify_cq(struct ib_cq *cq, in ib_req_notify_cq() argument
3971 return cq->device->ops.req_notify_cq(cq, flags); in ib_req_notify_cq()
3978 void ib_cq_pool_put(struct ib_cq *cq, unsigned int nr_cqe);