Searched refs:mr (Results 1 – 12 of 12) sorted by relevance
/include/trace/events/ |
A D | tsm_mr.h | 15 TP_ARGS(mr), 18 __string(mr, mr->mr_name) 21 __dynamic_array(u8, d, mr->mr_size) 25 __assign_str(mr); 38 TP_ARGS(mr, rc), 41 __string(mr, mr->mr_name) 46 __assign_str(mr); 58 TP_ARGS(mr, data), 61 __string(mr, mr->mr_name) 64 __dynamic_array(u8, d, mr->mr_size) [all …]
|
A D | rdma_core.h | 306 const struct ib_mr *mr 321 if (IS_ERR(mr)) { 323 __entry->rc = PTR_ERR(mr); 325 __entry->mr_id = mr->res.id; 343 const struct ib_mr *mr 358 if (IS_ERR(mr)) { 360 __entry->rc = PTR_ERR(mr); 362 __entry->mr_id = mr->res.id; 376 const struct ib_mr *mr 379 TP_ARGS(mr), [all …]
|
A D | rpcrdma.h | 394 struct rpcrdma_mr *mr, 444 struct rpcrdma_mr *mr, 448 TP_ARGS(task, mr, nsegs), 505 TP_ARGS(mr), 553 TP_ARGS(mr)) 560 TP_ARGS(mr), 593 TP_ARGS(mr)) 1112 TP_ARGS(mr, rc), 1135 TP_ARGS(mr, rc), 1171 TP_ARGS(mr, sg_nents), [all …]
|
/include/rdma/ |
A D | rdmavt_mr.h | 68 struct rvt_mregion *mr; member 83 static inline void rvt_put_mr(struct rvt_mregion *mr) in rvt_put_mr() argument 85 percpu_ref_put(&mr->refcount); in rvt_put_mr() 88 static inline void rvt_get_mr(struct rvt_mregion *mr) in rvt_get_mr() argument 90 percpu_ref_get(&mr->refcount); in rvt_get_mr() 96 rvt_put_mr(ss->sge.mr); in rvt_put_ss() 124 rvt_put_mr(sge->mr); in rvt_update_sge() 127 } else if (sge->length == 0 && sge->mr->lkey) { in rvt_update_sge() 129 if (++sge->m >= sge->mr->mapsz) in rvt_update_sge() 133 sge->vaddr = sge->mr->map[sge->m]->segs[sge->n].vaddr; in rvt_update_sge() [all …]
|
A D | mr_pool.h | 11 void ib_mr_pool_put(struct ib_qp *qp, struct list_head *list, struct ib_mr *mr);
|
A D | rw.h | 40 struct ib_mr *mr; member
|
A D | ib_verbs.h | 1458 struct ib_mr *mr; member 2542 int (*dereg_mr)(struct ib_mr *mr, struct ib_udata *udata); 2562 int (*check_mr_status)(struct ib_mr *mr, u32 check_mask, 4396 int ib_dereg_mr_user(struct ib_mr *mr, struct ib_udata *udata); 4407 static inline int ib_dereg_mr(struct ib_mr *mr) in ib_dereg_mr() argument 4409 return ib_dereg_mr_user(mr, NULL); in ib_dereg_mr() 4427 mr->lkey = (mr->lkey & 0xffffff00) | newkey; in ib_update_fast_reg_key() 4428 mr->rkey = (mr->rkey & 0xffffff00) | newkey; in ib_update_fast_reg_key() 4523 int ib_check_mr_status(struct ib_mr *mr, u32 check_mask, 4584 n = ib_map_mr_sg(mr, sg, sg_nents, sg_offset, page_size); in ib_map_mr_sg_zbva() [all …]
|
A D | rdmavt_qp.h | 594 rvt_put_mr(sge->mr); in rvt_put_swqe()
|
/include/linux/ |
A D | tsm-mr.h | 50 #define TSM_MR_(mr, hash) \ argument 51 .mr_name = #mr, .mr_size = hash##_DIGEST_SIZE, \ 82 const struct tsm_measurement_register *mr, const u8 *data);
|
/include/linux/fsl/ |
A D | ntmp.h | 22 void __iomem *mr; member
|
/include/uapi/rdma/ |
A D | rdma_user_rxe.h | 125 struct ib_mr *mr; member
|
/include/linux/mlx4/ |
A D | device.h | 1126 int npages, int page_shift, struct mlx4_mr *mr); 1127 int mlx4_mr_free(struct mlx4_dev *dev, struct mlx4_mr *mr); 1128 int mlx4_mr_enable(struct mlx4_dev *dev, struct mlx4_mr *mr); 1537 void mlx4_mr_rereg_mem_cleanup(struct mlx4_dev *dev, struct mlx4_mr *mr); 1538 int mlx4_mr_rereg_mem_write(struct mlx4_dev *dev, struct mlx4_mr *mr,
|
Completed in 62 milliseconds