Home
last modified time | relevance | path

Searched refs:ucore (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/infiniband/core/
Duverbs_cmd.c975 struct ib_udata *ucore, in create_cq() argument
1051 ret = cb(file, obj, &resp, ucore, context); in create_cq()
1076 struct ib_udata *ucore, void *context) in ib_uverbs_create_cq_cb() argument
1078 if (ib_copy_to_udata(ucore, &resp->base, sizeof(resp->base))) in ib_uverbs_create_cq_cb()
1091 struct ib_udata ucore; in ib_uverbs_create_cq() local
1101 ib_uverbs_init_udata(&ucore, buf, u64_to_user_ptr(cmd.response), in ib_uverbs_create_cq()
1115 obj = create_cq(file, &ucore, &uhw, &cmd_ex, in ib_uverbs_create_cq()
1129 struct ib_udata *ucore, void *context) in ib_uverbs_ex_create_cq_cb() argument
1131 if (ib_copy_to_udata(ucore, resp, resp->response_length)) in ib_uverbs_ex_create_cq_cb()
1138 struct ib_udata *ucore, in ib_uverbs_ex_create_cq() argument
[all …]
Duverbs_main.c118 struct ib_udata *ucore,
775 struct ib_udata ucore; in ib_uverbs_write() local
780 ib_uverbs_init_udata_buf_or_null(&ucore, buf, in ib_uverbs_write()
785 buf + ucore.inlen, in ib_uverbs_write()
786 u64_to_user_ptr(ex_hdr.response) + ucore.outlen, in ib_uverbs_write()
790 ret = uverbs_ex_cmd_table[command](file, &ucore, &uhw); in ib_uverbs_write()
Duverbs.h346 struct ib_udata *ucore, \