Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Dverbs.c2339 if (!pd->device->ops.alloc_mr_integrity || in ib_alloc_mr_integrity()
2356 mr = pd->device->ops.alloc_mr_integrity(pd, max_num_data_sg, in ib_alloc_mr_integrity()
H A Ddevice.c2601 SET_DEVICE_OP(dev_ops, alloc_mr_integrity); in ib_set_device_ops()
/openbmc/linux/include/rdma/
H A Dib_verbs.h2502 struct ib_mr *(*alloc_mr_integrity)(struct ib_pd *pd, member
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c3810 .alloc_mr_integrity = mlx5_ib_alloc_mr_integrity,