Searched refs:mr_type (Results 1 – 9 of 9) sorted by relevance
| /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),
|
| /linux/include/uapi/linux/ |
| H A D | if_packet.h | 299 unsigned short mr_type; member
|
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_verbs.c | 1352 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 D | verbs.c | 2370 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 D | rtrs-clt.c | 1364 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 D | ib_srp.c | 417 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 D | af_packet.c | 163 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 D | erdma_verbs.c | 1148 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 D | verbs.c | 3238 static struct ib_mr *irdma_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in irdma_alloc_mr() argument
|