Home
last modified time | relevance | path

Searched refs:context_ex (Results 1 – 1 of 1) sorted by relevance

/src/contrib/ofed/libibverbs/
H A Ddevice.c210 struct verbs_context *context_ex; in __ibv_open_device() local
238 context_ex = calloc(1, sizeof(*context_ex) + in __ibv_open_device()
240 if (!context_ex) { in __ibv_open_device()
251 context_ex->priv = priv; in __ibv_open_device()
252 context_ex->context.abi_compat = __VERBS_ABI_IS_EXTENDED; in __ibv_open_device()
253 context_ex->sz = sizeof(*context_ex); in __ibv_open_device()
255 context = &context_ex->context; in __ibv_open_device()
274 context_ex->ABI_placeholder1 = (void (*)(void)) context_ex->ibv_create_flow; in __ibv_open_device()
275 context_ex->ABI_placeholder2 = (void (*)(void)) context_ex->ibv_destroy_flow; in __ibv_open_device()
277 if (context_ex->create_cq_ex) { in __ibv_open_device()
[all …]