Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/core/
HDuverbs_main.c256 list_for_each_entry_safe(uobj, tmp, &context->mw_list, list) { in ib_uverbs_cleanup_ucontext()
HDuverbs_cmd.c372 INIT_LIST_HEAD(&ucontext->mw_list); in ib_uverbs_get_context()
1166 list_add_tail(&uobj->list, &file->ucontext->mw_list); in ib_uverbs_alloc_mw()
/NextBSD/sys/ofed/include/rdma/
HDib_verbs.h1260 struct list_head mw_list; member