Home
last modified time | relevance | path

Searched refs:ib_copy_from_udata (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/mthca/
HDmthca_provider.c458 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/
HDib_uverbs_cmd.c1547 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/
HDmlx4_ib_srq.c111 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) { in mlx4_ib_create_srq()
HDmlx4_ib_cq.c206 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()
HDmlx4_ib_main.c456 err = ib_copy_from_udata(&cmd, uhw, sizeof(cmd)); in mlx4_ib_query_device()
HDmlx4_ib_qp.c735 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) { in create_qp_common()
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_srq.c86 if (ib_copy_from_udata(&ucmd, udata, ucmdlen)) { in create_srq_user()
HDmlx5_ib_cq.c761 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()
HDmlx5_ib_qp.c777 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()
HDmlx5_ib_mr.c1601 err = ib_copy_from_udata(&req, udata, min(udata->inlen, sizeof(req))); in mlx5_ib_alloc_mw()
HDmlx5_ib_main.c1140 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/
HDiw_cxgb_provider.c201 if (ib_copy_from_udata(&ureq, udata, sizeof (ureq))) { in iwch_create_cq()
/freebsd-11-stable/sys/ofed/include/rdma/
HDib_verbs.h2177 static inline int ib_copy_from_udata(void *dest, struct ib_udata *udata, size_t len) in ib_copy_from_udata() function