Searched refs:ib_copy_from_udata (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_provider.c458 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) {
540 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) {
667 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd))
801 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) {
923 } else if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd))
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1544 err = ib_copy_from_udata(&cmd, ucore, sizeof(cmd));
2109 err = ib_copy_from_udata(&cmd, ucore, min(sizeof(cmd), ucore->inlen));
3268 err = ib_copy_from_udata(&cmd, ucore, min(sizeof(cmd), ucore->inlen));
3388 ret = ib_copy_from_udata(&cmd, ucore, min(sizeof(cmd), ucore->inlen));
3448 ret = ib_copy_from_udata(&cmd, ucore, min(sizeof(cmd), ucore->inlen));
3498 err = ib_copy_from_udata(&cmd, ucore, required_cmd_sz_header);
3530 err = ib_copy_from_udata(wqs_handles, ucore,
3643 ret = ib_copy_from_udata(&cmd, ucore, min(sizeof(cmd), ucore->inlen));
3700 err = ib_copy_from_udata(&cmd, ucore, sizeof(cmd));
3740 err = ib_copy_from_udata(kern_flow_att
[all...]
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_srq.c111 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) {
H A Dmlx4_ib_cq.c206 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) {
317 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd))
H A Dmlx4_ib_main.c456 err = ib_copy_from_udata(&cmd, uhw, sizeof(cmd));
H A Dmlx4_ib_qp.c735 if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) {
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_srq.c86 if (ib_copy_from_udata(&ucmd, udata, ucmdlen)) {
H A Dmlx5_ib_cq.c761 if (ib_copy_from_udata(&ucmd, udata, ucmdlen))
1124 err = ib_copy_from_udata(&ucmd, udata, sizeof(ucmd));
H A Dmlx5_ib_qp.c777 err = ib_copy_from_udata(&ucmd, udata, sizeof(ucmd));
1366 if (ib_copy_from_udata(&ucmd, udata, min(sizeof(ucmd), udata->inlen))) {
1586 if (ib_copy_from_udata(&ucmd, udata, sizeof(ucmd))) {
4708 if (ib_copy_from_udata(&ucmd, udata, min(sizeof(ucmd), udata->inlen))) {
4920 if (ib_copy_from_udata(&ucmd, udata, min(sizeof(ucmd), udata->inlen)))
H A Dmlx5_ib_mr.c1479 err = ib_copy_from_udata(&req, udata, min(udata->inlen, sizeof(req)));
H A Dmlx5_ib_main.c1141 err = ib_copy_from_udata(&req, udata, min(reqlen, sizeof(req)));
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2169 static inline int ib_copy_from_udata(void *dest, struct ib_udata *udata, size_t len) function

Completed in 155 milliseconds