Searched refs:ucore (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/mips/nlm/hal/
H A Ducore_loader.h45 nlm_ucore_load_image(uint64_t nae_base, int ucore) argument
48 (ucore * CODE_SIZE_PER_UCORE);
77 /* restore ucore config */
95 /* restore ucore config */
116 /* poll for ucore to get in to a wait state */
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1364 struct ib_udata *ucore,
1438 ret = cb(file, obj, &resp, ucore, context);
1471 struct ib_udata *ucore, void *context)
1473 if (ib_copy_to_udata(ucore, &resp->base, sizeof(resp->base)))
1487 struct ib_udata ucore; local
1497 INIT_UDATA(&ucore, buf, (unsigned long)cmd.response, sizeof(cmd), sizeof(resp));
1509 obj = create_cq(file, ib_dev, &ucore, &uhw, &cmd_ex,
1523 struct ib_udata *ucore, void *context)
1525 if (ib_copy_to_udata(ucore, resp, resp->response_length))
1533 struct ib_udata *ucore,
1362 create_cq(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw, struct ib_uverbs_ex_create_cq *cmd, size_t cmd_sz, int (*cb)(struct ib_uverbs_file *file, struct ib_ucq_object *obj, struct ib_uverbs_ex_create_cq_resp *resp, struct ib_udata *udata, void *context), void *context) argument
1468 ib_uverbs_create_cq_cb(struct ib_uverbs_file *file, struct ib_ucq_object *obj, struct ib_uverbs_ex_create_cq_resp *resp, struct ib_udata *ucore, void *context) argument
1520 ib_uverbs_ex_create_cq_cb(struct ib_uverbs_file *file, struct ib_ucq_object *obj, struct ib_uverbs_ex_create_cq_resp *resp, struct ib_udata *ucore, void *context) argument
1531 ib_uverbs_ex_create_cq(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
1764 create_qp(struct ib_uverbs_file *file, struct ib_udata *ucore, struct ib_udata *uhw, struct ib_uverbs_ex_create_qp *cmd, size_t cmd_sz, int (*cb)(struct ib_uverbs_file *file, struct ib_uverbs_ex_create_qp_resp *resp, struct ib_udata *udata), void *context) argument
2025 ib_uverbs_create_qp_cb(struct ib_uverbs_file *file, struct ib_uverbs_ex_create_qp_resp *resp, struct ib_udata *ucore) argument
2042 struct ib_udata ucore; local
2086 ib_uverbs_ex_create_qp_cb(struct ib_uverbs_file *file, struct ib_uverbs_ex_create_qp_resp *resp, struct ib_udata *ucore) argument
2096 ib_uverbs_ex_create_qp(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
3238 ib_uverbs_ex_create_wq(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
3360 ib_uverbs_ex_destroy_wq(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
3428 ib_uverbs_ex_modify_wq(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
3469 ib_uverbs_ex_create_rwq_ind_table(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
3621 ib_uverbs_ex_destroy_rwq_ind_table(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
3677 ib_uverbs_ex_create_flow(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
3846 ib_uverbs_ex_destroy_flow(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
4217 ib_uverbs_ex_query_device(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
[all...]
H A Dib_uverbs_main.c132 struct ib_udata *ucore,
815 struct ib_udata ucore; local
872 INIT_UDATA_BUF_OR_NULL(&ucore, buf, (unsigned long) ex_hdr.response,
876 buf + ucore.inlen,
877 (unsigned long) ex_hdr.response + ucore.outlen,
883 &ucore,
H A Duverbs.h288 struct ib_udata *ucore, \

Completed in 108 milliseconds