Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Ddevice.c211 struct verbs_context *context_ex; in __ibv_open_device() local
239 context_ex = calloc(1, sizeof(*context_ex) + in __ibv_open_device()
241 if (!context_ex) { in __ibv_open_device()
252 context_ex->priv = priv; in __ibv_open_device()
253 context_ex->context.abi_compat = __VERBS_ABI_IS_EXTENDED; in __ibv_open_device()
254 context_ex->sz = sizeof(*context_ex); in __ibv_open_device()
256 context = &context_ex->context; in __ibv_open_device()
275 context_ex->ABI_placeholder1 = (void (*)(void)) context_ex->ibv_create_flow; in __ibv_open_device()
276 context_ex->ABI_placeholder2 = (void (*)(void)) context_ex->ibv_destroy_flow; in __ibv_open_device()
278 if (context_ex->create_cq_ex) { in __ibv_open_device()
[all …]