Home
last modified time | relevance | path

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

/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),
/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()
/linux/include/uapi/linux/
H A Dif_packet.h299 unsigned short mr_type; member
/linux/include/net/mana/
H A Dgdma.h868 enum gdma_mr_type mr_type;
885 enum gdma_mr_type mr_type;
846 enum gdma_mr_type mr_type; global() member
863 enum gdma_mr_type mr_type; global() member
/linux/drivers/infiniband/hw/cxgb4/
H A Dmem.c602 struct ib_mr *c4iw_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in c4iw_alloc_mr() argument
616 if (mr_type != IB_MR_TYPE_MEM_REG || in c4iw_alloc_mr()
/linux/drivers/infiniband/core/
H A Dverbs.c2291 * @mr_type: memory region type
2296 * For mr_type IB_MR_TYPE_MEM_REG, the total length cannot exceed
2300 struct ib_mr *ib_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in ib_alloc_mr() argument
2310 if (mr_type == IB_MR_TYPE_INTEGRITY) { in ib_alloc_mr()
2316 mr = pd->device->ops.alloc_mr(pd, mr_type, max_num_sg); in ib_alloc_mr()
2326 mr->type = mr_type; in ib_alloc_mr()
2333 trace_mr_alloc(pd, mr_type, max_num_sg, mr); in ib_alloc_mr()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c415 enum ib_mr_type mr_type; in srp_create_fr_pool() local
429 mr_type = IB_MR_TYPE_SG_GAPS; in srp_create_fr_pool()
431 mr_type = IB_MR_TYPE_MEM_REG; in srp_create_fr_pool()
434 mr = ib_alloc_mr(pd, mr_type, max_page_list_len); in srp_create_fr_pool()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h1244 struct ib_mr *hns_roce_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
/linux/include/rdma/
H A Dib_verbs.h2544 struct ib_mr *(*alloc_mr)(struct ib_pd *pd, enum ib_mr_type mr_type,
4413 struct ib_mr *ib_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c3141 static struct ib_mr *irdma_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in irdma_alloc_mr() argument