Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Duverbs_cmd.c1350 struct ib_udata *ucore, in create_cq() argument
1424 ret = cb(file, obj, &resp, ucore, context); in create_cq()
1457 struct ib_udata *ucore, void *context) in ib_uverbs_create_cq_cb() argument
1459 if (ib_copy_to_udata(ucore, &resp->base, sizeof(resp->base))) in ib_uverbs_create_cq_cb()
1473 struct ib_udata ucore; in ib_uverbs_create_cq() local
1483 INIT_UDATA(&ucore, buf, (unsigned long)cmd.response, sizeof(cmd), sizeof(resp)); in ib_uverbs_create_cq()
1495 obj = create_cq(file, ib_dev, &ucore, &uhw, &cmd_ex, in ib_uverbs_create_cq()
1509 struct ib_udata *ucore, void *context) in ib_uverbs_ex_create_cq_cb() argument
1511 if (ib_copy_to_udata(ucore, resp, resp->response_length)) in ib_uverbs_ex_create_cq_cb()
1519 struct ib_udata *ucore, in ib_uverbs_ex_create_cq() argument
[all …]
Duverbs_main.c126 struct ib_udata *ucore,
749 struct ib_udata ucore; in ib_uverbs_write() local
819 INIT_UDATA_BUF_OR_NULL(&ucore, buf, (unsigned long) ex_hdr.response, in ib_uverbs_write()
823 buf + ucore.inlen, in ib_uverbs_write()
824 (unsigned long) ex_hdr.response + ucore.outlen, in ib_uverbs_write()
830 &ucore, in ib_uverbs_write()
Duverbs.h268 struct ib_udata *ucore, \