Searched refs:ib_copy_from_udata (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/sys/dev/mthca/ |
| HD | mthca_provider.c | 458 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) { in mthca_create_srq() 540 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) { in mthca_create_qp() 667 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) in mthca_create_cq() 801 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) { in mthca_resize_cq() 923 } else if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) in mthca_reg_user_mr()
|
| /freebsd-11-stable/sys/ofed/drivers/infiniband/core/ |
| HD | ib_uverbs_cmd.c | 1547 err = ib_copy_from_udata(&cmd, ucore, sizeof(cmd)); in ib_uverbs_ex_create_cq() 2112 err = ib_copy_from_udata(&cmd, ucore, min(sizeof(cmd), ucore->inlen)); in ib_uverbs_ex_create_qp() 3271 err = ib_copy_from_udata(&cmd, ucore, min(sizeof(cmd), ucore->inlen)); in ib_uverbs_ex_create_wq() 3391 ret = ib_copy_from_udata(&cmd, ucore, min(sizeof(cmd), ucore->inlen)); in ib_uverbs_ex_destroy_wq() 3451 ret = ib_copy_from_udata(&cmd, ucore, min(sizeof(cmd), ucore->inlen)); in ib_uverbs_ex_modify_wq() 3501 err = ib_copy_from_udata(&cmd, ucore, required_cmd_sz_header); in ib_uverbs_ex_create_rwq_ind_table() 3533 err = ib_copy_from_udata(wqs_handles, ucore, in ib_uverbs_ex_create_rwq_ind_table() 3646 ret = ib_copy_from_udata(&cmd, ucore, min(sizeof(cmd), ucore->inlen)); in ib_uverbs_ex_destroy_rwq_ind_table() 3703 err = ib_copy_from_udata(&cmd, ucore, sizeof(cmd)); in ib_uverbs_ex_create_flow() 3743 err = ib_copy_from_udata(kern_flow_attr + 1, ucore, in ib_uverbs_ex_create_flow() [all …]
|
| /freebsd-11-stable/sys/dev/mlx4/mlx4_ib/ |
| HD | mlx4_ib_srq.c | 111 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) { in mlx4_ib_create_srq()
|
| HD | mlx4_ib_cq.c | 206 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) { in mlx4_ib_create_cq() 317 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) in mlx4_alloc_resize_umem()
|
| HD | mlx4_ib_main.c | 456 err = ib_copy_from_udata(&cmd, uhw, sizeof(cmd)); in mlx4_ib_query_device()
|
| HD | mlx4_ib_qp.c | 735 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) { in create_qp_common()
|
| /freebsd-11-stable/sys/dev/mlx5/mlx5_ib/ |
| HD | mlx5_ib_srq.c | 86 if (ib_copy_from_udata(&ucmd, udata, ucmdlen)) { in create_srq_user()
|
| HD | mlx5_ib_cq.c | 761 if (ib_copy_from_udata(&ucmd, udata, ucmdlen)) in create_cq_user() 1124 err = ib_copy_from_udata(&ucmd, udata, sizeof(ucmd)); in resize_user()
|
| HD | mlx5_ib_qp.c | 777 err = ib_copy_from_udata(&ucmd, udata, sizeof(ucmd)); in create_user_qp() 1366 if (ib_copy_from_udata(&ucmd, udata, min(sizeof(ucmd), udata->inlen))) { in create_rss_raw_qp_tir() 1586 if (ib_copy_from_udata(&ucmd, udata, sizeof(ucmd))) { in create_qp_common() 4708 if (ib_copy_from_udata(&ucmd, udata, min(sizeof(ucmd), udata->inlen))) { in prepare_user_rq() 4920 if (ib_copy_from_udata(&ucmd, udata, min(sizeof(ucmd), udata->inlen))) in mlx5_ib_modify_wq()
|
| HD | mlx5_ib_mr.c | 1601 err = ib_copy_from_udata(&req, udata, min(udata->inlen, sizeof(req))); in mlx5_ib_alloc_mw()
|
| HD | mlx5_ib_main.c | 1140 err = ib_copy_from_udata(&req, udata, min(reqlen, sizeof(req))); in mlx5_ib_alloc_ucontext()
|
| /freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_provider.c | 201 if (ib_copy_from_udata(&ureq, udata, sizeof (ureq))) { in iwch_create_cq()
|
| /freebsd-11-stable/sys/ofed/include/rdma/ |
| HD | ib_verbs.h | 2177 static inline int ib_copy_from_udata(void *dest, struct ib_udata *udata, size_t len) in ib_copy_from_udata() function
|