Lines Matching defs:context
21 struct ibv_context *context;
133 if (pd->context->device->transport_type == IBV_TRANSPORT_IWARP) {
237 rdma_add_dev(struct ibv_context *context)
247 dev->pd = ibv_alloc_pd(context);
254 dev->context = context;
327 * If a context exists only in the new array, create a device for it,
328 * or if a context exists only in the old array, try removing the
349 if (dev->context == g_ctx_list[j]) {
374 spdk_rdma_utils_get_pd(struct ibv_context *context)
390 if (dev->context == context && !dev->removed) {