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

/freebsd-11.0-release/sys/mips/nlm/hal/
H A Ducore_loader.h43 nlm_ucore_load_image(uint64_t nae_base, int ucore) argument
46 (ucore * CODE_SIZE_PER_UCORE);
75 /* restore ucore config */
93 /* restore ucore config */
114 /* poll for ucore to get in to a wait state */
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_cmd.c3073 struct ib_udata *ucore,
3076 int in_len = ucore->inlen + uhw->inlen;
3077 int out_len = ucore->outlen + uhw->outlen;
3092 ret = ucore->ops->copy_from(&cmd, ucore, sizeof(cmd));
3154 ret = ucore->ops->copy_to(ucore, &resp, sizeof(resp));
3193 struct ib_udata *ucore,
3196 int in_len = ucore->inlen + uhw->inlen;
3197 int out_len = ucore
3072 ib_uverbs_exp_create_dct(struct ib_uverbs_file *file, struct ib_udata *ucore, struct ib_udata *uhw) argument
3192 ib_uverbs_exp_destroy_dct(struct ib_uverbs_file *file, struct ib_udata *ucore, struct ib_udata *uhw) argument
3245 ib_uverbs_exp_query_dct(struct ib_uverbs_file *file, struct ib_udata *ucore, struct ib_udata *uhw) argument
3353 ib_uverbs_ex_create_flow(struct ib_uverbs_file *file, struct ib_udata *ucore, struct ib_udata *uhw) argument
3507 ib_uverbs_ex_destroy_flow(struct ib_uverbs_file *file, struct ib_udata *ucore, struct ib_udata *uhw) argument
3543 ib_uverbs_exp_modify_qp(struct ib_uverbs_file *file, struct ib_udata *ucore, struct ib_udata *uhw) argument
3555 ib_uverbs_exp_create_cq(struct ib_uverbs_file *file, struct ib_udata *ucore, struct ib_udata *uhw) argument
3570 ib_uverbs_exp_modify_cq(struct ib_uverbs_file *file, struct ib_udata *ucore, struct ib_udata *uhw) argument
3599 ib_uverbs_exp_query_device(struct ib_uverbs_file *file, struct ib_udata *ucore, struct ib_udata *uhw) argument
3667 ib_uverbs_exp_create_qp(struct ib_uverbs_file *file, struct ib_udata *ucore, struct ib_udata *uhw) argument
[all...]
H A Duverbs_main.c148 struct ib_udata *ucore,
155 struct ib_udata *ucore,
751 struct ib_udata ucore; local
810 INIT_UDATA_EX(&ucore,
817 (hxl.provider_in_words) ? buf + ucore.inlen : 0,
818 (hxl.provider_out_words) ? response + ucore.outlen : 0,
822 ret = uverbs_exp_cmd_table[command](file, &ucore, &uhw);
850 INIT_UDATA_EX(&ucore,
857 (ex_hdr.provider_in_words) ? buf + ucore.inlen : 0,
858 (ex_hdr.provider_out_words) ? ex_hdr.response + ucore
928 struct ib_udata ucore; local
[all...]
H A Duverbs.h249 struct ib_udata *ucore, \
254 struct ib_udata *ucore, \

Completed in 111 milliseconds