Searched defs:mthca_cq (Results 1 – 2 of 2) sorted by relevance
200 struct mthca_cq { struct206 struct mthca_cq_buf buf; argument207 struct mthca_cq_resize *resize_buf; argument208 int is_kernel;211 int set_ci_db_index;212 __be32 *set_ci_db;213 int arm_db_index;214 __be32 *arm_db;215 int arm_sn;217 wait_queue_head_t wait;[all …]
153 struct mthca_cq { struct154 struct ibv_cq ibv_cq;155 struct mthca_buf buf;156 pthread_spinlock_t lock;157 struct ibv_mr *mr;158 uint32_t cqn;159 uint32_t cons_index;162 int set_ci_db_index;163 uint32_t *set_ci_db;164 int arm_db_index;[all …]