Home
last modified time | relevance | path

Searched refs:mr_type (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/linux/drivers/infiniband/hw/mana/
H A Dmr.c42 req.mr_type = mr_params->mr_type; in mana_ib_gd_create_mr()
44 switch (mr_params->mr_type) { in mana_ib_gd_create_mr()
54 req.mr_type); in mana_ib_gd_create_mr()
149 mr_params.mr_type = GDMA_MR_TYPE_GVA; in mana_ib_reg_user_mr()
/openbmc/linux/include/trace/events/
H A Drdma_core.h304 enum ib_mr_type mr_type,
309 TP_ARGS(pd, mr_type, max_num_sg, mr),
316 __field(unsigned long, mr_type)
329 __entry->mr_type = mr_type;
334 rdma_show_ib_mr_type(__entry->mr_type),
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dmr.h31 struct ib_mr *rvt_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
H A Dmr.c535 struct ib_mr *rvt_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in rvt_alloc_mr() argument
540 if (mr_type != IB_MR_TYPE_MEM_REG) in rvt_alloc_mr()
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_mr.c204 struct ib_mr *pvrdma_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in pvrdma_alloc_mr() argument
216 if (mr_type != IB_MR_TYPE_MEM_REG || in pvrdma_alloc_mr()
H A Dpvrdma_verbs.h373 struct ib_mr *pvrdma_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.h102 struct ib_mr *ocrdma_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
/openbmc/linux/drivers/infiniband/ulp/iser/
H A Diser_verbs.c105 enum ib_mr_type mr_type; in iser_create_fastreg_desc() local
113 mr_type = IB_MR_TYPE_SG_GAPS; in iser_create_fastreg_desc()
115 mr_type = IB_MR_TYPE_MEM_REG; in iser_create_fastreg_desc()
117 desc->rsc.mr = ib_alloc_mr(pd, mr_type, size); in iser_create_fastreg_desc()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dverbs.h87 struct ib_mr *qedr_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_verbs.h69 struct ib_mr *siw_alloc_mr(struct ib_pd *base_pd, enum ib_mr_type mr_type,
H A Dsiw_verbs.c1412 struct ib_mr *siw_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in siw_alloc_mr() argument
1425 if (mr_type != IB_MR_TYPE_MEM_REG) { in siw_alloc_mr()
1426 siw_dbg_pd(pd, "mr type %d unsupported\n", mr_type); in siw_alloc_mr()
/openbmc/linux/include/uapi/linux/
H A Dif_packet.h298 unsigned short mr_type; member
/openbmc/linux/fs/smb/client/
H A Dsmbdirect.h103 enum ib_mr_type mr_type; member
H A Dsmbdirect.c656 info->mr_type = IB_MR_TYPE_MEM_REG; in smbd_ia_open()
658 info->mr_type = IB_MR_TYPE_SG_GAPS; in smbd_ia_open()
2074 info->pd, info->mr_type, in smbd_mr_recovery_work()
2078 info->mr_type, in smbd_mr_recovery_work()
2140 smbdirect_mr->mr = ib_alloc_mr(info->pd, info->mr_type, in allocate_mr_list()
2144 info->mr_type, info->max_frmr_depth); in allocate_mr_list()
/openbmc/linux/include/net/mana/
H A Dgdma.h799 enum gdma_mr_type mr_type; member
812 enum gdma_mr_type mr_type; member
/openbmc/u-boot/arch/sandbox/cpu/
H A Deth-raw-os.c110 mr.mr_type = PACKET_MR_PROMISC; in _raw_packet_start()
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmr.c644 struct ib_mr *mlx4_ib_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in mlx4_ib_alloc_mr() argument
651 if (mr_type != IB_MR_TYPE_MEM_REG || in mlx4_ib_alloc_mr()
H A Dmlx4_ib.h763 struct ib_mr *mlx4_ib_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h230 struct ib_mr *bnxt_re_alloc_mr(struct ib_pd *ib_pd, enum ib_mr_type mr_type,
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_verbs.h358 struct ib_mr *erdma_ib_alloc_mr(struct ib_pd *ibpd, enum ib_mr_type mr_type,
/openbmc/linux/drivers/infiniband/core/
H A Dverbs.c2279 struct ib_mr *ib_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in ib_alloc_mr() argument
2289 if (mr_type == IB_MR_TYPE_INTEGRITY) { in ib_alloc_mr()
2295 mr = pd->device->ops.alloc_mr(pd, mr_type, max_num_sg); in ib_alloc_mr()
2305 mr->type = mr_type; in ib_alloc_mr()
2312 trace_mr_alloc(pd, mr_type, max_num_sg, mr); in ib_alloc_mr()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dmem.c598 struct ib_mr *c4iw_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in c4iw_alloc_mr() argument
612 if (mr_type != IB_MR_TYPE_MEM_REG || in c4iw_alloc_mr()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c1338 static struct ib_mr *rxe_alloc_mr(struct ib_pd *ibpd, enum ib_mr_type mr_type, in rxe_alloc_mr() argument
1346 if (mr_type != IB_MR_TYPE_MEM_REG) { in rxe_alloc_mr()
1349 mr_type, err); in rxe_alloc_mr()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c2134 enum ib_mr_type mr_type, u32 max_num_sg, in __mlx5_ib_alloc_mr() argument
2157 switch (mr_type) { in __mlx5_ib_alloc_mr()
2169 mlx5_ib_warn(dev, "Invalid mr type %d\n", mr_type); in __mlx5_ib_alloc_mr()
2187 struct ib_mr *mlx5_ib_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in mlx5_ib_alloc_mr() argument
2190 return __mlx5_ib_alloc_mr(pd, mr_type, max_num_sg, 0); in mlx5_ib_alloc_mr()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c353 struct ib_mr *hns_roce_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in hns_roce_alloc_mr() argument
361 if (mr_type != IB_MR_TYPE_MEM_REG) in hns_roce_alloc_mr()

12