Changeset 39d70ec in mainline for uspace/srv/hw/netif/dp8390/dp8390.h


Ignore:
Timestamp:
2011-01-06T19:50:04Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aa1e202
Parents:
b187536
Message:

remove additional packet queueing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/netif/dp8390/dp8390.h

    rb187536 r39d70ec  
    219219#define SENDQ_PAGES  6  /* 6 * DP_PAGESIZE >= 1514 bytes */
    220220
    221 /** Maximum number of waiting packets to be sent or received.
    222  */
    223 #define MAX_PACKETS  1024
    224 
    225221typedef struct dpeth {
    226         /** Outgoing packets queue */
    227         packet_t *packet_queue;
    228        
    229         /** Outgoing packets count */
    230         int packet_count;
    231        
    232         /** Received packets queue */
    233         packet_t *received_queue;
    234        
    235         /** Received packets count */
    236         int received_count;
    237        
    238222        /*
    239223         * The de_base_port field is the starting point of the probe.
Note: See TracChangeset for help on using the changeset viewer.