Home
last modified time | relevance | path

Searched defs:mthca_cq (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_provider.h200 struct mthca_cq { struct
206 struct mthca_cq_buf buf; argument
207 struct mthca_cq_resize *resize_buf; argument
208 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 …]
/NextBSD/contrib/ofed/libmthca/src/
HDmthca.h153 struct mthca_cq { struct
154 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 …]