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

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1368 struct ib_udata *uhw,
1416 file->ucontext, uhw);
1491 struct ib_udata uhw; local
1502 INIT_UDATA(&uhw, buf + sizeof(cmd),
1512 obj = create_cq(file, ib_dev, &ucore, &uhw, &cmd_ex,
1537 struct ib_udata *uhw)
1561 obj = create_cq(file, ib_dev, ucore, uhw, &cmd,
1769 struct ib_udata *uhw,
1922 qp = device->create_qp(pd, &attr, uhw);
2046 struct ib_udata uhw; local
1365 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
1534 ib_uverbs_ex_create_cq(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
1767 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
2099 ib_uverbs_ex_create_qp(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
3241 ib_uverbs_ex_create_wq(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
3363 ib_uverbs_ex_destroy_wq(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
3431 ib_uverbs_ex_modify_wq(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
3472 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
3624 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
3680 ib_uverbs_ex_create_flow(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
3849 ib_uverbs_ex_destroy_flow(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw) argument
4220 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.h287 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-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c316 struct ib_udata *uhw)
323 if (uhw->inlen || uhw->outlen)
315 c4iw_query_device(struct ib_device *ibdev, struct ib_device_attr *props, struct ib_udata *uhw) argument
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c634 struct ib_udata *uhw)
648 if (uhw->outlen && uhw->outlen < resp_len)
653 if (uhw->inlen && !ib_is_udata_cleared(uhw, 0, uhw->inlen))
710 if (field_avail(typeof(resp), tso_caps, uhw->outlen)) {
720 if (field_avail(typeof(resp), rss_caps, uhw->outlen)) {
735 if (field_avail(typeof(resp), tso_caps, uhw->outlen))
737 if (field_avail(typeof(resp), rss_caps, uhw
632 mlx5_ib_query_device(struct ib_device *ibdev, struct ib_device_attr *props, struct ib_udata *uhw) argument
2547 struct ib_udata uhw = {.inlen = 0, .outlen = 0}; local
[all...]
/freebsd-11-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-11-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 112 milliseconds