/openbmc/linux/drivers/infiniband/hw/mana/ |
H A D | mr.c | 42 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 D | rdma_core.h | 304 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 D | mr.h | 31 struct ib_mr *rvt_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
|
H A D | mr.c | 535 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 D | pvrdma_mr.c | 204 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 D | pvrdma_verbs.h | 373 struct ib_mr *pvrdma_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
|
/openbmc/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.h | 102 struct ib_mr *ocrdma_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
|
/openbmc/linux/drivers/infiniband/ulp/iser/ |
H A D | iser_verbs.c | 105 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 D | verbs.h | 87 struct ib_mr *qedr_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_verbs.h | 69 struct ib_mr *siw_alloc_mr(struct ib_pd *base_pd, enum ib_mr_type mr_type,
|
H A D | siw_verbs.c | 1412 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 D | if_packet.h | 298 unsigned short mr_type; member
|
/openbmc/linux/fs/smb/client/ |
H A D | smbdirect.h | 103 enum ib_mr_type mr_type; member
|
H A D | smbdirect.c | 656 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 D | gdma.h | 799 enum gdma_mr_type mr_type; member 812 enum gdma_mr_type mr_type; member
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | eth-raw-os.c | 110 mr.mr_type = PACKET_MR_PROMISC; in _raw_packet_start()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | mr.c | 644 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 D | mlx4_ib.h | 763 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 D | ib_verbs.h | 230 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 D | erdma_verbs.h | 358 struct ib_mr *erdma_ib_alloc_mr(struct ib_pd *ibpd, enum ib_mr_type mr_type,
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | verbs.c | 2279 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 D | mem.c | 598 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 D | rxe_verbs.c | 1338 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 D | mr.c | 2134 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 D | hns_roce_mr.c | 353 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()
|