Home
last modified time | relevance | path

Searched refs:mr_type (Results 1 – 9 of 9) 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/include/uapi/linux/
H A Dif_packet.h299 unsigned short mr_type; member
/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c1352 static struct ib_mr *rxe_alloc_mr(struct ib_pd *ibpd, enum ib_mr_type mr_type, in rxe_alloc_mr() argument
1360 if (mr_type != IB_MR_TYPE_MEM_REG) { in rxe_alloc_mr()
1363 mr_type, err); in rxe_alloc_mr()
/linux/drivers/infiniband/core/
H A Dverbs.c2370 struct ib_mr *ib_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in ib_alloc_mr() argument
2380 if (mr_type == IB_MR_TYPE_INTEGRITY) { in ib_alloc_mr()
2386 mr = pd->device->ops.alloc_mr(pd, mr_type, max_num_sg); in ib_alloc_mr()
2396 mr->type = mr_type; in ib_alloc_mr()
2403 trace_mr_alloc(pd, mr_type, max_num_sg, mr); in ib_alloc_mr()
/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c1364 enum ib_mr_type mr_type; in alloc_path_reqs() local
1372 mr_type = IB_MR_TYPE_SG_GAPS; in alloc_path_reqs()
1374 mr_type = IB_MR_TYPE_MEM_REG; in alloc_path_reqs()
1389 req->mr = ib_alloc_mr(clt_path->s.dev->ib_pd, mr_type, in alloc_path_reqs()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c417 enum ib_mr_type mr_type; in srp_create_fr_pool() local
431 mr_type = IB_MR_TYPE_SG_GAPS; in srp_create_fr_pool()
433 mr_type = IB_MR_TYPE_MEM_REG; in srp_create_fr_pool()
436 mr = ib_alloc_mr(pd, mr_type, max_page_list_len); in srp_create_fr_pool()
/linux/net/packet/
H A Daf_packet.c163 unsigned short mr_type; member
3739 ml->type == mreq->mr_type && in packet_mc_add()
3749 i->type = mreq->mr_type; in packet_mc_add()
3777 ml->type == mreq->mr_type && in packet_mc_drop()
/linux/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c1148 struct ib_mr *erdma_ib_alloc_mr(struct ib_pd *ibpd, enum ib_mr_type mr_type, in erdma_ib_alloc_mr() argument
1156 if (mr_type != IB_MR_TYPE_MEM_REG) in erdma_ib_alloc_mr()
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c3238 static struct ib_mr *irdma_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in irdma_alloc_mr() argument