Searched refs:cur_map_set (Results 1 – 3 of 3) sorted by relevance
27 struct rxe_map_set *set = mr->cur_map_set; in mr_check_range()149 rxe_mr_free_map_set(mr->num_map, mr->cur_map_set); in rxe_mr_alloc()150 mr->cur_map_set = NULL; in rxe_mr_alloc()195 set = mr->cur_map_set; in rxe_mr_init_user()271 struct rxe_map_set *set = mr->cur_map_set; in lookup_iova()320 if (!mr->cur_map_set) { in iova_to_vaddr()375 WARN_ON_ONCE(!mr->cur_map_set); in rxe_mr_copy()385 map = mr->cur_map_set->map + m; in rxe_mr_copy()654 set = mr->cur_map_set; in rxe_reg_fast_mr()655 mr->cur_map_set = mr->next_map_set; in rxe_reg_fast_mr()[all …]
145 if (unlikely(wqe->wr.wr.mw.length > mr->cur_map_set->length)) { in rxe_check_bind_mw()151 if (unlikely((wqe->wr.wr.mw.addr < mr->cur_map_set->iova) || in rxe_check_bind_mw()153 (mr->cur_map_set->iova + mr->cur_map_set->length)))) { in rxe_check_bind_mw()
333 struct rxe_map_set *cur_map_set; member
Completed in 35 milliseconds