Changeset 39d70ec in mainline for uspace/srv/hw/netif/dp8390/dp8390.h
- Timestamp:
- 2011-01-06T19:50:04Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- aa1e202
- Parents:
- b187536
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/dp8390.h
rb187536 r39d70ec 219 219 #define SENDQ_PAGES 6 /* 6 * DP_PAGESIZE >= 1514 bytes */ 220 220 221 /** Maximum number of waiting packets to be sent or received.222 */223 #define MAX_PACKETS 1024224 225 221 typedef 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 238 222 /* 239 223 * The de_base_port field is the starting point of the probe.
Note:
See TracChangeset
for help on using the changeset viewer.