Searched defs:mlx4_cq (Results 1 – 1 of 1) sorted by relevance
91 struct mlx4_cq { struct92 volatile void *cq_uar; /**< CQ user access region. */93 volatile void *cq_db_reg; /**< CQ doorbell register. */94 volatile uint32_t *set_ci_db; /**< Pointer to the CQ doorbell. */95 volatile uint32_t *arm_db; /**< Arming Rx events doorbell. */96 volatile uint8_t *buf; /**< Pointer to the completion queue buffer. */97 uint32_t cqe_cnt; /**< Number of entries in the queue. */98 uint32_t cqe_64:1; /**< CQ entry size is 64 bytes. */99 uint32_t cons_index; /**< Last queue entry that was handled. */100 uint32_t cqn; /**< CQ number. */[all …]