diff options
| author | Wentao Wang <wwentao@vmware.com> | 2022-11-02 15:14:52 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2022-11-02 15:14:52 +0000 |
| commit | 923704f7b8efefd988bedd88ab68540332efa3f8 (patch) | |
| tree | bbf7764eafddac19788903b7ca335f7191852c33 /sys/dev/vmware | |
| parent | a7222b3cc3417929b520b96672af86a19902d8a9 (diff) | |
Diffstat (limited to 'sys/dev/vmware')
| -rw-r--r-- | sys/dev/vmware/pvscsi/pvscsi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vmware/pvscsi/pvscsi.h b/sys/dev/vmware/pvscsi/pvscsi.h index 9f56823e9688..5ea7fd6ab2fd 100644 --- a/sys/dev/vmware/pvscsi/pvscsi.h +++ b/sys/dev/vmware/pvscsi/pvscsi.h @@ -120,8 +120,8 @@ struct pvscsi_ring_req_desc { uint8_t tag; uint8_t bus; uint8_t target; - uint8_t vcpu_hint; - uint8_t unused[59]; + uint16_t vcpu_hint; + uint8_t unused[58]; }; struct pvscsi_ring_cmp_desc { |
