Lines Matching defs:uhw
640 struct ib_udata *uhw)
654 if (uhw->outlen && uhw->outlen < resp_len)
659 if (uhw->inlen && !ib_is_udata_cleared(uhw, 0, uhw->inlen))
717 if (field_avail(typeof(resp), tso_caps, uhw->outlen)) {
727 if (field_avail(typeof(resp), rss_caps, uhw->outlen)) {
742 if (field_avail(typeof(resp), tso_caps, uhw->outlen))
744 if (field_avail(typeof(resp), rss_caps, uhw->outlen))
821 if (uhw->outlen) {
822 err = ib_copy_to_udata(uhw, &resp, resp.response_length);
2738 struct ib_udata uhw = {.inlen = 0, .outlen = 0};
2748 err = mlx5_ib_query_device(&dev->ib_dev, dprops, &uhw);