Searched defs:mlx4_context (Results 1 – 1 of 1) sorted by relevance
123 struct mlx4_context { struct124 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 …]