Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h123 struct mlx4_context { struct
124 struct ibv_context ibv_ctx;
126 void *uar;
127 pthread_spinlock_t uar_lock;
129 void *bf_page;
130 int bf_buf_size;
131 int bf_offset;
132 pthread_spinlock_t bf_lock;
134 struct {
137 } qp_table[MLX4_QP_TABLE_SIZE];
[all …]