VirtualBox

Changeset 43416 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Sep 24, 2012 1:34:38 PM (12 years ago)
Author:
vboxsync
Message:

Network/e1000: Separate error code for TX cache error (VERR_NET_INCOMPLETE_TX_PACKET)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r43327 r43416  
    50795079                e1kDumpTxDCache(pState);
    50805080                pState->iTxDCurrent = pState->nTxDFetched = 0;
    5081                 rc = VERR_NET_IO_ERROR;
     5081                rc = VERR_NET_INCOMPLETE_TX_PACKET;
    50825082                goto out;
    50835083            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette