Searched refs:uhw (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1365 struct ib_udata *uhw,
1413 file->ucontext, uhw);
1488 struct ib_udata uhw; local
1499 INIT_UDATA(&uhw, buf + sizeof(cmd),
1509 obj = create_cq(file, ib_dev, &ucore, &uhw, &cmd_ex,
1534 struct ib_udata *uhw)
1558 obj = create_cq(file, ib_dev, ucore, uhw, &cmd,
1766 struct ib_udata *uhw,
1919 qp = device->create_qp(pd, &attr, uhw);
2043 struct ib_udata uhw; local
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
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
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 Duverbs.h289 struct ib_udata *uhw)
H A Dib_uverbs_main.c133 struct ib_udata *uhw) = {
816 struct ib_udata uhw; local
875 INIT_UDATA_BUF_OR_NULL(&uhw,
884 &uhw);
H A Dib_device.c334 struct ib_udata uhw = {.outlen = 0, .inlen = 0}; local
363 ret = device->query_device(device, &device->attrs, &uhw);
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c318 struct ib_udata *uhw)
325 if (uhw->inlen || uhw->outlen)
317 c4iw_query_device(struct ib_device *ibdev, struct ib_device_attr *props, struct ib_udata *uhw) argument
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c635 struct ib_udata *uhw)
649 if (uhw->outlen && uhw->outlen < resp_len)
654 if (uhw->inlen && !ib_is_udata_cleared(uhw, 0, uhw->inlen))
711 if (field_avail(typeof(resp), tso_caps, uhw->outlen)) {
721 if (field_avail(typeof(resp), rss_caps, uhw->outlen)) {
736 if (field_avail(typeof(resp), tso_caps, uhw->outlen))
738 if (field_avail(typeof(resp), rss_caps, uhw
633 mlx5_ib_query_device(struct ib_device *ibdev, struct ib_device_attr *props, struct ib_udata *uhw) argument
2548 struct ib_udata uhw = {.inlen = 0, .outlen = 0}; local
[all...]
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c441 struct ib_udata *uhw)
452 if (uhw->inlen) {
453 if (uhw->inlen < sizeof(cmd))
456 err = ib_copy_from_udata(&cmd, uhw, sizeof(cmd));
567 if (uhw->outlen >= resp.response_length + sizeof(resp.hca_core_clock_offset)) {
575 if (uhw->outlen) {
576 err = ib_copy_to_udata(uhw, &resp, resp.response_length);
439 mlx4_ib_query_device(struct ib_device *ibdev, struct ib_device_attr *props, struct ib_udata *uhw) argument
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_provider.c60 struct ib_udata *uhw)
67 if (uhw->inlen || uhw->outlen)
59 mthca_query_device(struct ib_device *ibdev, struct ib_device_attr *props, struct ib_udata *uhw) argument

Completed in 193 milliseconds