#include <linux/gfp.h>
#include "c2.h"
#include "c2_vq.h"
#include "c2_status.h"
Go to the source code of this file.
|
void | c2_cq_event (struct c2_dev *c2dev, u32 mq_index) |
|
void | c2_cq_clean (struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index) |
|
int | c2_poll_cq (struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) |
|
int | c2_arm_cq (struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) |
|
int | c2_init_cq (struct c2_dev *c2dev, int entries, struct c2_ucontext *ctx, struct c2_cq *cq) |
|
void | c2_free_cq (struct c2_dev *c2dev, struct c2_cq *cq) |
|