~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to modules/shared/vmxnet/vmxnet3_defs.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-18 12:28:19 UTC
  • mfrom: (1.1.7 upstream) (2.4.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091018122819-00vqew6m0ztpqcqp
Tags: 2009.10.15-201664-1
MergingĀ upstreamĀ versionĀ 2009.10.15-201664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
 
152
152
typedef
153
153
#include "vmware_pack_begin.h"
154
 
struct vmxnet3_TxDataDesc {
 
154
struct Vmxnet3_TxDataDesc {
155
155
   uint8 data[VMXNET3_HDR_COPY_SIZE];
156
156
}
157
157
#include "vmware_pack_end.h"
371
371
 
372
372
typedef
373
373
#include "vmware_pack_begin.h"
374
 
struct vmxnet3_TxQueueConf {
 
374
struct Vmxnet3_TxQueueConf {
375
375
   uint64    txRingBasePA;
376
376
   uint64    dataRingBasePA;
377
377
   uint64    compRingBasePA;