Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c166 if (!rhp->mmid2ptr) { in c4iw_alloc_context()
174 rhp->mmid2ptr = calloc(attr.max_mr, sizeof(void *)); in c4iw_alloc_context()
175 if (!rhp->mmid2ptr) { in c4iw_alloc_context()
218 if (rhp->mmid2ptr) in c4iw_alloc_context()
H A Dlibcxgb4.h57 struct c4iw_mr **mmid2ptr; member
H A Dverbs.c137 dev->mmid2ptr[c4iw_mmid(mhp->ibv_mr.lkey)] = mhp; in __c4iw_reg_mr()
160 dev->mmid2ptr[c4iw_mmid(mr->lkey)] = NULL; in c4iw_dereg_mr()