gdma_comp
static inline void handle_ud_sq_cqe(struct mana_ib_qp *qp, struct gdma_comp *cqe)
static inline void handle_ud_rq_cqe(struct mana_ib_qp *qp, struct gdma_comp *cqe)
static void mana_handle_cqe(struct mana_ib_dev *mdev, struct gdma_comp *cqe)
struct gdma_comp gdma_cqe;
static int mana_gd_read_cqe(struct gdma_queue *cq, struct gdma_comp *comp)
int mana_gd_poll_cq(struct gdma_queue *cq, struct gdma_comp *comp, int num_cqe)
struct gdma_comp *completions;
struct gdma_comp *comp_buf;
struct gdma_comp *completions = cq->gdma_comp_buf;
struct gdma_comp *cqe)
struct gdma_comp *comp = cq->gdma_comp_buf;
int mana_gd_poll_cq(struct gdma_queue *cq, struct gdma_comp *comp, int num_cqe);
struct gdma_comp *comp_buf;
struct gdma_comp gdma_comp_buf[CQE_POLLING_BUFFER];