~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to modules/solaris/vmxnet3/vmxnet3_tx.c

  • Committer: Evan Broder
  • Date: 2010-03-21 23:26:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: broder@mit.edu-20100321232653-5a57r7v7ch4o6byv
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
441
441
   /* Notify the device */
442
442
   mutex_enter(&dp->txLock);
443
443
   if (txqCtrl->txNumDeferred >= txqCtrl->txThreshold) {
 
444
      txqCtrl->txNumDeferred = 0;
444
445
      VMXNET3_BAR0_PUT32(dp, VMXNET3_REG_TXPROD, cmdRing->next2fill);
445
 
      txqCtrl->txNumDeferred = 0;
446
446
   }
447
447
   mutex_exit(&dp->txLock);
448
448