Home
last modified time | relevance | path

Searched defs:alloc_mr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_mr.c81 static struct ipath_mr *alloc_mr(int count, in alloc_mr() function
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmr.c155 static struct hfi1_mr *alloc_mr(int count, struct ib_pd *pd) in alloc_mr() function
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mr.c138 static struct qib_mr *alloc_mr(int count, struct ib_pd *pd) in alloc_mr() function
/linux-4.4.14/include/rdma/
Dib_verbs.h1747 struct ib_mr * (*alloc_mr)(struct ib_pd *pd, member