View | Details | Raw Unified | Return to bug 264840
Collapse All | Expand All

(-)b/sys/dev/vmware/pvscsi/pvscsi.h (-2 / +2 lines)
Lines 120-127 struct pvscsi_ring_req_desc { Link Here
120
	uint8_t		tag;
120
	uint8_t		tag;
121
	uint8_t		bus;
121
	uint8_t		bus;
122
	uint8_t		target;
122
	uint8_t		target;
123
	uint8_t		vcpu_hint;
123
	uint16_t	vcpu_hint;
124
	uint8_t		unused[59];
124
	uint8_t		unused[58];
125
};
125
};
126
126
127
struct pvscsi_ring_cmp_desc {
127
struct pvscsi_ring_cmp_desc {

Return to bug 264840